From d7221dc3f9836e42a93259dd3df6edd276802e01 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Tue, 16 Dec 2025 11:10:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=83=A8=E5=88=86=EF=BC=8Ctimestamp=E3=80=81?= =?UTF-8?q?nonceStr=E3=80=81signature=20=E7=94=B1=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/shop/controller/Config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/shop/controller/Config.php b/src/app/shop/controller/Config.php index f79f6c1a3..08ff301db 100644 --- a/src/app/shop/controller/Config.php +++ b/src/app/shop/controller/Config.php @@ -223,9 +223,6 @@ class Config extends BaseShop 'secret' => input('secret', ''), 'contact_id' => input('contact_id', ''), 'contact_url' => input('contact_url', ''), - 'timestamp' => input('timestamp', ''), - 'nonceStr' => input('nonceStr', ''), - 'signature' => input('signature', ''), 'enabled' => input('enabled', 0) ]; $this->addLog('修改企业微信配置');