|
@@ -259,9 +259,9 @@ public class WeChatUtil {
|
|
|
param1.put("data", data);
|
|
|
String result = HttpUtil.post(url, param1.toString());
|
|
|
System.out.println(result);
|
|
|
-
|
|
|
+ log.info("notification-消息通知请求参数:{}", param1.toString());
|
|
|
Map<?, ?> map = JSONObject.parseObject(result, Map.class);
|
|
|
-
|
|
|
+ log.info("notification-消息通知返回参数:{}", map);
|
|
|
return map;
|
|
|
|
|
|
}
|