注册
POST
https://localhost:44302/studentNewAPI/User/register
请求头
参数名
类型
描述
必填
Content-Type
application/x-www-form-urlencoded
必填
请求参数
参数名
类型
描述
必填
username
string
必填
realname
string
必填
password
string
必填
orgid
string
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
Token
string
示例:
必填
message
string
示例:注册成功
必填
data
int
示例:1
必填