From 1725d1d5acbd0a946d939608fabffb95b85d1655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 7 Apr 2021 16:35:36 +0800 Subject: [PATCH] Update Config.php --- app/wechat/controller/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wechat/controller/Config.php b/app/wechat/controller/Config.php index 275bc4ba2..e941b2f1c 100644 --- a/app/wechat/controller/Config.php +++ b/app/wechat/controller/Config.php @@ -71,7 +71,7 @@ class Config extends Controller } sysoplog('微信授权配置', '修改微信授权配置成功'); $location = url('wechat/config/options')->build() . '?uniqid=' . uniqid(); - $this->success('微信参数修改成功!', sysuri('admin/index/index') . "#{$location}"); + $this->success('微信授权修改成功!', sysuri('admin/index/index') . "#{$location}"); } }