【前台】密码修改
POST
https://www.camrun.today/uppassword
接口描述
请使用JSON格式数据
请求参数
参数名
类型
描述
必填
key
String
约定好的128位字符
必填
stu_id
String
10位数字(学号)
必填
password
String
16位以内字符(初始值为学号)
必填
new_password
String
用户新密码(8-16位字符)
必填
响应参数
参数名
类型
描述
必填
state
String
OK或NO
必填
words
String
“修改成功”,“修改失败”,“新密码长度不合法”,“验证失败”,“用户名不存在”,“用户名或密码错误”
必填