...
|
...
|
@@ -14,6 +14,8 @@ public class SearchRequestParams { |
|
|
public static final String PARAM_SEARCH_MIDDLESORT = "misort"; // 查询中类
|
|
|
public static final String PARAM_SEARCH_SMALLSORT = "sort"; // 查询小类
|
|
|
public static final String PARAM_SEARCH_COMMONSORT = "common_sort";// 不区分大中小分类的品类id
|
|
|
public static final String PARAM_SEARCH_NEEDSMALLSORT = "needSmallSort";// 聚合时使用小分类参数
|
|
|
public static final String PARAM_SEARCH_AGG_WITH_PARAM_BRAND = "aggWithParamBrand";// 聚合时使用参数中的品牌id
|
|
|
|
|
|
public static final String PARAM_SEARCH_AGELEVEL = "ageLevel"; // 查询年龄段
|
|
|
public static final String PARAM_SEARCH_APPTYPE = "app_type"; // APP类型
|
...
|
...
|
@@ -54,7 +56,7 @@ public class SearchRequestParams { |
|
|
public static final String PARAM_SEARCH_SELLCHANNELS = "sell_channels"; // ◆销售平台(网站、APP、现场)
|
|
|
public static final String PARAM_SEARCH_FOLDERID = "folder_id"; //
|
|
|
public static final String PARAM_SEARCH_SERIESID = "series_id"; //
|
|
|
public static final String PARAM_SEARCH_COUPONLIMITSTATUS = "couponLimitStatus"; //
|
|
|
public static final String PARAM_SEARCH_COUPONLIMITSTATUS = "couponLimitStatus"; //
|
|
|
|
|
|
public static final String PARAM_SEARCH_ATTRIBUTE_NOT = "attribute_not"; // ◆商品属性
|
|
|
public static final String PARAM_SEARCH_STATUS = "status"; // 查询是否上架
|
...
|
...
|
@@ -62,7 +64,6 @@ public class SearchRequestParams { |
|
|
public static final String PARAM_SEARCH_ORDER = "order";// 排序值
|
|
|
|
|
|
public static final String PARAM_SEARCH_SHOP = "shop";// 店铺id
|
|
|
|
|
|
|
|
|
public static final String PARAM_SEARCH_DAY = "day"; // 上架日期
|
|
|
public static final String PARAM_SEARCH_BREAKING = "breaking"; // 是否断码
|
...
|
...
|
@@ -70,7 +71,7 @@ public class SearchRequestParams { |
|
|
public static final String PARAM_SEARCH_CONTAIN_GLOBAL = "contain_global"; // 是否包含全球购
|
|
|
public static final String PARAM_SEARCH_IS_GLOBAL = "is_global"; // 是否只看全球购【y/n】
|
|
|
public static final String PARAM_SEARCH_CONTAIN_SECKILL = "contain_seckill"; // 是否包含秒杀[y]
|
|
|
public static final String PARAM_SEARCH_CONTAIN_FOBBIDEN = "contain_fobbiden"; // 是否包含秒杀[y]
|
|
|
public static final String PARAM_SEARCH_CONTAIN_FOBBIDEN = "contain_fobbiden"; // 是否包含秒杀[y]
|
|
|
public static final String PARAM_SEARCH_SHOWSOLDOUT = "showSoldOut"; // 是否显示售罄商品[1]
|
|
|
|
|
|
public static final String PARAM_SEARCH_FIRST_PRODUCRSKN = "firstProductSkn";// 展示在前面的skns
|
...
|
...
|
@@ -81,18 +82,18 @@ public class SearchRequestParams { |
|
|
public static final String PARAM_SEARCH_NEED_SUGGESTION = "needSuggestion"; // 是否返回分词推荐[Y/N]
|
|
|
public static final int RESULT_SIZE_SUGGEST = 5;// suggest返回个数
|
|
|
|
|
|
public static final String PARAM_SEARCH_PRICE_UPDATE_TIME = "priceUpdateTime"; // 价格更新时间
|
|
|
public static final String PARAM_SEARCH_LAST_REDUCE_PRICE_TIME = "lastReducePriceTime"; // 降价时间
|
|
|
|
|
|
public static final String PARAM_SEARCH_IS_FOR_MARKET_PROMOTION = "isForMarketPromotion"; // 市场推广参数
|
|
|
|
|
|
public static final String PARAM_SEARCH_PRICE_UPDATE_TIME = "priceUpdateTime"; // 价格更新时间
|
|
|
public static final String PARAM_SEARCH_LAST_REDUCE_PRICE_TIME = "lastReducePriceTime"; // 降价时间
|
|
|
|
|
|
public static final String PARAM_SEARCH_IS_FOR_MARKET_PROMOTION = "isForMarketPromotion"; // 市场推广参数
|
|
|
|
|
|
// 活动模板相关过滤条件
|
|
|
public static final String PARAM_SEARCH_ACT_TEMP = "act_temp"; // 模板id
|
|
|
public static final String PARAM_SEARCH_ACT_REC = "act_rec"; // 是否推荐
|
|
|
public static final String PARAM_SEARCH_ACT_STATUS = "act_status"; // 状态
|
|
|
|
|
|
//店铺显示状态
|
|
|
public static final String PARAM_SEARCH_STORESHOWSTATUS = "storeShowStatus";
|
|
|
// 店铺显示状态
|
|
|
public static final String PARAM_SEARCH_STORESHOWSTATUS = "storeShowStatus";
|
|
|
|
|
|
// helper index param
|
|
|
public static final String HELPER_PARAM_FIRSTCATEGORYID = "firstCategoryId";
|
...
|
...
|
|