忽略dll文件git
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayDataBillDownloadurlGetResponse.
|
||||
/// </summary>
|
||||
public class AlipayDataBillDownloadurlGetResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 账单下载地址链接,获取连接后30秒后未下载,链接地址失效。
|
||||
/// </summary>
|
||||
[JsonProperty("bill_download_url")]
|
||||
public string BillDownloadUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user