Authored by ccbikai

添加注释

... ... @@ -28,7 +28,7 @@ const contentCode = {
};
/**
* 频道底部 Banner位置码
* 频道底部 Banner 位置码
* @type {Object}
*/
const bottomBannerCode = {
... ... @@ -187,6 +187,11 @@ exports.getChannelDate = (params) => {
});
};
/**
* 获取频道页底部 bannel 数据
* @param {[string]} gender
* @return {[type]}
*/
exports.getBottomBannerDate = (gender) => {
gender = gender || 'boys';
... ...