Skip to content

columnNews / 栏目 + news

http://showdoc.cqyqdc.com/web/#/32/266

调用方式

html
<hlx-template
  component-type="columnNews"
  component-query-option="{'columnIds':[],'start':0,'count':6,'showMedium':'PC','notNewsColumn':true}"
  component-variable="columnNewsList"
></hlx-template>

提示

columnIds 可以为空,即使 'columnIds':[] 不传入任何参数

为空时,自动获取当前栏目

参数名必传类型描述
columnIdsList<Long>
columnScope枚举/string
showMedium枚举/string'showMedium':'PC'
startInteger起始位置(默认 0)
countInteger获取总数量(默认 10),最大 1000
visibleBoolean默认为 true \n false 表示同时返回”外网不可见”
newsTypeList 枚举/string'newsType':['PIC']
showModuleDataBoolean是否查询组件化数据
⭐️ notNewsColumnBoolean是否返回无稿件栏目
listViewCodeList列表类型 不传默认全部
showSelfColumnBoolean是否查询稿件发布的所有自有栏目数据
showAttachmentsBoolean是否查询附件

提示

默认情况,子栏目下没有文章,是不会返回这个栏目。

比如:

在这个友情链接中,部分栏目下没有链接,即没有文章。
通过默认的 columnNews 获取的数据将不完整,这个时候就需要 notNewsColumn 这个参数,将即使没有数据的栏目也显示出来。

参考示例:

html
<hlx-template
  component-type="columnNews"
  component-query-option="{'columnIds':[],'start':0,'count':6,'showMedium':'PC','notNewsColumn':true}"
  component-variable="columnNewsList"
></hlx-template>
ts
enum ShowMedium {
  PC,
  H5,
  APP,
}
ts
enum newsType {
  COMMON = "一般新闻",
  HEADLINE = "头条新闻",
  IMPORTANT = "重要新闻",
  OTHER = "其他新闻",
  PIC = "图片新闻",
  VIDEO = "视频新闻",
}
ts
enum columnScope {
  SELF = "自己",
  PARENT = "父亲",
  ROOT = "顶级栏目",
}
ts
// ALL(“全部”),NO_IMAGE(“无图”),BIG_IMAGE(“只查询可发稿新闻类栏目”),ONE_IMAGE(“只查询可发稿新闻类栏目”),MULTI_IMAGE(“只查询可发稿新闻类栏目”);
enum listViewCode {
  ALL = "全部",
  NO_IMAGE = "无图",
  BIG_IMAGE = "只查询可发稿新闻类栏目",
  ONE_IMAGE = "只查询可发稿新闻类栏目",
  MULTI_IMAGE = "只查询可发稿新闻类栏目",
}

返回值

示例 1

