mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
fix(work): 修复批量获取客户详情的请求模型定义错误
This commit is contained in:
parent
cc3a1c648d
commit
f22e1f02d4
@ -11,9 +11,9 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
/// <summary>
|
||||
/// 获取或设置成员账号。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("userid")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("userid")]
|
||||
public string UserId { get; set; } = string.Empty;
|
||||
[Newtonsoft.Json.JsonProperty("userid_list")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("userid_list")]
|
||||
public IList<string>? UserIdList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置翻页标记。
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"userid": "rocky",
|
||||
"userid_list": ["rocky"],
|
||||
"cursor": "",
|
||||
"limit": 100
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user