fix(work): 修复创建或获取通讯录成员时的请求模型定义错误

This commit is contained in:
Fu Diwei
2021-09-06 18:08:21 +08:00
parent 38738e2b47
commit 79e7b0535f
5 changed files with 42 additions and 6 deletions

View File

@@ -36,7 +36,9 @@
"external_position": "高级产品经理",
"external_profile": {
"external_corp_name": "企业简称",
"wechat_channels": "视频号名称",
"wechat_channels": {
"nickname": "视频号名称"
},
"external_attr": [
{
"type": 0,

View File

@@ -41,7 +41,10 @@
"external_position": "产品经理",
"external_profile": {
"external_corp_name": "企业简称",
"wechat_channels": "视频号名称",
"wechat_channels": {
"nickname": "视频号名称",
"status": 1
},
"external_attr": [
{
"type": 0,

View File

@@ -44,6 +44,10 @@
"external_position": "产品经理",
"external_profile": {
"external_corp_name": "企业简称",
"wechat_channels": {
"nickname": "视频号名称",
"status": 1
},
"external_attr": [
{
"type": 0,