Showing
1 changed file
with
2 additions
and
2 deletions
@@ -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 | +}; |
-
Please register or login to post a comment