刘韬 5 years ago
parent
commit
392a9ba7dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DataFusion/src/com/zskk/service/WeixinService.java

+ 1 - 1
DataFusion/src/com/zskk/service/WeixinService.java

@@ -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);