feat(work): 新增分配在职成员的客户群接口

This commit is contained in:
Fu Diwei
2022-06-22 22:14:32 +08:00
parent f0c0245de1
commit 42b869747c
5 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"chat_id_list": [
"wrOgQhDgAAcwMTB7YmDkbeBsgT_AAAA",
"wrOgQhDgAAMYQiS5ol9G7gK9JVQUAAAA"
],
"new_owner": "zhangsan"
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"failed_chat_list": [
{
"chat_id": "wrOgQhDgAAcwMTB7YmDkbeBsgT_KAAAA",
"errcode": 90501,
"errmsg": "chat is not external group chat"
}
]
}