忽略dll文件git

This commit is contained in:
“wanyongkang”
2023-07-29 10:19:42 +08:00
parent 7f97317bcc
commit b562aba2b1
3868 changed files with 63608 additions and 385427 deletions

View File

@@ -1,24 +0,0 @@
using System;
using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Domain
{
/// <summary>
/// TemplateMdcodeNotifyConfDTO Data Structure.
/// </summary>
[Serializable]
public class TemplateMdcodeNotifyConfDTO : AopObject
{
/// <summary>
/// 扩展参数信息; 格式为key-value键值对 支付宝POST请求指定url时除BizCardNo等固定参数外将带上ext_params中配置的所有key-value参数。
/// </summary>
[JsonProperty("ext_params")]
public string ExtParams { get; set; }
/// <summary>
/// 商户接收发码通知的地址链接; 只支持https地址 用户打开会员卡时支付宝提交POST请求此url地址通知商户发码。
/// </summary>
[JsonProperty("url")]
public string Url { get; set; }
}
}