忽略dll文件git
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayTrustUserAuthSendResponse.
|
||||
/// </summary>
|
||||
public class AlipayTrustUserAuthSendResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 当授权通知发送成功时,为T;否则用业务错误码表示
|
||||
/// </summary>
|
||||
[JsonProperty("result")]
|
||||
public string Result { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user