根据用户名查询用户信息
GET
/user/{username}请求参数
Path 参数
username
必需
The name that needs to be fetched. Use user1 for testing.
示例代码
返回响应
成功(200)
用户名不正确(400)
记录不存在(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
No schema defined
示例
未设置
修改于 3 年前
GET
/user/{username}The name that needs to be fetched. Use user1 for testing.