demo-chatroom
POST注册
localhost:8888/v1/user
HEADERS
Content-Type
Bodyraw
Example Request
注册
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
POST获取登录token
localhost:8888/v1/login
login
HEADERS
Content-Type
Bodyraw
Example Request
获取登录token
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GET查找用户
localhost:8888/v1/user?username=
HEADERS
Authorization
PARAMS
username
Example Request
查找用户
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
PUT用户自己修改信息
localhost:8888/v1/user
HEADERS
Content-Type
Authorization
Bodyraw
Example Request
用户自己修改信息
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers