~~~[api]
get:/interflow_zan/get
type=interflow#类型,可选:interflow/comment
limit=10#每页显示数量
<<<
success
{
"current_page": 1,
"data": [
{
"id": 3,
"type": "interflow",
"uid": 5,
"uinfo": null,
"other_id": 4,
"other_info": {
"id": 4,
"type": "text",
"category_id": 5,
"category_info": {
"id": 5,
"category_name": "寻求帮助",
"interflow_count": 2,
"created_at": "2021-04-03 14:23:56",
"updated_at": "2021-04-03 15:56:16",
"deleted_at": null
},
"uid": 5,
"uinfo": {
"id": 5,
"nickname": "冷鲜柜网冷柜哥张玉东",
"truename": "张玉东",
"sex": 1,
"avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32/vwLj9XG2T3KQofYicAibGb7D03Gykhj2ktytcQtkehuSWjoADAJFjY73G2p6YblCaKGiaeEkicw4AvpuhFflpSBfcg/132",
"mobile": 18838032012,
"unionid": null,
"openid": "oyt0jwLg8CX95KYkwi0HYtnsaO1U",
"status": 1,
"identity": 1,
"user_account": "0.00",
"freeze_account": "0.00",
"user_score": 0,
"country": "中国",
"province": "河南省",
"city": "郑州市",
"area": "二七区",
"latitude": "30.538776",
"longitude": "114.26695",
"invate_uid": null,
"is_password": 1,
"created_at": "2021-03-28 16:51:11",
"updated_at": "2021-03-28 16:51:11",
"deleted_at": null
},
"content": "牛牛牛",
"pictures": [
""
],
"video": null,
"view": 0,
"status": "1",
"comment_count": 0,
"zan_count": 1,
"created_at": "2021-03-30 22:28:44",
"updated_at": "2021-04-03 18:25:13",
"deleted_at": null
},
"created_at": "2021-04-03 17:39:42",
"deleted_at": null,
"updated_at": "2021-04-03 19:06:32"
}
],
"first_page_url": "http://zglxgw.api.git.test/interflow_zan/get?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://zglxgw.api.git.test/interflow_zan/get?page=1",
"next_page_url": null,
"path": "http://zglxgw.api.git.test/interflow_zan/get",
"per_page": 10,
"prev_page_url": null,
"to": 1,
"total": 1
}
<<<
error
{
"current_page": 1,
"data": [],
"first_page_url": "http://zglxgw.api.git.test/interflow_zan/get?page=1",
"from": null,
"last_page": 1,
"last_page_url": "http://zglxgw.api.git.test/interflow_zan/get?page=1",
"next_page_url": null,
"path": "http://zglxgw.api.git.test/interflow_zan/get",
"per_page": 10,
"prev_page_url": null,
"to": null,
"total": 0
}
~~~