From 52e1d0189c197a77787bb276492a68b8d0f8b4c9 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Mon, 13 Jan 2025 11:55:55 +0800 Subject: [PATCH] refactor(ZzSmsSend): 更新短信发送配置 --- src/main/java/cc/mrbird/febs/vip/service/impl/VipCommonServiceImpl.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/vip/service/impl/VipCommonServiceImpl.java b/src/main/java/cc/mrbird/febs/vip/service/impl/VipCommonServiceImpl.java index a1d2939..4714f0b 100644 --- a/src/main/java/cc/mrbird/febs/vip/service/impl/VipCommonServiceImpl.java +++ b/src/main/java/cc/mrbird/febs/vip/service/impl/VipCommonServiceImpl.java @@ -123,7 +123,6 @@ } }); - agentProducer.sendVipLevelUp(orderId); } @Override -- Gitblit v1.9.1