用户名是否存在
GET
/api/user-service/has-username请求参数
Query 参数
username
string
用户名
示例值:
machen
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
必需
message
null
必需
data
boolean
必需
requestId
null
必需
success
boolean
必需
示例
{
"code": "string",
"message": null,
"data": true,
"requestId": null,
"success": true
}
最后修改时间: 2 年前