文档
测试

account/token/post

POST
http://localhost:3000/api/account/token

接口描述

验证token 是否符合

请求参数

参数名
类型
描述
必填
token
string
示例:This is token
必填

响应参数-返回失败1

参数名
类型
描述
必填
code
int
示例:40011
必填
message
string
示例:timeExp
必填

响应参数-返回成功

参数名
类型
描述
必填
code
int
示例:20000
必填
data
object
数据字典
必填
email
string
示例:kuochiakun@gmail.com
必填
token
string
示例:this is a token
必填

响应参数-返回失败2

参数名
类型
描述
必填
code
int
示例:40014
必填
message
string
示例:paramsException
必填