Commit 77e7749c by zhangxingmin

push

parent c63ad297
......@@ -89,7 +89,7 @@ public class MiniprogramMessageSender implements MessageSender {
if (StringUtils.hasText(page)) {
message.setPage(page);
}
log.info("进入小程序消息发送器=>构建消息体WxMaSubscribeMessage:{}", JSON.toJSONString(message));
// log.info("进入小程序消息发送器=>构建消息体WxMaSubscribeMessage:{}", JSON.toJSONString(message));
// 6. 调用微信 SDK 发送
WxMaService wxMaService = buildWxMaService(appid, secret);
......
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