文档
测试

account/account/post

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

接口描述

账号修改资料

请求参数

参数名
类型
描述
必填
password
string
示例:123456
必填
token
string
示例:this is a token
必填

响应参数-返回成功

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

响应参数-返回失败1

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

响应参数-返回失败2

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