|
@@ -1,9 +1,9 @@
|
|
|
package com.tzld.piaoquan.recommend.server.remote;
|
|
|
|
|
|
-import com.tzld.piaoquan.abtest.client.ABTestClient;
|
|
|
+//import com.tzld.piaoquan.abtest.client.ABTestClient;
|
|
|
+
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.lang.StringUtils;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
import java.util.Map;
|
|
@@ -16,8 +16,8 @@ import java.util.Map;
|
|
|
@Slf4j
|
|
|
public class ABTestRemoteService {
|
|
|
|
|
|
- @Autowired
|
|
|
- private ABTestClient client;
|
|
|
+// @Autowired
|
|
|
+// private ABTestClient client;
|
|
|
|
|
|
// public String getGroup(String mid, String uid, int appType, String group) {
|
|
|
// if (StringUtils.isBlank(mid)) {
|
|
@@ -30,7 +30,8 @@ public class ABTestRemoteService {
|
|
|
if (StringUtils.isBlank(mid)) {
|
|
|
return null;
|
|
|
}
|
|
|
- return client.getExp(mid, uid, appType, group);
|
|
|
+// return client.getExp(mid, uid, appType, group);
|
|
|
+ return null;
|
|
|
}
|
|
|
|
|
|
}
|