Showing
1 changed file
with
0 additions
and
8 deletions
@@ -256,14 +256,6 @@ const getRelatedEditorial = (brandId, uid, udid, clientType, isApp) => { | @@ -256,14 +256,6 @@ const getRelatedEditorial = (brandId, uid, udid, clientType, isApp) => { | ||
256 | }); | 256 | }); |
257 | }; | 257 | }; |
258 | 258 | ||
259 | -const privateKeyList = { | ||
260 | - android: 'fd4ad5fcfa0de589ef238c0e7331b585', | ||
261 | - iphone: 'a85bb0674e08986c6b115d5e3a4884fa', | ||
262 | - ipad: 'ad9fcda2e679cf9229e37feae2cdcf80', | ||
263 | - web: '0ed29744ed318fd28d2c07985d3ba633', | ||
264 | - h5: 'fd4ad5fcfa0de589ef238c0e7331b585' | ||
265 | -}; | ||
266 | - | ||
267 | // 是否收藏 | 259 | // 是否收藏 |
268 | const isCollection = (uid, brandId, clientType) => { | 260 | const isCollection = (uid, brandId, clientType) => { |
269 | return serviceAPI.get('shops/service/v1/favorite/getUidBrandFav', { | 261 | return serviceAPI.get('shops/service/v1/favorite/getUidBrandFav', { |
-
Please register or login to post a comment