绑定信息
POST
/bindingInfo
请求头
参数名
类型
描述
必填
token
String
登录接口返回值
必填
请求参数
参数名
类型
描述
必填
account
String
账号
必填
password
String
密码
必填
type
String
身份,1为老师,2为学生
必填
响应参数
参数名
类型
描述
必填
msg
String
成功为success,失败为fail
必填
code
String
成功为1,失败为0
必填
data
boolean
true为成功,false为失败
必填