From 32aba8703ff48ad81216b91a762841ff6d2f02d4 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 7 May 2018 17:33:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E9=85=8D=E7=BD=AE=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/controller/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/wechat/controller/Config.php b/application/wechat/controller/Config.php index 625e261d3..dd32ba797 100644 --- a/application/wechat/controller/Config.php +++ b/application/wechat/controller/Config.php @@ -84,7 +84,7 @@ class Config extends BasicAdmin } LogService::write('微信管理', '修改微信接口参数成功'); } catch (\Exception $e) { - $this->error('微信授权保存失败 , 请稍候重试 ! ' . $e->getMessage()); + $this->error('微信授权保存成功, 但授权验证失败 !
' . $e->getMessage()); } $this->success('微信授权数据修改成功!', url('@admin') . "#" . url('@wechat/config/index')); }