mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-16 16:50:43 +08:00
feat(work): 随官方更新获取上下游通讯录分组接口模型
This commit is contained in:
parent
0782cf99ae
commit
206fce50e5
@ -11,5 +11,12 @@
|
|||||||
[Newtonsoft.Json.JsonProperty("chain_id")]
|
[Newtonsoft.Json.JsonProperty("chain_id")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("chain_id")]
|
[System.Text.Json.Serialization.JsonPropertyName("chain_id")]
|
||||||
public string ChainId { get; set; } = string.Empty;
|
public string ChainId { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 获取或设置分组 ID。
|
||||||
|
/// </summary>
|
||||||
|
[Newtonsoft.Json.JsonProperty("groupid")]
|
||||||
|
[System.Text.Json.Serialization.JsonPropertyName("groupid")]
|
||||||
|
public int? GroupId { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"chain_id": "Chxxxxxx"
|
"chain_id": "Chxxxxxx",
|
||||||
|
"groupid": 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user