文档
测试

验证用户名

GET
http://47.112.170.225:60001/user/checkname?username=lzp

接口描述

发送需要检测的用户名

请求参数

参数名
类型
描述
必填
username
string
示例:lzp
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
message
string
示例:不能注册,用户已存在
必填
code
int
示例:1
必填
message
string
示例:允许注册
必填