From c6e72e5b7902bc05b30b9c71baeceed276e0a060 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 2 Dec 2025 18:05:39 +0800 Subject: [PATCH] =?UTF-8?q?chore(sms):=20=E6=9B=B4=E6=96=B0sms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/shop/controller/Message.php | 2 +- src/app/shop/view/message/lists.html | 21 ++++++++++++--------- src/app/shop/view/message/smsrecords.html | 7 +------ 3 files changed, 14 insertions(+), 16 deletions(-) diff --git a/src/app/shop/controller/Message.php b/src/app/shop/controller/Message.php index 90feb905f..42a03f521 100644 --- a/src/app/shop/controller/Message.php +++ b/src/app/shop/controller/Message.php @@ -46,7 +46,7 @@ class Message extends BaseShop $weapp_config = ( new WeappConfig() )->getWeappConfig($this->site_id)[ 'data' ][ 'value' ]; $this->assign('weapp_config', $weapp_config); - + // 牛云短信余额查询 if (addon_is_exit('niusms', $this->site_id)) { $sms_config = ( new NiuSmsConfig() )->getSmsConfig($this->site_id)[ 'data' ]; if ($sms_config[ 'is_use' ]) { diff --git a/src/app/shop/view/message/lists.html b/src/app/shop/view/message/lists.html index f6b539a0e..11178a56e 100644 --- a/src/app/shop/view/message/lists.html +++ b/src/app/shop/view/message/lists.html @@ -1,5 +1,3 @@ - - -