mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +08:00
feat(work): 随官方更新上下游通讯录管理相关接口模型
This commit is contained in:
@@ -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": "李四",
|
||||
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"chain_id": "Chxxxxxx",
|
||||
"corpid": "xxxxx",
|
||||
"userid": "xxxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"user_custom_id": "1234"
|
||||
}
|
@@ -1,4 +1,5 @@
|
||||
{
|
||||
{
|
||||
"chain_id": "xxxx",
|
||||
"corpid": "xxxxx"
|
||||
"corpid": "xxxxx",
|
||||
"pending_corpid": "xxxx"
|
||||
}
|
||||
|
Reference in New Issue
Block a user