mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 02:14:44 +08:00
feat(work): 随官方更新上下游通讯录管理相关接口模型
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
{
|
||||
"chain_id": "Chxxxxxx",
|
||||
"groupid": 1,
|
||||
"fetch_child": 0
|
||||
"need_pending": false,
|
||||
"cursor": "",
|
||||
"limit": 0
|
||||
}
|
||||
|
||||
@@ -1,13 +1,17 @@
|
||||
{
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"has_more": false,
|
||||
"next_cursor": "xxx",
|
||||
"group_corps": [
|
||||
{
|
||||
"groupid": 2,
|
||||
"corpid": "wwxxxx",
|
||||
"corp_name": "美馨粮油公司",
|
||||
"custom_id": "custom_id",
|
||||
"invite_userid": "zhangsan"
|
||||
"invite_userid": "zhangsan",
|
||||
"pending_corpid": "wwxxxx",
|
||||
"is_joined": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
{
|
||||
"chain_id": "Chxxxxxx",
|
||||
"corpid": "xxxxx"
|
||||
"corpid": "xxxxx",
|
||||
"pending_corpid": "xxxxx"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"corp_name": "美馨粮油公司",
|
||||
"corp_verified": false,
|
||||
"corp_certified": false,
|
||||
"qualification_status": 1,
|
||||
"custom_id": "xxxxx",
|
||||
"groupid": 1
|
||||
"groupid": 1,
|
||||
"is_joined": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user