Authored by biao

update for unify content-code config

... ... @@ -19,6 +19,7 @@ const serviceAPI = new ServiceAPI();
const api = new API();
const contentCode = contentCodeConfig.guang;
/**
* 获取资源位数据
* @param {[string]} page
... ...
... ... @@ -39,7 +39,7 @@ const channelContentCode = {
kids: 'b8c1bff53d4ea60f978926d538620636',
lifestyle: '61cd852c6afcf60660196154f66a3a62',
index: '7ba9118028f9b22090b57341487567eb'
}
};
const bottomBannerContentCode = {
boys: 'a2ec977c027d0cd9cdccb356ddf16b08',
... ... @@ -54,4 +54,4 @@ module.exports = {
channel: channelContentCode,
bottom: bottomBannerContentCode,
guang: guangContentCode
}
};
... ...