|
@@ -39,7 +39,7 @@ public class WeixinService {
|
|
|
StringBuilder apiLog = new StringBuilder();
|
|
|
apiLog.append(url).append("\t").append("params:").append("");
|
|
|
CloseableHttpClient client = HttpClients.custom().setConnectionManager(POOL_CM).build();
|
|
|
- String content = null; // 返回内容
|
|
|
+ String content = "1"; // 返回内容
|
|
|
try {
|
|
|
HttpGet get = new HttpGet(url);
|
|
|
|