简要描述:

  • 获取网盘容量和云处理。

    通过本接口获取账号的网盘容量以及剩余容量。本信息有约1小时左右的缓存。

接口版本:

版本号 制定人 制定日期 修订日期
1.0 Joe 2020-05-20 2020-05-20

请求URL:

请求示例:

POST /v1/user/info/bandwidth HTTP/1.1
HOST: rest.ctfile.com
content-type: application/json
content-length: 53

{
  "session": "41e20167a3b05a21c47265dd3c262c92"
}

返回示例:

正常返回:

{"code":200,"bandwith_total":322122547200,"bandwith_remaining":322122547200,"bandwith_used":0,"max_yun":100}

错误时返回:

{"code":403,"message":"错误描述"}

返回参数说明:

参数名 类型 说明
bandwith_total int 直连总流量(bytes)
bandwith_remaining int 直连剩余流量(bytes)
bandwith_used int 直连已用流量(bytes)
max_yun int 总共云处理数

备注:

  • 更多返回错误代码请看通过接口规范
文档更新时间: 2020-08-13 01:17   作者:admin