Authored by ping

update

... ... @@ -105,6 +105,7 @@ public class GDTServiceImpl implements MainUnionService {
String msg = null;
String ret = null;
Pair<Integer, String> pair = HttpUtils.httpGet(url);
log.info("GDT activeUnion with url={}, result={}", url, pair.toString());
// Pair<Integer, String> pair = Pair.of(200,
// "{\"ret\":0,\"msg\":\"success\"}");
UnionLogs unionLogs = new UnionLogs();
... ...