文档
测试

1.注册

POST
http://192.168.1.103:8080/ems/teacher/signup.do

请求头

参数名
类型
描述
必填
Content-Type
string
application/json;charset=UTF-8
必填

请求参数

参数名
类型
描述
必填
username
string
账号
必填
password
string
密码
必填

成功返回

参数名
类型
描述
必填
result
boolean
true
必填
data
string
成功信息
必填

失败返回

参数名
类型
描述
必填
result
boolean
false
必填
msg
string
失败信息
必填