注册接口
POST
http://localhost:8080/muri/register
接口描述
注册接口
请求参数
application/json参数名
类型
描述
必填
username
string
账号/用户名,用来登录的
必填
password
string
密码
必填
tags
string
标签,例如:美食;生活 多的用英文分号; 分割
必填
nickName
string
昵称,用来展示姓名的
必填
sex
string
性别(0男 1女 2未知)
必填
响应参数
参数名
类型
描述
必填
msg
string
操作成功
必填
code
int
必填