文档
测试

相互喜欢的唠唠

POST
/api/mutual_like/

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:success
必填
page
string
示例:1
必填
previous_page
object
示例:null
必填
next_page
int
示例:2
必填
num_pages
int
示例:2
必填
count
int
示例:6
必填
item
array
数据列表
必填
id
int
示例:4
必填
publish_type
int
示例:1 ('0', "真实用户"),('1', "匿名用户"), 匿名用户头像模糊
必填
nickname
string
示例:无名氏
必填
gender
string
示例:男
必填
age
int
示例:25
必填
region
string
示例:山东,淄博
必填
education
string
示例:硕士
必填
occupation
string
示例:教师
必填
photo
object
示例:null 头像
必填
is_flag
boolean
示例:true 是否相互喜欢
必填
content
string
示例:1 内容
必填
topic
string
示例:我的相亲奇遇
必填
update_time
string
示例:2021-04-17T15:54:36
必填
imgs
array
数据列表 图片
必填
like_count
int
示例:0 点赞次数
必填
like_img
array
数据列表 点赞者头像
必填
comment_count
int
示例:0 评论数
必填
comment
array
数据列表 评论
必填
total_items
int
示例:5
必填
except
object
示例:null
必填

说明 / 示例

```python { "status": 200, "msg": "success", "page": "1", "previous_page": null, "next_page": 2, "num_pages": 2, "count": 6, "item": [ { "id": 4, "publish_type": 0, "nickname": "无名氏", "gender": "男", "age": 25, "region": "山东,淄博", "education": "硕士", "occupation": "教师", "photo": null, "is_flag": true, "content": "1", "topic": "我的相亲奇遇", "update_time": "2021-04-17T15:54:36", "imgs": [], "like_count": 0, "like_img": [], "comment_count": 0, "comment": [] }, { "id": 5, "publish_type": 0, "nickname": "无名氏", "gender": "男", "age": 25, "region": "山东,淄博", "education": "硕士", "occupation": "教师", "photo": null, "is_flag": true, "content": "1", "topic": "我的相亲奇遇", "update_time": "2021-04-16T15:54:36", "imgs": [], "like_count": 0, "like_img": [], "comment_count": 0, "comment": [] }, { "id": 6, "publish_type": 0, "nickname": "无名氏", "gender": "男", "age": 25, "region": "山东,淄博", "education": "硕士", "occupation": "教师", "photo": null, "is_flag": true, "content": "1", "topic": "我的相亲奇遇", "update_time": "2021-04-16T15:54:36", "imgs": [], "like_count": 0, "like_img": [], "comment_count": 0, "comment": [] }, { "id": 7, "publish_type": 0, "nickname": "达拉崩吧", "gender": "男", "age": 25, "region": "山东,淄博", "education": "高中", "occupation": "歌手", "photo": "https://thirdwx.qlogo.cn/mmopen/vi_32/Uk0dJibX2kUwDCorfibcvTVvmMibynqrp5T0dghkyicFsO1g9EWE3bp62aD8tDC4cXyvOcz548Eibic5qGQBKZoxUCDQ/132", "is_flag": true, "content": "1", "topic": "我的相亲奇遇", "update_time": "2021-04-16T15:54:36", "imgs": [], "like_count": 0, "like_img": [], "comment_count": 0, "comment": [] }, { "id": 8, "publish_type": 0, "nickname": "达拉崩吧", "gender": "男", "age": 25, "region": "山东,淄博", "education": "高中", "occupation": "歌手", "photo": "https://thirdwx.qlogo.cn/mmopen/vi_32/Uk0dJibX2kUwDCorfibcvTVvmMibynqrp5T0dghkyicFsO1g9EWE3bp62aD8tDC4cXyvOcz548Eibic5qGQBKZoxUCDQ/132", "is_flag": true, "content": "1", "topic": "我的相亲奇遇", "update_time": "2021-04-16T15:54:36", "imgs": [], "like_count": 0, "like_img": [], "comment_count": 0, "comment": [] } ], "total_items": 5, "except": null }