account/token/post
POST
http://localhost:3000/api/account/token
接口描述
验证token 是否符合
请求参数
参数名
类型
描述
必填
token
string
示例:This is token
必填
响应参数-返回失败1
参数名
类型
描述
必填
code
int
示例:40011
必填
message
string
示例:timeExp
必填
响应参数-返回成功
响应参数-返回失败2
参数名
类型
描述
必填
code
int
示例:40014
必填
message
string
示例:paramsException
必填