Authored by 郭成尧

static-pkey

@@ -26,7 +26,16 @@ const PARAMMAP = { @@ -26,7 +26,16 @@ const PARAMMAP = {
26 st: 'style', 26 st: 'style',
27 sd: 'standard', 27 sd: 'standard',
28 si: 'specialsale_id', 28 si: 'specialsale_id',
29 - sf: 'specialoffer' 29 + sf: 'specialoffer',
  30 + fp: 'filter_poolId',
  31 + pp: 'productPool',
  32 + pm: 'promotion',
  33 + cn: 'channel',
  34 + sh: 'shop_id',
  35 + cc: 'coupon_code',
  36 + cd: 'coupon_id',
  37 + pd: 'p_d',
  38 + ol: 'outlets'
30 }; 39 };
31 40
32 /** 41 /**