...
|
...
|
@@ -71,7 +71,7 @@ public class UserRecallRequestBuilder { |
|
|
//3、获取pageId
|
|
|
int pageId = MapUtils.getIntValue(paramMap, SearchRequestParams.PARAM_SEARCH_PAGEID, 0);
|
|
|
//4、获取recType
|
|
|
String recType = MapUtils.getString(paramMap, SearchRequestParams.PARAM_SEARCH_REC_TYPE, "concern");
|
|
|
String recType = MapUtils.getString(paramMap, SearchRequestParams.PARAM_SEARCH_REC_TYPE, "1");
|
|
|
//5、返回召回参数
|
|
|
return new UserRecallRequest(paramQueryFilter, pageSize, firstProductSkns, uid, udid,pageId,recType);
|
|
|
}
|
...
|
...
|
|