v1
latestSwagger 2.02026-07-17564.0 KBuser-api
获取用户信息
get/api/user/{id}
Path parameters
idstring required
Request body
Example request
{
"id": "id"
}Response
A successful response.
Example response
{
"birthday": "birthday",
"name": "name",
"description": "description",
"tag": [
"tag",
"tag"
],
"age": 0
}