多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
~~~[api] get:/v1/activity/list *org_id#村庄id keyword#搜索关键词 *int:menu_id#栏目ID int:min_cursor#【用于数据分页】最小游标 int:max_cursor#【用于数据分页】最大游标 int:limit=10#每次获取数据数量,最多20 <<< success { "code": 0, "msg": "ok", "data": { "list": [ { "id": 1, "title": "留住历史,让河上老街重现新生活力", "cover": "https://inews.gtimg.com/newsapp_bt/0/4898411798/1000", "author": "河上镇众联村", // 活动发布人 "address": "河上镇众联村", // 活动地点 "timestamp": 1526342400, // 发布时间戳 "timeformat": "2018.05.15", "activity_status": 1 // 活动状态【1、待开始,2、进行中,3、已结束】 }, { "id": 1, "title": "留住历史,让河上老街重现新生活力", "cover": "https://inews.gtimg.com/newsapp_bt/0/4898411798/1000", "author": "河上镇众联村", "address": "河上镇众联村", "timestamp": 1526342400, "timeformat": "2018.05.15", "activity_status": 2 }, { "id": 1, "title": "留住历史,让河上老街重现新生活力", "cover": "https://inews.gtimg.com/newsapp_bt/0/4898411798/1000", "author": "河上镇众联村", "address": "河上镇众联村", "timestamp": 1526342400, "timeformat": "2018.05.15", "activity_status": 3 } ] } } <<< error ~~~