幻灯片列表

基本信息

  • 接口状态:已完成
  • 接口URL:POST /api/cms/banner/index
  • Content-Type:application/json
  • 认证方式:无需认证

请求参数

{
	"catalog_id": 740
}
参数名 参数值 是否必填 参数类型  描述说明
catalog_id 740 Number 根据分类搜索

响应示例

{
	"status": "success",
	"message": "获取成功",
	"data": [
		{
			"id": 5,
			"catalog_id": "740",
			"cover": "/upload/image/20220526/8d7690432f16b0f60d6d8fab40bee74f.jpg",
			"title": "",
			"c_title": "",
			"show": 0,
			"description": "",
			"url": "",
			"content": "",
			"sort": 2,
			"status": 1,
			"catalog_title": null
		},
		{
			"id": 7,
			"catalog_id": "740",
			"cover": "/upload/image/20220526/d59104466a0434e0f0b261d6926ad6c1.jpg",
			"title": "",
			"c_title": "",
			"show": 0,
			"description": "",
			"url": "",
			"content": "",
			"sort": 0,
			"status": 1,
			"catalog_title": null
		},
	]
}
参数名 参数值 参数类型  描述说明
status
success String 状态
message
获取成功
String
描述
data [] Array 返回值

 

文档最后更新时间:2023-03-16 10:57:57