文档
测试

发现-列表

POST
https://ts.xiaojusmart.com/app_api/find/list

请求参数

参数名
类型
描述
必填
page
int
示例:1
必填

响应参数

参数名
类型
描述
必填
count
int
示例:1
必填
totalPages
int
示例:1
必填
pageSize
int
示例:20
必填
currentPage
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:8
必填
class_id
int
示例:1
必填
title
string
示例:发布标题
必填
content
string
示例:发布内容
必填
love_num
int
示例:0
必填
collect_num
int
示例:2
必填
read_num
int
示例:0
必填
add_time
string
示例:40分钟前
必填
find_collect
string
示例:Y-已收藏,N-未收藏
必填
find_details
array
数据列表
必填
id
int
示例:5
必填
find_id
int
示例:8
必填
href
string
示例:https://zb.xiaojusmart.com/upload/20200806/TS15967192847895089.png
必填
find_love
string
示例:Y-已喜欢,N-未喜欢
必填

返回示例

```language { "count": 1, "totalPages": 1, "pageSize": 20, "currentPage": 1, "data": [ { "id": 8, "class_id": 1, "title": "发布标题", "content": "发布内容", "love_num": 0, "collect_num": 2, "read_num": 0, "add_time": "40分钟前", "find_collect": "Y", "find_details": [ { "id": 5, "find_id": 8, "href": "https://zb.xiaojusmart.com/upload/20200806/TS15967192847895089.png" }, { "id": 6, "find_id": 8, "href": "https://zb.xiaojusmart.com/upload/20200806/TS15967033658016166.png" } ], "find_love": "Y" } ] } ```