Showing
1 changed file
with
1 additions
and
1 deletions
@@ -208,7 +208,7 @@ module.exports = class extends global.yoho.BaseModel { | @@ -208,7 +208,7 @@ module.exports = class extends global.yoho.BaseModel { | ||
208 | /** | 208 | /** |
209 | * 店铺收藏数量 | 209 | * 店铺收藏数量 |
210 | */ | 210 | */ |
211 | - favCount (shopId, uid, channel, udid) { | 211 | + favCount(shopId, uid, channel, udid) { |
212 | let finalParams = { | 212 | let finalParams = { |
213 | method: 'app.favorite.queryFavoriteCountByShopIds', | 213 | method: 'app.favorite.queryFavoriteCountByShopIds', |
214 | favIds: shopId, | 214 | favIds: shopId, |
-
Please register or login to post a comment