json
[
  {
    "id": 5000055,
    "name": "农工党中央及其他省级网站",
    "description": "",
    "alias": "",
    "englishName": "",
    "listImage": "",
    "urlPc": " ",
    "urlH5": " ",
    "urlApp": " ",
    "urlJson": " ",
    "columnsType": "0",
    "newsIds": [1352383253276733400],
    "newsList": [
      {
        "listId": 35916859,
        "newsId": 1352383253276733400,
        "listTitle": "农工党中央",
        "pubTime": "2025-03-20 20:47:45",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://www.ngd.org.cn/",
        "h5Url": "",
        "appUrl": "http://www.ngd.org.cn/",
        "jsonUrl": "",
        "tag": "",
        "audio": "",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "农工党中央",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30086.png",
          "shareUrl": "http://www.ngd.org.cn/"
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": false,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": null,
        "playTime": null,
        "pureAudio": null,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null
      }
    ],
    "hide": null
  },
  {
    "id": 5000056,
    "name": "统一战线网站",
    "description": "",
    "alias": "",
    "englishName": "",
    "listImage": "",
    "urlPc": " ",
    "urlH5": " ",
    "urlApp": " ",
    "urlJson": " ",
    "columnsType": "0",
    "newsIds": [1352387516207935500, 1352383377021284400],
    "newsList": [
      {
        "listId": 35916861,
        "newsId": 1352387516207935500,
        "listTitle": "重庆统一战线",
        "pubTime": "2025-03-20 21:04:56",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://www.cqtzb.gov.cn/",
        "h5Url": "",
        "appUrl": "http://www.cqtzb.gov.cn/",
        "jsonUrl": "",
        "tag": "",
        "audio": "",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "重庆统一战线",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30086.png",
          "shareUrl": "http://www.cqtzb.gov.cn/"
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": false,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": null,
        "playTime": null,
        "pureAudio": null,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null
      },
      {
        "listId": 35916860,
        "newsId": 1352383377021284400,
        "listTitle": "中央统战部网站",
        "pubTime": "2025-03-20 20:48:34",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://www.zytzb.gov.cn/html/index.html",
        "h5Url": "",
        "appUrl": "http://www.zytzb.gov.cn/html/index.html",
        "jsonUrl": "",
        "tag": "",
        "audio": "",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "中央统战部网站",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30086.png",
          "shareUrl": "http://www.zytzb.gov.cn/html/index.html"
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": false,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": null,
        "playTime": null,
        "pureAudio": null,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null
      }
    ],
    "hide": null
  },
  {
    "id": 5000057,
    "name": "党政部门网站",
    "description": "",
    "alias": "",
    "englishName": "",
    "listImage": "",
    "urlPc": " ",
    "urlH5": " ",
    "urlApp": " ",
    "urlJson": " ",
    "columnsType": "0",
    "newsIds": [1352387705496875000, 1352387618356015000],
    "newsList": [
      {
        "listId": 35916863,
        "newsId": 1352387705496875000,
        "listTitle": "重庆市政协",
        "pubTime": "2025-03-20 21:05:43",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://www.cqzx.gov.cn/",
        "h5Url": "",
        "appUrl": "http://www.cqzx.gov.cn/",
        "jsonUrl": "",
        "tag": "",
        "audio": "",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "重庆市政协",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30086.png",
          "shareUrl": "http://www.cqzx.gov.cn/"
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": false,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": null,
        "playTime": null,
        "pureAudio": null,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null
      },
      {
        "listId": 35916862,
        "newsId": 1352387618356015000,
        "listTitle": "重庆市人民政府",
        "pubTime": "2025-03-20 21:05:22",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://www.cq.gov.cn/",
        "h5Url": "",
        "appUrl": "http://www.cq.gov.cn/",
        "jsonUrl": "",
        "tag": "",
        "audio": "",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "重庆市人民政府",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30086.png",
          "shareUrl": "http://www.cq.gov.cn/"
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": false,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": null,
        "playTime": null,
        "pureAudio": null,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null
      }
    ],
    "hide": null
  }
]

示例 2

