重置密码
POST
http://localhost:5000/user/resetpwd
接口描述
重置用户密码
请求参数
参数名
类型
描述
必填
sjhm
int
手机号码示例:15683904193
必填
pwd1
int
密码1示例:45678
必填
pwd2
int
密码2示例:45678
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:密码重置成功
必填
fieldCount
int
示例:0
必填
affectedRows
int
示例:1
必填
insertId
int
示例:0
必填
serverStatus
int
示例:34
必填
warningCount
int
示例:0
必填
message
string
示例:(Rows matched: 1 Changed: 1 Warnings: 0
必填
protocol41
boolean
示例:true
必填
changedRows
int
示例:1
必填
opt
string
示例:resetpwd
必填