mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-16 07:59:44 +08:00
Merge branch 'main' of https://gitee.com/chenludaniel/DotNetCore.SKIT.FlurlHttpClient.Wechat
This commit is contained in:
parent
962cd1909b
commit
0e3ee28781
@ -102,5 +102,12 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|||||||
[Newtonsoft.Json.JsonProperty("user_card_status")]
|
[Newtonsoft.Json.JsonProperty("user_card_status")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("user_card_status")]
|
[System.Text.Json.Serialization.JsonPropertyName("user_card_status")]
|
||||||
public string CardStatus { get; set; } = default!;
|
public string CardStatus { get; set; } = default!;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 获取或设置用户性别。
|
||||||
|
/// </summary>
|
||||||
|
[Newtonsoft.Json.JsonProperty("sex")]
|
||||||
|
[System.Text.Json.Serialization.JsonPropertyName("sex")]
|
||||||
|
public string MemberSex { get; set; } = default!;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user