...
|
...
|
@@ -153,7 +153,7 @@ public class ABTestConfigServiceImpl implements ABTestConfigService { |
|
|
String contentCode = abTestConfig.getValue();
|
|
|
ResourcesRequestBody resourcesRequestBody = new ResourcesRequestBody();
|
|
|
resourcesRequestBody.setContentCode(contentCode);
|
|
|
resourcesRequestBody.setClientType("android");
|
|
|
resourcesRequestBody.setClientType("yohoApp");
|
|
|
List list = httpRestClientService.postForObject("http://" + ip + ":8087/resources/resources/get", resourcesRequestBody, List.class);
|
|
|
if (CollectionUtils.isEmpty(list)) {
|
|
|
errors.add(abTestConfig);
|
...
|
...
|
|