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')); }