~~~[api]
post:http://47.93.30.197/magic/index.php/Api/Resume/index
*phone=1#用户手机号
*user_name=1#用户昵称(type1)
*user_name=1#性别(type2)
*user_name=1#出生年月时间戳(type3)
*user_name=1#籍贯 (type4)
*user_name=1#修改类型
<<<
success
{
"code":200,
"msg":"OK",
"data":{
"image":"http://jjjjj.jpg",//头像
"user_name":"555555",//昵称
"record":"1", 1已采集 2为采集
"gender":"1", 1男 2女 3不限制(默认)
"gender_stat":"2", 性别 1可以修改 2不可修改
"birthday":"408003960", 生日
"birthday_stat":"2", 生日 1可以修改 2不可修改
"province":"", 籍贯
"province_stat":"1", 籍贯 1可以修改 2不可修改
"weixin_stat":"1", 绑定微信 1已绑定 2未绑定
}
}
~~~
| Code |Msg |
| --- | --- |
| 200 | 成功 |
| 300 | 传入的参数无效 |
| 305 | 您已修改过此参数 |
| 100 | 详见具体返回信息 |