Showing
1 changed file
with
1 additions
and
1 deletions
@@ -94,7 +94,7 @@ public class MiniServiceAppImpl implements IMiniAppService { | @@ -94,7 +94,7 @@ public class MiniServiceAppImpl implements IMiniAppService { | ||
94 | bodyParam.put("form_id", reqBO.getFormId()); | 94 | bodyParam.put("form_id", reqBO.getFormId()); |
95 | bodyParam.put("data", reqBO.getData()); | 95 | bodyParam.put("data", reqBO.getData()); |
96 | 96 | ||
97 | - | 97 | + logger.info("sendTemplateMsg url is {}, body is {}", urlBuilder.toString(), JSONObject.toJSONString(bodyParam)); |
98 | JSONObject result = sendWechatRequest.sendWechatRequest(urlBuilder.toString(), METHOD_POST, JSONObject.toJSONString(bodyParam)); | 98 | JSONObject result = sendWechatRequest.sendWechatRequest(urlBuilder.toString(), METHOD_POST, JSONObject.toJSONString(bodyParam)); |
99 | logger.info("sendMiniappMsg, msg send, result is {}", JSONObject.toJSONString(result)); | 99 | logger.info("sendMiniappMsg, msg send, result is {}", JSONObject.toJSONString(result)); |
100 | return result; | 100 | return result; |
-
Please register or login to post a comment