AccountService

ChangePassword 修改密码(需要验证旧密码)

post/v1/account/password/change

Request body

newPasswordstring

新密码(8-128 个字符,至少包含一个字母和一个数字)

oldPasswordstring

当前密码(用于验证身份)

Response

OK

messagestring

提示信息

successboolean

修改成功

Changes

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