|
|
package com.yoho.search.service.utils;
|
|
|
|
|
|
public class SearchRequestParams {
|
|
|
|
|
|
|
|
|
public static final String PARAM_SYNC_SKN = "product_skn"; // SKN
|
|
|
public static final String PARAM_SEARCH_MAXSORT = "msort"; // 查询大类
|
|
|
public static final String PARAM_SEARCH_MIDDLESORT = "misort"; // 查询中类
|
...
|
...
|
@@ -24,12 +24,11 @@ public class SearchRequestParams { |
|
|
public static final String PARAM_SEARCH_ISNEW = "new"; // 查询是否新品
|
|
|
public static final String PARAM_SEARCH_ISOUTLETS = "outlets"; // 查询是否奥莱
|
|
|
public static final String PARAM_SEARCH_ISLIMITED = "limited"; // 查询是否限量
|
|
|
|
|
|
|
|
|
public static final String PARAM_SEARCH_ISLIMITEDBUY = "isLimitbuy"; // 查询是否限购
|
|
|
public static final String PARAM_SEARCH_ISADVANCE = "isAdvance"; // 查询是否预售
|
|
|
public static final String PARAM_SEARCH_ISDESPOSITADVANCE = "isDepositAdvance"; // 查询是否定金预售
|
|
|
|
|
|
|
|
|
|
|
|
public static final String PARAM_SEARCH_SPECIALOFFER = "specialoffer"; // ◆是否为促销品
|
|
|
public static final String PARAM_SEARCH_ISSALES = "sales"; // ◆查询是否销售(有货不销售)
|
|
|
public static final String PARAM_SEARCH_ISPROMOTION = "promotion"; // 特价类型
|
...
|
...
|
@@ -60,29 +59,33 @@ public class SearchRequestParams { |
|
|
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_GLOBAL_DESCORE_BRAND = "isAdjustBrandScore"; // 是否要对全局降分品牌进行降分
|
|
|
public static final String PARAM_SEARCH_GLOBAL_FILTER_BRAND = "isFilterDescoreBrand"; // 是否过滤掉全局降分品牌的商品
|
|
|
|
|
|
//helper index param
|
|
|
public static final String HELPER_PARAM_FIRSTCATEGORYID = "firstCategoryId";
|
|
|
public static final String HELPER_PARAM_SECENDCATEGORYID = "secendCategoryId";
|
|
|
public static final String HELPER_PARAM_HELPERTYPE = "helperType";
|
|
|
public static final String HELPER_PARAM_ISFAQ = "isFaq";
|
|
|
public static final String HELPER_PARAM_ISROBOTQA = "isRobotQa";
|
|
|
public static final String HELPER_PARAM_ISCUSTOMERSERVICE = "isCustomerService";
|
|
|
public static final String HELPER_PARAM_SHOWPLATFORM = "showPlatform";
|
|
|
public static final String HELPER_PARAM_STATUS = "status";
|
|
|
// helper index param
|
|
|
public static final String HELPER_PARAM_FIRSTCATEGORYID = "firstCategoryId";
|
|
|
public static final String HELPER_PARAM_SECENDCATEGORYID = "secendCategoryId";
|
|
|
public static final String HELPER_PARAM_HELPERTYPE = "helperType";
|
|
|
public static final String HELPER_PARAM_ISFAQ = "isFaq";
|
|
|
public static final String HELPER_PARAM_ISROBOTQA = "isRobotQa";
|
|
|
public static final String HELPER_PARAM_ISCUSTOMERSERVICE = "isCustomerService";
|
|
|
public static final String HELPER_PARAM_SHOWPLATFORM = "showPlatform";
|
|
|
public static final String HELPER_PARAM_STATUS = "status";
|
|
|
|
|
|
// shops index param
|
|
|
public static final String SHOPS_PARAM_BLKSTATUS = "blkStatus";
|
|
|
public static final String SHOPS_PARAM_CHECKSTATUS = "checkStatus";
|
|
|
public static final String SHOPS_PARAM_EXAMINESTATUS = "examineStatus";
|
|
|
public static final String SHOPS_PARAM_OPERATIONSTATUS = "operationStatus";
|
|
|
public static final String SHOPS_PARAM_SHOPSTYPE = "shopsType";
|
|
|
public static final String SHOPS_PARAM_STATUS = "status";
|
|
|
public static final String SHOPS_PARAM_ISGLOBAL = "isGlobal";
|
|
|
|
|
|
public static final String FIRST_PRODUCRSKN = "firstProductSkn";
|
|
|
|
|
|
//shops index param
|
|
|
public static final String SHOPS_PARAM_BLKSTATUS = "blkStatus";
|
|
|
public static final String SHOPS_PARAM_CHECKSTATUS = "checkStatus";
|
|
|
public static final String SHOPS_PARAM_EXAMINESTATUS = "examineStatus";
|
|
|
public static final String SHOPS_PARAM_OPERATIONSTATUS = "operationStatus";
|
|
|
public static final String SHOPS_PARAM_SHOPSTYPE = "shopsType";
|
|
|
public static final String SHOPS_PARAM_STATUS = "status";
|
|
|
public static final String SHOPS_PARAM_ISGLOBAL = "isGlobal";
|
|
|
|
|
|
public static final String FIRST_PRODUCRSKN = "firstProductSkn";
|
|
|
public static final String DESOCRE_GENDER = "descoreGender";
|
|
|
public static final String DESOCRE_AGELEVEL = "descoreAgeLevel";
|
|
|
public static final String DESOCRE_NOT_SORT = "descoreNotSort";
|
|
|
|
|
|
} |
...
|
...
|
|