文档
测试

分类列表

POST
https://douyin.amibacs.com/index.php?m=PhoneApi&c=Program&a=class_list

请求参数

参数名
类型
描述
必填
appid
小程序appid
必填
id
分类id
必填
keyword
搜索
必填

响应参数

参数名
类型
描述
必填
icon
缩略图
必填
title
标题
必填
vice_title
副标题
必填
interest
初始评论人数
必填
compliment
初始点赞人数
必填
id
商品id
必填
label
是否免费
必填
image
分类图
必填
recommended
是否推荐
必填
type
1:测试 2:其他
必填

说明 / 示例

{ "stauts": 1, "info": "查询成功", "data": [ { "icon": "/Uploads/default/2020-03-16/5e6ed16e957f0.jpg", "title": "年报申请", "vice_title": "走过路过千万别错过", "interest": "0", "compliment": "200", "id": "4", "label": "2", "stars": "2", "recommended": "1" }, { "icon": "/Uploads/default/2020-03-15/5e6e0b0336f26.png", "title": "测试1", "vice_title": "走过路过千万别错过", "interest": "500", "compliment": "200", "id": "3", "label": "1", "stars": "0", "recommended": "1" }, { "icon": "/Uploads/default/2020-03-15/5e6e0a274190e.png", "title": "年报申请", "vice_title": "走过路过千万别错过", "interest": "200", "compliment": "300", "id": "2", "label": "1", "stars": "0", "recommended": "2" } ], "image": "/Uploads/default/2020-03-15/5e6e10473cc24.jpg" }