##
~~~[api]
post:http://tszhdt.sp11.cn/api/center/appCenter
userid=1000093#用戶id
<<<
success
{
"status": 1,
"msg": "成功",
people:{
name:姓名
head_portrait:頭像(沒有域名前綴)
mobile:手機號
idcard_no:身份證號
}
}
<<<
error
{
"status": 2,
"msg":"錯誤信息"
}
這里填寫錯誤的返回碼
以此類推,每個狀態使用 <<< 分割,
第一行添加狀態名稱
~~~