文档
测试

完善资料

POST
/api/perfect_userinfo/

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:success
必填
item
array
数据列表
必填
completeness_plan
string
示例:50.0% 完成度
必填
photo_list1
string
示例: 照片数据1
必填
photo_list2
string
示例: 照片数据2
必填
id
int
示例:4
必填
openid
string
示例:oIlvs4kc63_MYEC1FH4EliyowP6E
必填
gender
string
示例:女
必填
birth
string
示例:
必填
region
string
示例:淄博
必填
nickname
string
示例:张
必填
height
string
示例:160
必填
occupation
string
示例:IT
必填
education
string
示例:
必填
school
string
示例:山西
必填
education_system
string
示例:
必填
constellation
string
示例:
必填
salary
string
示例:
必填
wx
string
示例:
必填
about_me
string
示例:about_me
必填
hobby
string
示例:
必填
emotion
string
示例:
必填
marriage
string
示例:
必填
favored
string
示例:
必填
photo
string
示例:https://qing-teng.oss-cn-beijing.aliyuncs.com/955dee9f-fd14-4f83-ac76-7bfd29b9cb31.jpg
必填
is_authenticate
string
示例:0
必填
is_school_authenticate
string
示例:0
必填
is_profile_authenticate
string
示例:5
必填
qt_coins
int
示例:0
必填
phone_number
string
示例:
必填
gender_prefer
string
示例:0
必填
allow_notify
string
示例:0
必填
is_cloaking
string
示例:0
必填
cloaking_reason
string
示例:
必填
last_cloaking_time
string
示例:
必填
invited
string
示例:
必填
update_time
string
示例:
必填
voive
string
示例:
必填
perfect_userinfo
string
示例:0 不允许 1 允许进入
必填
total_items
int
示例:1
必填

说明 / 示例

```python { "status": 200, "msg": "success", "item": [ { "completeness_plan": "50.0%", "photo_list1": [ { "id": 1, "photo": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTI9ibyyPPVwxDjLKFdxH9pLPWIJZTtcKTMmND8g6z5tH3vuCIlPP1zhDhNhGk8z6LhyM481crEkRbw/132" }, { "id": 2, "photo": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTI9ibyyPPVwxDjLKFdxH9pLPWIJZTtcKTMmND8g6z5tH3vuCIlPP1zhDhNhGk8z6LhyM481crEkRbw/132" } ], "photo_list2": [ { "id": 3, "photo": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTI9ibyyPPVwxDjLKFdxH9pLPWIJZTtcKTMmND8g6z5tH3vuCIlPP1zhDhNhGk8z6LhyM481crEkRbw/132" }, { "id": 4, "photo": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTI9ibyyPPVwxDjLKFdxH9pLPWIJZTtcKTMmND8g6z5tH3vuCIlPP1zhDhNhGk8z6LhyM481crEkRbw/132" }, { "id": 5, "photo": "https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTI9ibyyPPVwxDjLKFdxH9pLPWIJZTtcKTMmND8g6z5tH3vuCIlPP1zhDhNhGk8z6LhyM481crEkRbw/132" } ], "id": 4, "openid": "oIlvs4kc63_MYEC1FH4EliyowP6E", "gender": "女", "birth": "1996-02-20", "region": "淄博", "nickname": "张", "height": "160", "occupation": "IT", "education": null, "school": "山西", "education_system": null, "constellation": null, "salary": null, "wx": null, "about_me": "about_me", "hobby": null, "emotion": null, "marriage": null, "favored": null, "photo": "https://qing-teng.oss-cn-beijing.aliyuncs.com/955dee9f-fd14-4f83-ac76-7bfd29b9cb31.jpg", "is_authenticate": "0", "is_school_authenticate": "0", "is_profile_authenticate": "5", "qt_coins": 0, "phone_number": null, "gender_prefer": "0", "allow_notify": "0", "is_cloaking": "0", "cloaking_reason": null, "last_cloaking_time": null, "invited": null, "update_time": "2021-04-09T19:20:21.113", "voive": null, "perfect_userinfo":"0" } ], "total_items": 1 }