fix(work): 修复客户朋友圈相关接口模型字段类型定义错误

This commit is contained in:
Fu Diwei
2024-05-17 11:57:28 +08:00
parent 8b2d5fd185
commit 91bb251ff6
5 changed files with 11 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
{
{
"text": {
"content": "文本消息内容"
},
@@ -30,7 +30,7 @@
"department_list": [2, 3]
},
"external_contact_list": {
"tag_list": [1, 2]
"tag_list": [ "etXXXXXXXXXX", "etYYYYYYYYYY" ]
}
}
}

View File

@@ -1,4 +1,4 @@
{
{
"errcode": 0,
"errmsg": "ok",
"status": 1,
@@ -12,7 +12,7 @@
"department_list": [2, 3]
},
"invalid_external_contact_list": {
"tag_list": [1]
"tag_list": [ "xxx" ]
}
}
}