简要描述:

  • 通过专题id获取专题详情

请求URL:

GET/route=plugin.project-template.frontend.topic.getTopicByTopicId&topic_id=3

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "",
	"data": {
		"id": 3,
		"uniacid": 5,
		"title": "111111111",
		"category": "分类1",
		"banner": "beijing.aliyuncs.com/2022719/1658197450yz_supply.png",
		"main_color": "#E71616",
		"post_img": "https://supply-chain-yunzmall.oss-cn-beijing.aliyuncs.com/2022719/1658197460yz_supply.png",
		"ad_img": "https://supply-chain-yunzmall.oss-cn-beijing.aliyuncs.com/2022719/1658197463获取公众号当前信息.png",
		"content": "<p>321321321</p>",
		"middleground_configuration_id": 10,
		"topic_id": 1,
		"created_at": "2022-07-20 15:26:04",
		"updated_at": "2022-07-20 15:26:04"
	}
}
参数名 类型 说明
id int 专题id
title string 专题名称
category string 分类
banner string 背景图
main_color string 颜色
post_img string 海报背景图
ad_img string 广告图
content text 推广文案