feat(work): 随官方更新通讯录 UserId 排序接口请求模型

This commit is contained in:
Fu Diwei
2022-10-12 16:47:01 +08:00
parent 8febfe5aef
commit e400cd237e
4 changed files with 58 additions and 6 deletions

View File

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