mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
feat(work): 随官方标记通讯录同步相关接口或字段为废弃
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"cursor": "xxxxxxx",
|
||||
"limit": 10000
|
||||
}
|
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"next_cursor": "aaaaaaaaa",
|
||||
"dept_user": [
|
||||
{
|
||||
"userid": "zhangsan",
|
||||
"department": 1
|
||||
},
|
||||
{
|
||||
"userid": "zhangsan",
|
||||
"department": 2
|
||||
},
|
||||
{
|
||||
"userid": "lisi",
|
||||
"department": 2
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user