feat(work): 新增微盘版本和容量管理相关接口

This commit is contained in:
fudiwei
2022-12-03 18:14:53 +08:00
parent 67e1f7947c
commit 1e4659c0ad
8 changed files with 158 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{
"errcode": 0,
"errmsg": "ok",
"total_capacity_for_all": 22666689904640,
"total_capacity_for_vip": 22300038149020,
"rest_capacity_for_all": 0,
"rest_capacity_for_vip": 0
}

View File

@@ -0,0 +1,8 @@
{
"errcode": 0,
"errmsg": "ok",
"is_pro": true,
"total_vip_acct_num": 10,
"use_vip_acct_num": 5,
"pro_expire_time": 1754827419
}