This commit is contained in:
Leo
2025-04-08 20:15:50 +08:00
parent def2e1434e
commit 464af3b9e1

View File

@@ -1744,7 +1744,7 @@ public class JDUtil {
temp = temp.replace("{单号}", orderID );
// 发送订单信息到微信
wxUtil.sendTextMessage(fromWxid, temp, 1, fromWxid, false);
wxUtil.sendTextMessage(fromWxid, temp, 1, fromWxid, true);
} catch (Exception e) {
logger.error("生成订单号时发生异常 - 用户: {}, 日期: {}", fromWxid, today, e);