|
|
package com.yoho.search.recall.scene.beans.persional;
|
|
|
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.yoho.core.rest.client.ServiceCaller;
|
|
|
import com.yoho.search.core.personalized.models.SortPriceArea;
|
|
|
import com.yoho.search.core.personalized.models.UserPersonalFactorReq;
|
|
|
import com.yoho.search.core.personalized.models.UserPersonalFactorRsp;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
import java.util.ArrayList;
|
...
|
...
|
@@ -21,8 +16,8 @@ class UserPersionalFactorComponent { |
|
|
|
|
|
private static final Logger RECALL_NEW_LOGGER = LoggerFactory.getLogger("RECALL");
|
|
|
|
|
|
@Autowired
|
|
|
private ServiceCaller serviceCaller;
|
|
|
// @Autowired
|
|
|
// private ServiceCaller serviceCaller;
|
|
|
|
|
|
//serviceCaller.asyncCall("message.publishIosUser", iosTokenBO, Integer.class);
|
|
|
|
...
|
...
|
|