1.库存预警报错停止推送修复
This commit is contained in:
@@ -110,6 +110,11 @@ public class WxAccountUtil {
|
||||
}});
|
||||
}};
|
||||
log.info("开始发送库存预警消息, 接收用户openId: {}, 消息数据: {}", toUserOpenId, data);
|
||||
return sendTemplateMsg(msgTmpId, toUserOpenId, data);
|
||||
try {
|
||||
return sendTemplateMsg(msgTmpId, toUserOpenId, data);
|
||||
}catch (Exception e) {
|
||||
log.error("发送失败: {}", e.getMessage());
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user