用户注册
POST
http://localhost:8080/shopdemo/user/register
请求参数
参数名
类型
描述
必填
username
String
用户名
必填
password
String
密码
必填
phone
String
手机号
必填
响应参数
参数名
类型
描述
必填
status
int
状态 正确200/错误100
必填