接口文件
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// ZhimaCustomerEpCertificationCertifyModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class ZhimaCustomerEpCertificationCertifyModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 一次认证的唯一标识,在完成芝麻认证初始化后可以获取
|
||||
/// </summary>
|
||||
[JsonProperty("biz_no")]
|
||||
public string BizNo { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user