修改用户信息
+++
post:http://vue.huan168.com/Api/Index/edit/
post数据
*id=用户 # 必选 用户id号
*phone=手机号码 # 必填
*sex=性别 # 0 女 1 男
*status=状态 # 可选
<<<
success
{
"status":1,
"msg":"修改成功",
"result":[],
}
<<<
error
{
"status":0,
"msg":"修改失败",
"result":[],
}
+++