mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +08:00
feat(work): 新增获取微盘空间信息接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"spaceid": "SPACEID"
|
||||
}
|
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"space_info": {
|
||||
"spaceid": "SPACEID",
|
||||
"space_name": "SPACE_NAME",
|
||||
"auth_list": {
|
||||
"auth_info": [
|
||||
{
|
||||
"type": 1,
|
||||
"userid": "USERID",
|
||||
"auth": 1
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"departmentid": 1,
|
||||
"auth": 7
|
||||
}
|
||||
],
|
||||
"quit_userid": ["USERID1", "USERID2"]
|
||||
},
|
||||
"space_sub_type": 0,
|
||||
"secure_setting": {
|
||||
"enable_watermark": true,
|
||||
"share_url_no_approve": true,
|
||||
"share_url_no_approve_default_auth": 1,
|
||||
"enable_confidential_mode": true,
|
||||
"default_file_scope": 1,
|
||||
"ban_share_external": false
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user