mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
test(work): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"userid": "USERID",
|
||||
"space_name": "SPACE_NAME",
|
||||
"auth_info": [
|
||||
{
|
||||
"type": 1,
|
||||
"userid": "USERID",
|
||||
"auth": 2
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"departmentid": 1,
|
||||
"auth": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"spaceid": "SPACEID"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"userid": "USERID",
|
||||
"spaceid": "SPACEID"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"userid": "USERID",
|
||||
"spaceid": "SPACEID"
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"space_info": {
|
||||
"spaceid": "SPACEID",
|
||||
"space_name": "SPACE_NAME",
|
||||
"auth_list": {
|
||||
"auth_info": [
|
||||
{
|
||||
"type": 1,
|
||||
"userid": "USERID1",
|
||||
"auth": 3
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"userid": "USERID2",
|
||||
"auth": 2
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"departmentid": 1,
|
||||
"auth": 1
|
||||
}
|
||||
],
|
||||
"quit_userid": [ "USERID3", "USERID4" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"userid": "USERID",
|
||||
"spaceid": "SPACEID",
|
||||
"space_name": "SPACE_NAME"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"userid": "USERID",
|
||||
"spaceid": "SPACEID",
|
||||
"enable_watermark": true,
|
||||
"add_member_only_admin": true,
|
||||
"enable_share_url": false,
|
||||
"share_url_no_approve": true,
|
||||
"share_url_no_approve_default_auth": 4
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"userid": "USERID",
|
||||
"spaceid": "SPACEID"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"space_share_url": "SPACE_SHARE_URL"
|
||||
}
|
||||
Reference in New Issue
Block a user