Base URLs:https://用户中心域名/prod-api/
GET 查询订单额度
GET /acdn/volc/hostAcceleratePackRest/describeOrderLimit
请求参数
名称 | 位置 | 类型 | 必选 | 说明 |
---|---|---|---|---|
Authorization | header | string | 是 | none |
body | body | object | 否 | none |
返回示例
OK
{
"msg": "操作成功",
"code": 200,
"data": {
"totalQuota": 0,
"usedQuota": 3
}
}
401 Response
{}
返回结果
状态码 | 状态码含义 | 说明 | 数据模型 |
---|---|---|---|
200 | OK | OK | Inline |
401 | Unauthorized | Unauthorized | Inline |
403 | Forbidden | Forbidden | Inline |
404 | Not Found | Not Found | Inline |
返回数据结构
状态码 200
名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
---|---|---|---|---|---|
» additionalProperties | object | false | none | none | |
» totalQuota | string | true | none | 总配额 | none |
» usedQuota | string | true | none | 已使用配额 | none |