mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(work): 随官方更新通讯录 UserId 排序接口请求模型
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
{
|
||||
"auth_corpid": "wwxxxxxx",
|
||||
"sort_type": 1,
|
||||
"useridlist": ["zhangshan", "lisi"]
|
||||
"useridlist": ["zhangshan", "lisi"],
|
||||
"sort_options": [
|
||||
{
|
||||
"sort_field": 0,
|
||||
"sort_type": 1
|
||||
},
|
||||
{
|
||||
"sort_field": 1,
|
||||
"sort_type": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user