|
|
@@ -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
|