用户注册
POST
http://127.0.0.1:8000/user/register/
响应参数
参数名
类型
描述
必填
200
注册成功
必填
201
请输入完整的信息
必填
202
两次输入的密码不一致
必填
203
当前用户名已存在
必填