Authored by biao

update for unify content-code config

@@ -19,6 +19,7 @@ const serviceAPI = new ServiceAPI(); @@ -19,6 +19,7 @@ const serviceAPI = new ServiceAPI();
19 const api = new API(); 19 const api = new API();
20 20
21 const contentCode = contentCodeConfig.guang; 21 const contentCode = contentCodeConfig.guang;
  22 +
22 /** 23 /**
23 * 获取资源位数据 24 * 获取资源位数据
24 * @param {[string]} page 25 * @param {[string]} page
@@ -39,7 +39,7 @@ const channelContentCode = { @@ -39,7 +39,7 @@ const channelContentCode = {
39 kids: 'b8c1bff53d4ea60f978926d538620636', 39 kids: 'b8c1bff53d4ea60f978926d538620636',
40 lifestyle: '61cd852c6afcf60660196154f66a3a62', 40 lifestyle: '61cd852c6afcf60660196154f66a3a62',
41 index: '7ba9118028f9b22090b57341487567eb' 41 index: '7ba9118028f9b22090b57341487567eb'
42 -} 42 +};
43 43
44 const bottomBannerContentCode = { 44 const bottomBannerContentCode = {
45 boys: 'a2ec977c027d0cd9cdccb356ddf16b08', 45 boys: 'a2ec977c027d0cd9cdccb356ddf16b08',
@@ -54,4 +54,4 @@ module.exports = { @@ -54,4 +54,4 @@ module.exports = {
54 channel: channelContentCode, 54 channel: channelContentCode,
55 bottom: bottomBannerContentCode, 55 bottom: bottomBannerContentCode,
56 guang: guangContentCode 56 guang: guangContentCode
57 -} 57 +};