## 忘记密码
~~~[api]
post:/index/member/reset_password
token#header模式向服务器传token码
mobile#手机号码
code#验证码
new_password#新密码
<<<
success
{
"code":"0",
"msg":"success",
“token”:"",
“data”:{}
}
<<<
error
{
"code":"-1",
"msg":"error",
}
~~~
### 返回字段说明
| 字段 | 说明 |
| --- | --- |
| code | 返回判断:0:成功;其他:失败 |
| msg| 返回信息说明 |