详情

基本信息

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

请求参数

{
	"id": 3,
	"catalog_id": 1099
}
参数名 参数值 是否必填 参数类型  描述说明
catalog_id 1099 Number 获取当前分类上下页详情
id 3 Number 编号ID

响应示例

{
	"status": "success",
	"message": "获取成功",
	"data": {
		"id": 3,
		"group_id": [],
		"catalog_id": [
			1099
		],
		"relation": "3",
		"title": "666",
		"c_title": "",
		"description": "",
		"file": "/upload/image/20220905/9a1365b10913f9592ee23aa362dc1f38.png",
		"content": "",
		"cover": "/upload/image/20220905/9a1365b10913f9592ee23aa362dc1f38.png",
		"images": [],
		"seo_url": "",
		"seo_title": "666",
		"seo_keywords": "666",
		"seo_description": "",
		"field": [],
		"istop": 0,
		"isrecommend": 0,
		"ishot": 0,
		"sort": 0,
		"clicks": 10,
		"create_time": "2022-09-07 17:25:26",
		"status": 1,
		"catalog_title": [
			"下载中心"
		],
		"downloaded_count": 4,
		"relation_list": [
			{
				"id": 3,
				"group_id": [],
				"catalog_id": [
					1099
				],
				"relation": "3",
				"title": "666",
				"c_title": "",
				"description": "",
				"file": "/upload/image/20220905/9a1365b10913f9592ee23aa362dc1f38.png",
				"content": "",
				"cover": "/upload/image/20220905/9a1365b10913f9592ee23aa362dc1f38.png",
				"images": [],
				"seo_url": "",
				"seo_title": "666",
				"seo_keywords": "666",
				"seo_description": "",
				"field": [],
				"istop": 0,
				"isrecommend": 0,
				"ishot": 0,
				"sort": 0,
				"clicks": 10,
				"create_time": "2022-09-07 17:25:26",
				"status": 1
			}
		]
	}
}
参数名 参数值 参数类型  描述说明
status
success String 状态
message
获取成功
String
描述
data {} Object 返回值

 

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