代理账户管理

修改代理账户流量上限,请注意流量统计可能有5分钟以内延迟,即实际消耗流量可能超过此限制。

post/openapi/whitelist-account/change-limit

Request body

app_keystring

授权密钥

accountstring

代理账户,仅支持数字和字母。

limitinteger

流量限制,单位:GB,0为不设上限

Response

codeinteger

状态码,200 成功、3 app_key 无效、156 账户未实名认证

msgstring

状态消息

{"stackTrail":"paths:/openapi/whitelist-account/change-limit:post:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}

Example response

{
  "code": 200
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.