文档
测试

对方用户信息

POST
/api/user_info/

请求参数

参数名
类型
描述
必填
glanced_id
对方openid
必填

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:success
必填
item
array
数据列表
必填
id
int
示例:20
必填
openid
string
示例:otrCU4u1eDw0jpclzBTh2-i3WIyM
必填
gender
string
示例:女
必填
birth
string
示例:1996-02-20
必填
region
string
示例:淄博
必填
nickname
string
示例:张
必填
height
object
示例:null 身高
必填
occupation
object
示例:null 职业
必填
education
object
示例:null 学历
必填
school
object
示例:null 学校
必填
education_system
object
示例:null 学制
必填
constellation
object
示例:null 星座
必填
salary
object
示例:null 年薪
必填
wx
string
示例:相互喜欢后看见 微信号
必填
about_me
object
示例:null 关于我
必填
hobby
object
示例:null 兴趣爱好
必填
emotion
object
示例:null 感情观
必填
marriage
object
示例:null 婚姻状况
必填
favored
object
示例:null 心仪的她
必填
photo
array
数据列表 对方照片
必填
is_authenticate
string
示例:0 身份认证('0', "未认证"),('1', "已认证"), ('2', "审核中"),
必填
is_school_authenticate
string
示例:0 学历认证('0', "未认证"),('1', "已认证"),('2', "审核中"),
必填
is_profile_authenticate
string
示例:0 资料是否审核通过('0', "未完善资料"),('1', "审核中"),('2', "审核不通过"),('3', "照片审核不通过"),('4', "关于我审核不通过"), ('5', "未认证"),('6', "已认证"),
必填
qt_coins
int
示例:0 青藤币
必填
phone_number
object
示例:null 手机号
必填
gender_prefer
string
示例:1 是否只接受异性喜欢
必填
allow_notify
string
示例:0 是否接受消息提示
必填
is_cloaking
string
示例:0 是否隐身
必填
cloaking_reason
object
示例:null 隐身原因
必填
last_cloaking_time
object
示例:null 隐身更新时间
必填
invited
object
示例:null 邀请人openid
必填
update_time
string
示例:2021-04-14T10:57:13.571
必填
voive
object
示例:null 我的声音
必填
age
int
示例:25 年龄
必填
is_flag
string
示例:true 是否相互喜欢
必填
total_items
int
示例:1
必填
except
object
示例:null
必填

说明 / 示例

```python { "status": 200, "msg": "success", "item": [ { "id": 20, "openid": "otrCU4u1eDw0jpclzBTh2-i3WIyM", "gender": "女", "birth": "1996-02-20", "region": "淄博", "nickname": "张", "height": null, "occupation": null, "education": null, "school": null, "education_system": null, "constellation": null, "salary": null, "wx": "相互喜欢后看见", "about_me": null, "hobby": null, "emotion": null, "marriage": null, "favored": null, "photo": [], "is_authenticate": "0", "is_school_authenticate": "0", "is_profile_authenticate": "0", "qt_coins": 0, "phone_number": null, "gender_prefer": "1", "allow_notify": "0", "is_cloaking": "0", "cloaking_reason": null, "last_cloaking_time": null, "invited": null, "update_time": "2021-04-14T10:57:13.571", "voive": null, "age": 25, "is_flag": "true" } ], "total_items": 1, "except": null }