代理账户管理

修改代理账户密码,请注意修改后有5分钟等待时间,在此期间旧密码仍可能正常使用。

post/openapi/whitelist-account/change-password

Request body

app_keystring

授权密钥

accountstring

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

passwordstring

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

Response

codeinteger

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

msgstring

状态消息

{"stackTrail":"paths:/openapi/whitelist-account/change-password: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.