logger.warn("validate form not exist, req is {}",reqBO);
logger.warn("validate form not exist, uid is {}, req is {}",reqBO.getUid(),reqBO);
returnnewJSONObject();
}
...
...
@@ -204,7 +204,7 @@ public class MiniServiceAppImpl implements IMiniAppService {
}
logger.info("sendTemplateMsg begin with templateId is {}, url is {}, body is {}, uid is {}, ordercode is {}",reqBO.getTemplateId(),urlBuilder.toString(),JSONObject.toJSONString(bodyParam),reqBO.getUid(),reqBO.getOrderCode());
miniSendLog.info("sendMiniappMsg end with templateId is {},body={}, result is {}",reqBO.getTemplateId(),JSONObject.toJSONString(bodyParam),JSONObject.toJSONString(result));
miniSendLog.info("sendMiniappMsg end with templateId is {},uid is {},body={}, result is {}",reqBO.getTemplateId(),reqBO.getUid(),JSONObject.toJSONString(bodyParam),JSONObject.toJSONString(result));
logger.warn("send wechat template message error, sendMsg is {}, e is {}",sendMsg.toJSONString(),JSONObject.toJSONString(result));
logger.warn("send wechat template message error, openId is {},sendMsg is {}, e is {}",wechatBO.getOpenid(),sendMsg.toJSONString(),JSONObject.toJSONString(result));