Showing
1 changed file
with
1 additions
and
0 deletions
@@ -105,6 +105,7 @@ public class GDTServiceImpl implements MainUnionService { | @@ -105,6 +105,7 @@ public class GDTServiceImpl implements MainUnionService { | ||
105 | String msg = null; | 105 | String msg = null; |
106 | String ret = null; | 106 | String ret = null; |
107 | Pair<Integer, String> pair = HttpUtils.httpGet(url); | 107 | Pair<Integer, String> pair = HttpUtils.httpGet(url); |
108 | + log.info("GDT activeUnion with url={}, result={}", url, pair.toString()); | ||
108 | // Pair<Integer, String> pair = Pair.of(200, | 109 | // Pair<Integer, String> pair = Pair.of(200, |
109 | // "{\"ret\":0,\"msg\":\"success\"}"); | 110 | // "{\"ret\":0,\"msg\":\"success\"}"); |
110 | UnionLogs unionLogs = new UnionLogs(); | 111 | UnionLogs unionLogs = new UnionLogs(); |
-
Please register or login to post a comment