1.耗材预警调整
This commit is contained in:
@@ -115,7 +115,7 @@ public class WxAccountUtil {
|
||||
try {
|
||||
return sendTemplateMsg(msgTmpId, toUserOpenId, data);
|
||||
}catch (Exception e) {
|
||||
log.error("发送失败: {}", e.getMessage());
|
||||
log.error("发送失败, openId:{}, msg: {}", toUserOpenId, e.getMessage());
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user