回看信息

review/

接口描述

请求方式:GET

请求参数

参数名
类型
描述
必填
user_id
int
示例:4
必填

响应参数

参数名
类型
描述
必填
data_attestation
object
数据字典
必填
user_id
int
示例:4
必填
user_identity
string
示例:0
必填
user_education
string
示例:0
必填
data_validation
string
示例:0
必填
create_time
object
示例:null
必填
data_emotion_count
object
数据字典
必填
user_id
int
示例:4
必填
count
int
示例:0
必填
like
int
示例:0
必填
be_liked
int
示例:0
必填
hate
int
示例:0
必填
be_hated
int
示例:0
必填
favorite
int
示例:0
必填
be_favorited
int
示例:0
必填
viewed_user
array
数据列表
必填
user_id
int
示例:5
必填
name
string
示例:嘿嘿嘿
必填
gender
object
示例:null
必填
age
object
示例:null
必填
height
object
示例:null
必填
address
object
示例:null
必填
school
object
示例:null
必填
education
object
示例:null
必填
educational_system
object
示例:null
必填
constellation
object
示例:null
必填
occupation
object
示例:null
必填
salary
object
示例:null
必填
about_me
object
示例:null
必填
hobby
object
示例:null
必填
emotion
object
示例:null
必填
birthday
object
示例:null
必填
cover
object
示例:null
必填
img
array
数据列表
必填

返回示例

```json { "data_attestation": { "user_id": 4, "user_identity": "0", "user_education": "0", "data_validation": "0", "create_time": null }, "data_emotion_count": { "user_id": 4, "count": 0, "like": 0, "be_liked": 0, "hate": 0, "be_hated": 0, "favorite": 0, "be_favorited": 0 }, "viewed_user": [ { "user_id": 5, "name": "嘿嘿嘿", "gender": null, "age": null, "height": null, "address": null, "school": null, "education": null, "educational_system": null, "constellation": null, "occupation": null, "salary": null, "about_me": null, "hobby": null, "emotion": null, "birthday": null, "cover": null, "img": [] }, { "user_id": 6, "name": "测试1", "gender": null, "age": null, "height": null, "address": null, "school": null, "education": null, "educational_system": null, "constellation": null, "occupation": null, "salary": null, "about_me": null, "hobby": null, "emotion": null, "birthday": null, "cover": null, "img": [] }, { "user_id": 7, "name": "测试2", "gender": null, "age": null, "height": null, "address": null, "school": null, "education": null, "educational_system": null, "constellation": null, "occupation": null, "salary": null, "about_me": null, "hobby": null, "emotion": null, "birthday": null, "cover": null, "img": [] }, { "user_id": 8, "name": "测试3", "gender": null, "age": null, "height": null, "address": null, "school": null, "education": null, "educational_system": null, "constellation": null, "occupation": null, "salary": null, "about_me": null, "hobby": null, "emotion": null, "birthday": null, "cover": null, "img": [] } ] } ```

说明

![image.png](https://cos.easydoc.net/29611097/files/km1twwi2.png) ![image.png](https://cos.easydoc.net/29611097/files/km1txnas.png)