Authored by ccbikai

添加注释

@@ -28,7 +28,7 @@ const contentCode = { @@ -28,7 +28,7 @@ const contentCode = {
28 }; 28 };
29 29
30 /** 30 /**
31 - * 频道底部 Banner位置码 31 + * 频道底部 Banner 位置码
32 * @type {Object} 32 * @type {Object}
33 */ 33 */
34 const bottomBannerCode = { 34 const bottomBannerCode = {
@@ -187,6 +187,11 @@ exports.getChannelDate = (params) => { @@ -187,6 +187,11 @@ exports.getChannelDate = (params) => {
187 }); 187 });
188 }; 188 };
189 189
  190 +/**
  191 + * 获取频道页底部 bannel 数据
  192 + * @param {[string]} gender
  193 + * @return {[type]}
  194 + */
190 exports.getBottomBannerDate = (gender) => { 195 exports.getBottomBannerDate = (gender) => {
191 gender = gender || 'boys'; 196 gender = gender || 'boys';
192 197