mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(work): 新增智能表格自动化创建的群聊相关接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"docid": "DOCID",
|
||||
"chat_id": "CHATID"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"name": "NAME",
|
||||
"owner": "userid2",
|
||||
"user_list": [ "userid1", "userid2", "userid3" ]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"docid": "DOCID",
|
||||
"cursor": "CURSOR",
|
||||
"limit": 2
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"has_more": true,
|
||||
"next_cursor": "GNIJIGEO",
|
||||
"chat_id_list": [ "chatid1", "chatid2" ]
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"docid": "DOCID",
|
||||
"chat_id": "CHATID",
|
||||
"owner": "userid",
|
||||
"add_user_list": [ "userid1", "userid2", "userid3" ],
|
||||
"del_user_list": [ "userid3", "userid4" ]
|
||||
}
|
Reference in New Issue
Block a user