## 修改会员资料
~~~[api]
post:/index/member/member_edit
token#header模式向服务器传token码
name#真实姓名
mobile#手机
card#身份证
province#省id
city#城市id
district#县id
address#详细地址
<<<
success
{
"code":"0",
"msg":"success",
“token”:"",
“data”:{}
}
<<<
error
{
"code":"-1",
"msg":"error",
}
~~~
### 返回字段说明
| 字段 | 说明 |
| --- | --- |
| code | 返回判断:0:成功;其他:失败 |
| msg| 返回信息说明 |