文档
测试

绑定身份

POST
/bindingInfo

请求头

参数名
类型
描述
必填
token
String
登录接口返回值
必填

请求参数

参数名
类型
描述
必填
studentId
String
学号
必填
password
String
密码
必填
grade
String
年纪
必填
institute
String
学院
必填
major
String
专业
必填

响应参数

参数名
类型
描述
必填
msg
String
成功为success,失败为fail
必填
code
String
成功为1,失败为0
必填
data
Boolean
是否绑定成功,1为成功,0为失败
必填