feat(work): 新增文档高级功能账号相关接口

This commit is contained in:
Fu Diwei
2024-01-03 14:27:44 +08:00
parent d42c07dded
commit 867d552eec
14 changed files with 221 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
{
"userid_list": [ "zhangsan", "lisi", "wangwu" ]
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"succ_userid_list": [ "zhangsan", "lisi" ],
"fail_userid_list": [ "wangwu" ]
}

View File

@@ -0,0 +1,3 @@
{
"userid_list": [ "zhangsan", "lisi", "wangwu" ]
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"succ_userid_list": [ "zhangsan", "lisi" ],
"fail_userid_list": [ "wangwu" ]
}

View File

@@ -0,0 +1,4 @@
{
"cursor": "CURSOR",
"limit": 2
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": true,
"next_cursor": "GNIJIGEO",
"userid_list": [ "zhangsan", "lisi" ]
}