点击回看

/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 无感
必填
is_vip
true 是否是vip
必填
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
必填
is_flag
是否相互喜欢
必填
is_unlock
是否解锁
必填
total_items
int
示例:1
必填

返回示例

```python { "status": 200, "msg": "success", "item": [ { "all_count": 1, "good_feeling_count": 0, "no_feeling_count": 0, "users": [ { "openid": "otrCU4nMyoA1e0mRaKFHjzd0j5Mo", "attitude": "1", "nickname": "周庆安-一路通轮胎连锁13705338306", "age": 25, "gender": "男", "photo": "https://qing-teng.oss-cn-beijing.aliyuncs.com/user_photo/90c7d0a26ba0444caac06d5b23d75339!400x400.jpg", "height": "", "occupation": "", "region": "北京 北京", "is_flag": false, "is_unlock": false }, ] } ], "total_items": 1 }

说明

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