修改用戶信息
+++
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":[],
}
+++