method: post
params:
- name: 昵称
- email: 邮箱
- password: 密码
response:
- code: int
- message: string
- token: string 登录成功的口令
method: post
params:
- email: 邮箱
- password: 密码
response:
- code: int
- message: string
- token: string 登录成功的口令
method: post
params:
- 无
headers:
- Authorization: Bearer +登录或注册接口返回的token(注意:Bearer和token之间有个空格)
response:
- code: int
- message: string
method: get
params:
- 无
headers:
- Authorization: Bearer +登录或注册接口返回的token(注意:Bearer和token之间有个空格)
response:
- code: int
- data: object