Authored by 于良

店铺商品列表增加yh_channel参数 review by 草莓

... ... @@ -84,7 +84,7 @@ export default class BrandStoreService {
body: {
method: 'app.search.li',
shop_id,
// yh_channel,
yh_channel,
order,
page,
limit,
... ... @@ -171,7 +171,7 @@ export default class BrandStoreService {
body: {
method: 'app.search.li',
shop_id,
// yh_channel,
yh_channel,
order,
page,
limit,
... ... @@ -197,7 +197,7 @@ export default class BrandStoreService {
body: {
method: 'app.search.li',
shop_id,
// yh_channel,
yh_channel,
order,
page,
limit,
... ...