【前台】错误上报
POST
https://www.camrun.today/uperror
接口描述
请使用JSON格式数据
请求参数
参数名
类型
描述
必填
key
String
约定好的128位字符
必填
stu_id
String
10位数字(学号)
必填
password
String
16位以内字符(初始值为学号)
必填
time
String
跑步错误日期(10位字符长度的纯数字时间戳)
必填
route
String
跑步路径,仅支持英文A、B、C三个大写字母,如“ACACA”
必填
phone
String
联系方式,11位手机号
必填
remarks
String
备注信息
必填
响应参数
参数名
类型
描述
必填
state
String
OK或NO
必填
words
String
“上报成功”,“上报失败”,“时间不合法”, “跑步路径不合法”,“ 联系方式不合法”,“验证失败”,“用户名不存在”,“用户名或密码错误”
必填