文档
测试

活动列表

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

响应参数

参数名
类型
描述
必填
count
int
示例:1
必填
totalPages
int
示例:1
必填
pageSize
int
示例:30
必填
currentPage
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:23
必填
main_img
string
示例:../../static/imgs/huodong_1.jpg
必填
title
string
示例:KDC 2018 国际钻石首饰设计大赛
必填
hot_num
int
示例:0
必填

返回示例

```language { "count": 1, "totalPages": 1, "pageSize": 30, "currentPage": 1, "data": [ { "id": 23, "main_img": "../../static/imgs/huodong_1.jpg", "title": "KDC 2018 国际钻石首饰设计大赛", "hot_num": 0 } ] } ```