文档
测试

用户注册

POST
http:ip:8081/user/register

请求参数

参数名
类型
描述
必填
userName
String
用户名
必填
password
String
密码
必填
headImage
String
头像 oss路径
必填

响应参数

参数名
类型
描述
必填
必填

说明 / 示例

{ "status": 200, "message": "成功", "data": { "userId": 1, "userName": "ZhaoNa", "accid": "1", "token": "1b480f8bcb12a42db8db22502faa974f", "headImage": null } }