文档
测试

发布者--活动作品列表

GET
http://zqh.5rkk.com/activity/api/v1/man_program_list

请求参数

参数名
类型
描述
必填
aid
int
活动id
必填
is_select
int
精选作品(精选作品列表传参1,否则不传)
必填
category
int
作品类别
必填
sort
int
排序(1.按人气2按最新3.按最早)
必填
uid
int
我的作品(我的作品列表传参1,否则不传)
必填
keyword
string
搜索(不搜索不传)
必填

说明 / 示例

``` { "code": 200, "msg": "请求成功", "data": [ { "id": 2, "uid": "1", "aid": 1, "cid": 1, "title": "作品2", "pro": "这又是一个好作品", "type": 1, "imgs": ""[\"1.jpg\",\"2.jpg\",\"3.jpg\"]", "video": null, "zan": 3, "created_at": "2021-11-11 06:16:51", "updated_at": "2021-11-11 06:16:51", "deleted_at": null }, { "id": 1, "uid": "1", "aid": 1, "cid": 1, "title": "作品1", "pro": "这是一个好作品", "type": 1, "imgs": "https://test-cyol-app.cyol.com/zqh/question/project/template_cover/2.jpg", "video": null, "zan": 2, "created_at": "2021-11-11 06:16:51", "updated_at": "2021-11-11 06:16:51", "deleted_at": null }, { "id": 3, "uid": "1", "aid": 1, "cid": 2, "title": "作品3", "pro": "这是一个好作品", "type": 1, "imgs": "[\"1.jpg\",\"2.jpg\",\"3.jpg\"]", "video": null, "zan": 0, "created_at": "2021-11-11 06:16:51", "updated_at": "2021-11-11 06:16:51", "deleted_at": null }, { "id": 4, "uid": "1", "aid": 1, "cid": 2, "title": "作品4", "pro": "这是一个好作品", "type": 1, "imgs": "[\"1.jpg\",\"2.jpg\",\"3.jpg\"]", "video": null, "zan": 0, "created_at": "2021-11-11 06:16:51", "updated_at": "2021-11-11 06:16:51", "deleted_at": null } ] } ```