文档
测试

安全中心:密码对比

POST
usercenter/newpwd

请求参数

参数名
类型
描述
必填
newpwd
string
用户第一次输入的密码密码
必填
newpwdsure
string
确认密码
必填

响应参数

参数名
类型
描述
必填
code
int
code等于200 说明成功 code等于400 说明失败 402 为密码不一致 403位密码不能为空 , 密码不能小于6位数 , 密码长度不能大于100位
必填
message
string
对code码的解释
必填
data
json
可选返回参数:有需要值的话 返回值 没有的话为空 默认为空
必填