文档
测试
POST
http://localhost:8085/api/register

接口描述

注册接口

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
username
string
用户名;示例:xiaoming
必填
password
string
密码;示例:xiaoming
必填
phone
int
手机号;示例:17760247253
可选
email
string
邮箱;示例:120@qq.com
可选

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:注册成功!
必填