feat(work): 随官方更新上下游通讯录管理相关接口模型

This commit is contained in:
fudiwei
2022-12-02 20:15:50 +08:00
parent 01a5205b2d
commit 0073d13fb4
8 changed files with 94 additions and 36 deletions

View File

@@ -1,5 +1,7 @@
{
{
"chain_id": "Chxxxxxx",
"groupid": 1,
"fetch_child": 0
"need_pending": false,
"cursor": "",
"limit": 0
}

View File

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

View File

@@ -1,4 +1,5 @@
{
{
"chain_id": "Chxxxxxx",
"corpid": "xxxxx"
"corpid": "xxxxx",
"pending_corpid": "xxxxx"
}

View File

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