店铺列表接口去掉yh_channel数据 review by 草莓
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -84,7 +84,7 @@ export default class BrandStoreService { | @@ -84,7 +84,7 @@ export default class BrandStoreService { | ||
84 | body: { | 84 | body: { |
85 | method: 'app.search.li', | 85 | method: 'app.search.li', |
86 | shop_id, | 86 | shop_id, |
87 | - yh_channel, | 87 | + // yh_channel, |
88 | order, | 88 | order, |
89 | page, | 89 | page, |
90 | limit, | 90 | limit, |
@@ -171,7 +171,7 @@ export default class BrandStoreService { | @@ -171,7 +171,7 @@ export default class BrandStoreService { | ||
171 | body: { | 171 | body: { |
172 | method: 'app.search.li', | 172 | method: 'app.search.li', |
173 | shop_id, | 173 | shop_id, |
174 | - yh_channel, | 174 | + // yh_channel, |
175 | order, | 175 | order, |
176 | page, | 176 | page, |
177 | limit, | 177 | limit, |
@@ -197,7 +197,7 @@ export default class BrandStoreService { | @@ -197,7 +197,7 @@ export default class BrandStoreService { | ||
197 | body: { | 197 | body: { |
198 | method: 'app.search.li', | 198 | method: 'app.search.li', |
199 | shop_id, | 199 | shop_id, |
200 | - yh_channel, | 200 | + // yh_channel, |
201 | order, | 201 | order, |
202 | page, | 202 | page, |
203 | limit, | 203 | limit, |
-
Please register or login to post a comment