feat(work): 新增智能表格自动化创建的群聊相关接口
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeLint / Lint (push) Has been cancelled

This commit is contained in:
Fu Diwei
2025-07-23 16:02:04 +08:00
parent dbcccd77fe
commit 8ca323bdac
14 changed files with 270 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "ok",
"name": "NAME",
"owner": "userid2",
"user_list": [ "userid1", "userid2", "userid3" ]
}

View File

@@ -0,0 +1,5 @@
{
"docid": "DOCID",
"cursor": "CURSOR",
"limit": 2
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": true,
"next_cursor": "GNIJIGEO",
"chat_id_list": [ "chatid1", "chatid2" ]
}

View File

@@ -0,0 +1,7 @@
{
"docid": "DOCID",
"chat_id": "CHATID",
"owner": "userid",
"add_user_list": [ "userid1", "userid2", "userid3" ],
"del_user_list": [ "userid3", "userid4" ]
}