用户名是否存在
GET
http://localhost:3000/api/user/check
请求参数
参数名
类型
描述
必填
username
用户名
必填
响应参数
参数名
类型
描述
必填
code
200 || 400
必填
msg
success || fail
必填