忽略dll文件git
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
using Newtonsoft.Json;
|
||||
using Alipay.AopSdk.Core.Domain;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayMicropayOrderDirectPayResponse.
|
||||
/// </summary>
|
||||
public class AlipayMicropayOrderDirectPayResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 单笔直接支付返回结果
|
||||
/// </summary>
|
||||
[JsonProperty("single_pay_detail")]
|
||||
public SinglePayDetail SinglePayDetail { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user