##
~~~[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":"错误信息"
}
这里填写错误的返回码
以此类推,每个状态使用 <<< 分割,
第一行添加状态名称
~~~