忽略dll文件git
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// ZhimaAuthInfoAuthqueryModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class ZhimaAuthInfoAuthqueryModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// json格式的内容,包含userId,userId为支付宝用户id,用户授权后商户可以拿到这个支付宝userId
|
||||
/// </summary>
|
||||
[JsonProperty("identity_param")]
|
||||
public string IdentityParam { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user