json
[
  {
    "id": 5001717,
    "name": "重庆市潼南区第十七届人民代表大会第三次会议",
    "sortNo": 1,
    "description": "",
    "alias": "",
    "englishName": "",
    "listImage": "",
    "urlPc": "http://rd.cqtn.gov.cn/web/column/col5001717.html",
    "urlH5": " ",
    "urlApp": " ",
    "urlJson": " ",
    "columnsType": "0",
    "newsIds": [1364912705436336000],
    "newsList": [
      {
        "listId": 36088020,
        "newsId": 1364912705436336000,
        "listTitle": "潼南区十八届人大六次会议开幕",
        "pubTime": "2025-04-24 10:35:41",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://rd.cqtn.gov.cn/web/article/1364912705436336128/web/content_1364912705436336128.html",
        "h5Url": "",
        "appUrl": "",
        "jsonUrl": "",
        "tag": "",
        "audio": "http://23.99.13.145/webshare/resource/30035/ORIGINAL/SIMPLE/AUDIO/2025/4/24/43bef3abdc484f4aa9f6aa185d26ac76.mp3",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "潼南区十八届人大六次会议开幕",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30035.png",
          "shareUrl": ""
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": true,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": 0,
        "playTime": null,
        "pureAudio": false,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null,
        "content": "<div class=\"ck-content\" style=\"--ck-color-image-caption-text: #4c99e6;\"><div><p>潼南区十八届人大六次会议开幕</p></div><link id=\"ck-content-style\" rel=\"stylesheet\" href=\"//res.cqnews.net/public/ckeditor-41/content-styles.css?v=11.0.2\"></div>",
        "extFields": null,
        "selfColumnInfos": null
      }
    ],
    "hide": null
  },
  {
    "id": 5001718,
    "name": "重庆市潼南区第十七届人民代表大会第四次会议",
    "sortNo": 2,
    "description": "",
    "alias": "",
    "englishName": "",
    "listImage": "",
    "urlPc": "http://rd.cqtn.gov.cn/web/column/col5001718.html",
    "urlH5": " ",
    "urlApp": " ",
    "urlJson": " ",
    "columnsType": "0",
    "newsIds": [1364912739305341000],
    "newsList": [
      {
        "listId": 36088021,
        "newsId": 1364912739305341000,
        "listTitle": "潼南区十八届人大六次会议开幕",
        "pubTime": "2025-04-24 10:35:50",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://rd.cqtn.gov.cn/web/article/1364912739305340928/web/content_1364912739305340928.html",
        "h5Url": "",
        "appUrl": "",
        "jsonUrl": "",
        "tag": "",
        "audio": "http://23.99.13.145/webshare/resource/30035/ORIGINAL/SIMPLE/AUDIO/2025/4/24/43bef3abdc484f4aa9f6aa185d26ac76.mp3",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "潼南区十八届人大六次会议开幕",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30035.png",
          "shareUrl": ""
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": true,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": 0,
        "playTime": null,
        "pureAudio": false,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null,
        "content": "<div class=\"ck-content\" style=\"--ck-color-image-caption-text: #4c99e6;\"><div><p>潼南区十八届人大六次会议开幕</p></div><link id=\"ck-content-style\" rel=\"stylesheet\" href=\"//res.cqnews.net/public/ckeditor-41/content-styles.css?v=11.0.2\"></div>",
        "extFields": null,
        "selfColumnInfos": null
      }
    ],
    "hide": null
  },
  {
    "id": 5001719,
    "name": "重庆市潼南区第十七届人民代表大会第五次会议",
    "sortNo": 3,
    "description": "",
    "alias": "",
    "englishName": "",
    "listImage": "",
    "urlPc": "http://rd.cqtn.gov.cn/web/column/col5001719.html",
    "urlH5": " ",
    "urlApp": " ",
    "urlJson": " ",
    "columnsType": "0",
    "newsIds": [1364912775464435700],
    "newsList": [
      {
        "listId": 36088022,
        "newsId": 1364912775464435700,
        "listTitle": "潼南区十八届人大六次会议开幕",
        "pubTime": "2025-04-24 10:35:59",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://rd.cqtn.gov.cn/web/article/1364912775464435712/web/content_1364912775464435712.html",
        "h5Url": "",
        "appUrl": "",
        "jsonUrl": "",
        "tag": "",
        "audio": "http://23.99.13.145/webshare/resource/30035/ORIGINAL/SIMPLE/AUDIO/2025/4/24/43bef3abdc484f4aa9f6aa185d26ac76.mp3",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "潼南区十八届人大六次会议开幕",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30035.png",
          "shareUrl": ""
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": true,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": 0,
        "playTime": null,
        "pureAudio": false,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null,
        "content": "<div class=\"ck-content\" style=\"--ck-color-image-caption-text: #4c99e6;\"><div><p>潼南区十八届人大六次会议开幕</p></div><link id=\"ck-content-style\" rel=\"stylesheet\" href=\"//res.cqnews.net/public/ckeditor-41/content-styles.css?v=11.0.2\"></div>",
        "extFields": null,
        "selfColumnInfos": null
      }
    ],
    "hide": null
  },
  {
    "id": 5001720,
    "name": "重庆市潼南区第十八届人民代表大会第一次会议",
    "sortNo": 4,
    "description": "",
    "alias": "",
    "englishName": "",
    "listImage": "",
    "urlPc": "http://rd.cqtn.gov.cn/web/column/col5001720.html",
    "urlH5": " ",
    "urlApp": " ",
    "urlJson": " ",
    "columnsType": "0",
    "newsIds": [1364912928917241900],
    "newsList": [
      {
        "listId": 36088023,
        "newsId": 1364912928917241900,
        "listTitle": "潼南区十八届人大六次会议开幕",
        "pubTime": "2025-04-24 10:36:08",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://rd.cqtn.gov.cn/web/article/1364912928917241856/web/content_1364912928917241856.html",
        "h5Url": "",
        "appUrl": "",
        "jsonUrl": "",
        "tag": "",
        "audio": "http://23.99.13.145/webshare/resource/30035/ORIGINAL/SIMPLE/AUDIO/2025/4/24/43bef3abdc484f4aa9f6aa185d26ac76.mp3",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "潼南区十八届人大六次会议开幕",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30035.png",
          "shareUrl": ""
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": true,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": 0,
        "playTime": null,
        "pureAudio": false,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null,
        "content": "<div class=\"ck-content\" style=\"--ck-color-image-caption-text: #4c99e6;\"><div><p>潼南区十八届人大六次会议开幕</p></div><link id=\"ck-content-style\" rel=\"stylesheet\" href=\"//res.cqnews.net/public/ckeditor-41/content-styles.css?v=11.0.2\"></div>",
        "extFields": null,
        "selfColumnInfos": null
      }
    ],
    "hide": null
  },
  {
    "id": 5001721,
    "name": "重庆市潼南区第十八届人民代表大会第二次会议",
    "sortNo": 5,
    "description": "",
    "alias": "",
    "englishName": "",
    "listImage": "",
    "urlPc": "http://rd.cqtn.gov.cn/web/column/col5001721.html",
    "urlH5": " ",
    "urlApp": " ",
    "urlJson": " ",
    "columnsType": "0",
    "newsIds": [1364912972613501000],
    "newsList": [
      {
        "listId": 36088024,
        "newsId": 1364912972613501000,
        "listTitle": "潼南区十八届人大六次会议开幕",
        "pubTime": "2025-04-24 10:36:44",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://rd.cqtn.gov.cn/web/article/1364912972613500928/web/content_1364912972613500928.html",
        "h5Url": "",
        "appUrl": "",
        "jsonUrl": "",
        "tag": "",
        "audio": "http://23.99.13.145/webshare/resource/30035/ORIGINAL/SIMPLE/AUDIO/2025/4/24/43bef3abdc484f4aa9f6aa185d26ac76.mp3",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "潼南区十八届人大六次会议开幕",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30035.png",
          "shareUrl": ""
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": true,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": 0,
        "playTime": null,
        "pureAudio": false,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null,
        "content": "<div class=\"ck-content\" style=\"--ck-color-image-caption-text: #4c99e6;\"><div><p>潼南区十八届人大六次会议开幕</p></div><link id=\"ck-content-style\" rel=\"stylesheet\" href=\"//res.cqnews.net/public/ckeditor-41/content-styles.css?v=11.0.2\"></div>",
        "extFields": null,
        "selfColumnInfos": null
      }
    ],
    "hide": null
  },
  {
    "id": 5001722,
    "name": "重庆市潼南区第十八届人民代表大会第三次会议",
    "sortNo": 6,
    "description": "",
    "alias": "",
    "englishName": "",
    "listImage": "",
    "urlPc": "http://rd.cqtn.gov.cn/web/column/col5001722.html",
    "urlH5": " ",
    "urlApp": " ",
    "urlJson": " ",
    "columnsType": "0",
    "newsIds": [1364913009905057800],
    "newsList": [
      {
        "listId": 36088025,
        "newsId": 1364913009905057800,
        "listTitle": "潼南区十八届人大六次会议开幕",
        "pubTime": "2025-04-24 10:36:54",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://rd.cqtn.gov.cn/web/article/1364913009905057792/web/content_1364913009905057792.html",
        "h5Url": "",
        "appUrl": "",
        "jsonUrl": "",
        "tag": "",
        "audio": "http://23.99.13.145/webshare/resource/30035/ORIGINAL/SIMPLE/AUDIO/2025/4/24/43bef3abdc484f4aa9f6aa185d26ac76.mp3",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "潼南区十八届人大六次会议开幕",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30035.png",
          "shareUrl": ""
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": true,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": 0,
        "playTime": null,
        "pureAudio": false,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null,
        "content": "<div class=\"ck-content\" style=\"--ck-color-image-caption-text: #4c99e6;\"><div><p>潼南区十八届人大六次会议开幕</p></div><link id=\"ck-content-style\" rel=\"stylesheet\" href=\"//res.cqnews.net/public/ckeditor-41/content-styles.css?v=11.0.2\"></div>",
        "extFields": null,
        "selfColumnInfos": null
      }
    ],
    "hide": null
  },
  {
    "id": 5001723,
    "name": "重庆市潼南区第十八届人民代表大会第四次会议",
    "sortNo": 7,
    "description": "",
    "alias": "",
    "englishName": "",
    "listImage": "",
    "urlPc": "http://rd.cqtn.gov.cn/web/column/col5001723.html",
    "urlH5": " ",
    "urlApp": " ",
    "urlJson": " ",
    "columnsType": "0",
    "newsIds": [1364913043904086000],
    "newsList": [
      {
        "listId": 36088026,
        "newsId": 1364913043904086000,
        "listTitle": "潼南区十八届人大六次会议开幕",
        "pubTime": "2025-04-24 10:37:03",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://rd.cqtn.gov.cn/web/article/1364913043904086016/web/content_1364913043904086016.html",
        "h5Url": "",
        "appUrl": "",
        "jsonUrl": "",
        "tag": "",
        "audio": "http://23.99.13.145/webshare/resource/30035/ORIGINAL/SIMPLE/AUDIO/2025/4/24/43bef3abdc484f4aa9f6aa185d26ac76.mp3",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "潼南区十八届人大六次会议开幕",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30035.png",
          "shareUrl": ""
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": true,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": 0,
        "playTime": null,
        "pureAudio": false,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null,
        "content": "<div class=\"ck-content\" style=\"--ck-color-image-caption-text: #4c99e6;\"><div><p>潼南区十八届人大六次会议开幕</p></div><link id=\"ck-content-style\" rel=\"stylesheet\" href=\"//res.cqnews.net/public/ckeditor-41/content-styles.css?v=11.0.2\"></div>",
        "extFields": null,
        "selfColumnInfos": null
      }
    ],
    "hide": null
  },
  {
    "id": 5001724,
    "name": "重庆市潼南区第十八届人民代表大会第五次会议",
    "sortNo": 8,
    "description": "",
    "alias": "",
    "englishName": "",
    "listImage": "",
    "urlPc": "http://rd.cqtn.gov.cn/web/column/col5001724.html",
    "urlH5": " ",
    "urlApp": " ",
    "urlJson": " ",
    "columnsType": "0",
    "newsIds": [1364913085155065900],
    "newsList": [
      {
        "listId": 36088027,
        "newsId": 1364913085155065900,
        "listTitle": "潼南区十八届人大六次会议开幕",
        "pubTime": "2025-04-24 10:37:13",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://rd.cqtn.gov.cn/web/article/1364913085155065856/web/content_1364913085155065856.html",
        "h5Url": "",
        "appUrl": "",
        "jsonUrl": "",
        "tag": "",
        "audio": "http://23.99.13.145/webshare/resource/30035/ORIGINAL/SIMPLE/AUDIO/2025/4/24/43bef3abdc484f4aa9f6aa185d26ac76.mp3",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "潼南区十八届人大六次会议开幕",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30035.png",
          "shareUrl": ""
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": true,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": 0,
        "playTime": null,
        "pureAudio": false,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null,
        "content": "<div class=\"ck-content\" style=\"--ck-color-image-caption-text: #4c99e6;\"><div><p>潼南区十八届人大六次会议开幕</p></div><link id=\"ck-content-style\" rel=\"stylesheet\" href=\"//res.cqnews.net/public/ckeditor-41/content-styles.css?v=11.0.2\"></div>",
        "extFields": null,
        "selfColumnInfos": null
      }
    ],
    "hide": null
  },
  {
    "id": 5001725,
    "name": "重庆市潼南区第十八届人民代表大会第六次会议",
    "sortNo": 9,
    "description": "",
    "alias": "",
    "englishName": "",
    "listImage": "",
    "urlPc": "http://rd.cqtn.gov.cn/web/column/col5001725.html",
    "urlH5": " ",
    "urlApp": " ",
    "urlJson": " ",
    "columnsType": "0",
    "newsIds": [1364913140339523600],
    "newsList": [
      {
        "listId": 36088028,
        "newsId": 1364913140339523600,
        "listTitle": "潼南区十八届人大六次会议开幕",
        "pubTime": "2025-04-24 10:37:26",
        "listImage": "",
        "listViewCode": "NO_IMG",
        "second": "0",
        "showViewCountStatus": "1",
        "summary": "",
        "author": [],
        "editor": "秦爽",
        "liability": "秦爽",
        "pcUrl": "http://rd.cqtn.gov.cn/web/article/1364913140339523584/web/content_1364913140339523584.html",
        "h5Url": "",
        "appUrl": "",
        "jsonUrl": "",
        "tag": "",
        "audio": "http://23.99.13.145/webshare/resource/30035/ORIGINAL/SIMPLE/AUDIO/2025/4/24/43bef3abdc484f4aa9f6aa185d26ac76.mp3",
        "videoUrl": "",
        "videoImg": null,
        "screenType": null,
        "pureVideo": false,
        "shareData": {
          "shareTitle": "潼南区十八届人大六次会议开幕",
          "shareDescription": "",
          "shareImage": "https://res.cqnews.net/public/img/logo/30035.png",
          "shareUrl": ""
        },
        "formMap": {},
        "infoLabel": "",
        "showLabel": true,
        "showOnlineTime": true,
        "isModule": 0,
        "showColumn": true,
        "showTitle": true,
        "showVoicePlayButton": true,
        "specialConfig": "",
        "moduleData": null,
        "moduleListCode": "NEWS_NO_IMG",
        "imgCount": 0,
        "playTime": null,
        "pureAudio": false,
        "audioUrl": "",
        "audioImg": "",
        "audioTime": null,
        "content": "<div class=\"ck-content\" style=\"--ck-color-image-caption-text: #4c99e6;\"><div><p>潼南区十八届人大六次会议开幕</p></div><link id=\"ck-content-style\" rel=\"stylesheet\" href=\"//res.cqnews.net/public/ckeditor-41/content-styles.css?v=11.0.2\"></div>",
        "extFields": null,
        "selfColumnInfos": null
      }
    ],
    "hide": null
  }
]