Authored by tanling

小程序消息模板

... ... @@ -94,7 +94,7 @@ public class MiniServiceAppImpl implements IMiniAppService {
bodyParam.put("form_id", reqBO.getFormId());
bodyParam.put("data", reqBO.getData());
logger.info("sendTemplateMsg url is {}, body is {}", urlBuilder.toString(), JSONObject.toJSONString(bodyParam));
JSONObject result = sendWechatRequest.sendWechatRequest(urlBuilder.toString(), METHOD_POST, JSONObject.toJSONString(bodyParam));
logger.info("sendMiniappMsg, msg send, result is {}", JSONObject.toJSONString(result));
return result;
... ...