忽略dll文件git
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Response
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayOpenPublicLifeMsgSendResponse.
|
||||
/// </summary>
|
||||
public class AlipayOpenPublicLifeMsgSendResponse : AopResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 生活号消息唯一标识
|
||||
/// </summary>
|
||||
[JsonProperty("alipay_msg_id")]
|
||||
public string AlipayMsgId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user