记得上下班打卡 | git大法好,push需谨慎

Commit 67678ce3 authored by jiangxiulong's avatar jiangxiulong

XML

parent 0cc231bb
...@@ -44,7 +44,7 @@ public class SweetWechatApplyEventPushServiceImpl { ...@@ -44,7 +44,7 @@ public class SweetWechatApplyEventPushServiceImpl {
WxMaService wxService = wechatMaConfigure.getWxMaService(type); WxMaService wxService = wechatMaConfigure.getWxMaService(type);
final boolean isJson = Objects.equals(wxService.getWxMaConfig().getMsgDataFormat(), final boolean isJson = Objects.equals(wxService.getWxMaConfig().getMsgDataFormat(),
WxMaConstants.MsgDataFormat.JSON); WxMaConstants.MsgDataFormat.XML);
log.info("isJson{}",isJson); log.info("isJson{}",isJson);
if (StringUtils.isBlank(encryptType)) { if (StringUtils.isBlank(encryptType)) {
// 明文传输的消息 // 明文传输的消息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment