...
|
...
|
@@ -26,7 +26,16 @@ const PARAMMAP = { |
|
|
st: 'style',
|
|
|
sd: 'standard',
|
|
|
si: 'specialsale_id',
|
|
|
sf: 'specialoffer'
|
|
|
sf: 'specialoffer',
|
|
|
fp: 'filter_poolId',
|
|
|
pp: 'productPool',
|
|
|
pm: 'promotion',
|
|
|
cn: 'channel',
|
|
|
sh: 'shop_id',
|
|
|
cc: 'coupon_code',
|
|
|
cd: 'coupon_id',
|
|
|
pd: 'p_d',
|
|
|
ol: 'outlets'
|
|
|
};
|
|
|
|
|
|
/**
|
...
|
...
|
|