接口文件
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayOpenPublicThirdCustomerServiceModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayOpenPublicThirdCustomerServiceModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 服务窗商户在渠道商处对应的用户id
|
||||
/// </summary>
|
||||
[JsonProperty("channel_uid")]
|
||||
public string ChannelUid { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user