🎷 用户注册
POST
http://localhost:8082/api/user/reg
接口描述
用户注册
请求参数
参数名
类型
描述
必填
username
String
账户名
必填
password
String
密码
必填
响应参数
参数名
类型
描述
必填
code
Number
200为注册成功,400为注册失败
必填
msg
String
注册成功/注册失败
必填