re_set_password
POST
/weatherSys/re_set_password
请求头
参数名
类型
描述
必填
username
str
账户名,需要和token匹配
必填
token
str
登录时获取的token,需要和username匹配
必填
请求参数
参数名
类型
描述
必填
id
string
用户id
必填
响应参数
参数名
类型
描述
必填
code
int
0:用户名已存在, 1:成功, 2:失败
必填
msg
string
成功/失败原因
必填
data
None
None
必填