diff --git a/docs/government.md b/docs/government.md index aac74f68db..958b22dc6d 100644 --- a/docs/government.md +++ b/docs/government.md @@ -404,6 +404,16 @@ pageClass: routes +## 中国银行保险监督管理委员会 + + + +| 监管动态 | 公告通知 | 政策法规 | 政策解读 | 征求意见 | 行政许可 | 行政处罚 | 行政监管措施 | 工作论文 | 金融监管研究 | 统计信息 | +| :------: | :------: | :------: | :------: | :------: | :------: | :------: | :----------: | :------: | :----------: | :------: | +| jgdt | ggtz | zcfg | zcjd | zqyj | xzxk | xzcf | xzjgcs | gzlw | jrjgyj | tjxx | + + + ## 中国证券监督管理委员会 ### 发审委公告 @@ -418,16 +428,6 @@ pageClass: routes -## 中国银行保险监督管理委员会 - - - -| 监管动态 | 公告通知 | 政策法规 | 政策解读 | 征求意见 | 行政许可 | 行政处罚 | 行政监管措施 | 工作论文 | 金融监管研究 | 统计信息 | -| :------: | :------: | :------: | :------: | :------: | :------: | :------: | :------: | :------: | :------: | :------: | -| jgdt | ggtz | zcfg | zcjd | zqyj | xzxk | xzcf | xzjgcs | gzlw | jrjgyj | tjxx | - - - ## 中国政府 ### 数据 diff --git a/lib/v2/cbirc/index.js b/lib/v2/cbirc/index.js index ce17e07b38..80334ccf45 100644 --- a/lib/v2/cbirc/index.js +++ b/lib/v2/cbirc/index.js @@ -13,7 +13,7 @@ const categories = { link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=925,pageIndex=1,pageSize=18.json`, title: '公告通知', }, - zcfg:{ + zcfg: { baseUrl: `http://www.cbirc.gov.cn`, description: '政策法规', link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=926,pageIndex=1,pageSize=18.json`, @@ -31,42 +31,42 @@ const categories = { link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=951,pageIndex=1,pageSize=18.json`, title: '征求意见', }, - xzxk:{ + xzxk: { baseUrl: `http://www.cbirc.gov.cn`, description: '行政许可', link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=930,pageIndex=1,pageSize=18.json`, title: '行政许可', }, - xzcf:{ + xzcf: { baseUrl: `http://www.cbirc.gov.cn`, description: '行政处罚', link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=931,pageIndex=1,pageSize=18.json`, title: '行政处罚', }, - xzjgcs:{ + xzjgcs: { baseUrl: `http://www.cbirc.gov.cn`, description: '行政监管措施', link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=932,pageIndex=1,pageSize=18.json`, title: '行政监管措施', }, - gzlw:{ + gzlw: { baseUrl: `http://www.cbirc.gov.cn`, description: '工作论文', link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=934,pageIndex=1,pageSize=18.json`, title: '工作论文', }, - jrzgyj:{ + jrzgyj: { baseUrl: `http://www.cbirc.gov.cn`, description: '金融监管研究', link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=935,pageIndex=1,pageSize=18.json`, title: '金融监管研究', }, - tjxx:{ + tjxx: { baseUrl: `http://www.cbirc.gov.cn`, description: '统计信息', link: `http://www.cbirc.gov.cn/cn/static/data/DocInfo/SelectDocByItemIdAndChild/data_itemId=954,pageIndex=1,pageSize=18.json`, title: '统计信息', - } + }, }; async function getContent(item) {