Authored by 沈志敏

format

@@ -308,11 +308,11 @@ let shopRecom = (params) => { @@ -308,11 +308,11 @@ let shopRecom = (params) => {
308 shop_ids: params.shopIds, 308 shop_ids: params.shopIds,
309 uid: params.uid, 309 uid: params.uid,
310 }); 310 });
311 -} 311 +};
312 312
313 module.exports = { 313 module.exports = {
314 getChannelData, 314 getChannelData,
315 getChannelSwitchData, 315 getChannelSwitchData,
316 getBottomBannerData, 316 getBottomBannerData,
317 shopRecom, 317 shopRecom,
318 -};  
  318 +};