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

This commit is contained in:
fudiwei
2023-01-12 10:10:18 +08:00
parent 233a780b94
commit 2bb89a58ad
10 changed files with 117 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
{
{
"chain_id": "xxxxxx",
"contact_list": [
{
@@ -9,7 +9,8 @@
{
"name": "张三",
"identity_type": 1,
"mobile": "13000000001"
"mobile": "13000000001",
"user_custom_id": "100"
},
{
"name": "李四",

View File

@@ -0,0 +1,5 @@
{
"chain_id": "Chxxxxxx",
"corpid": "xxxxx",
"userid": "xxxxx"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"user_custom_id": "1234"
}

View File

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