点击回看

/api/look_back/

接口描述

请求方式:POST

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:success
必填
item
array
数据列表
必填
all_count
int
示例:1 推荐
必填
good_feeling_count
int
示例:0 喜欢
必填
no_feeling_count
int
示例:0 无感
必填
users
array
数据列表
必填
attitude
string
示例:1 ('0', "无感"), ('1', "喜欢"), ('2', "未选择"),
必填
id
int
示例:1
必填
openid
string
示例:10001
必填
gender
string
示例:男
必填
birth
string
示例:2021-03-15
必填
region
string
示例:淄博
必填
nickname
string
示例:无名氏
必填
height
string
示例:190
必填
occupation
string
示例:教师
必填
education
string
示例:硕士
必填
school
string
示例:香港大学
必填
education_system
string
示例:全日制
必填
constellation
string
示例:猎户座
必填
salary
string
示例:80k+
必填
wx
object
示例:null
必填
about_me
string
示例:喜欢你
必填
hobby
string
示例:爱你
必填
emotion
string
示例:爱你1314
必填
marriage
object
示例:null
必填
favored
object
示例:null
必填
photo
object
示例:null
必填
is_authenticate
string
示例:0
必填
is_school_authenticate
string
示例:1
必填
is_profile_authenticate
string
示例:2
必填
qt_coins
int
示例:10000
必填
phone_number
string
示例:12345678910
必填
gender_prefer
string
示例:0
必填
allow_notify
object
示例:null
必填
is_cloaking
string
示例:1
必填
cloaking_reason
string
示例:喜欢
必填
last_cloaking_time
string
示例:2021-03-15T14:48:35
必填
invited
object
示例:null
必填
update_time
string
示例:2021-03-15T14:46:55
必填
voive
object
示例:null
必填
age
int
示例:0
必填
total_items
int
示例:1
必填

返回示例

```python { "status": 200, "msg": "success", "item": [ { "all_count": 1, "good_feeling_count": 0, "no_feeling_count": 0, "users": [ { "attitude": "2", "id": 1, "openid": "10001", "gender": "男", "birth": "2021-03-15", "region": "淄博", "nickname": "无名氏", "height": "190", "occupation": "教师", "education": "硕士", "school": "香港大学", "education_system": "全日制", "constellation": "猎户座", "salary": "80k+", "wx": null, "about_me": "喜欢你", "hobby": "爱你", "emotion": "爱你1314", "marriage": null, "favored": null, "photo": null, "is_authenticate": "0", "is_school_authenticate": "1", "is_profile_authenticate": "2", "qt_coins": 10000, "phone_number": "12345678910", "gender_prefer": "0", "allow_notify": null, "is_cloaking": "1", "cloaking_reason": "喜欢", "last_cloaking_time": "2021-03-15T14:48:35", "invited": null, "update_time": "2021-03-15T14:46:55", "voive": null, "age": 0 } ] } ], "total_items": 1 }

说明

![image.png](https://cos.easydoc.net/11937329/files/kmejdsl2.png)