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