Roc 5 years ago
parent
commit
61e895b391

+ 1 - 1
src/Essensoft.AspNetCore.Payment.Alipay/Domain/AlipaySocialBaseRelationFriendsQueryModel.cs

@@ -11,7 +11,7 @@ namespace Essensoft.AspNetCore.Payment.Alipay.Domain
         /// 获取类型。1=获取双向好友   2=获取双向+单向好友
         /// </summary>
         [JsonPropertyName("get_type")]
-        public long GetType { get; set; }
+        public new long GetType { get; set; }
 
         /// <summary>
         /// 好友列表中是否返回自己, true=返回   false=不返回    默认false

+ 1 - 1
src/Essensoft.AspNetCore.Payment.Alipay/Response/AlipayTradeQueryResponse.cs

@@ -31,7 +31,7 @@ namespace Essensoft.AspNetCore.Payment.Alipay.Response
         /// 订单描述;  只在间连场景下返回;
         /// </summary>
         [JsonPropertyName("body")]
-        public string Body { get; set; }
+        public new string Body { get; set; }
 
         /// <summary>
         /// 买家支付宝账号