...
|
...
|
@@ -146,7 +146,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));
|
|
|
logger.info("sendTemplateMsg url is {}, body is {}, uid is {}, ordercode is {}", urlBuilder.toString(), JSONObject.toJSONString(bodyParam), reqBO.getUid(), reqBO.getOrderCode());
|
|
|
JSONObject result = WeChatUtils.httpRequest(urlBuilder.toString(), METHOD_POST, JSONObject.toJSONString(bodyParam));
|
|
|
// logger.info("sendMiniappMsg, msg send, order is {}, result is {}",reqBO.getOrderCode(), JSONObject.toJSONString(result));
|
|
|
return result;
|
...
|
...
|
|