From ca29c285b79ef85ef2dd11189f96049c00c5a748 Mon Sep 17 00:00:00 2001 From: nepiedg <806669289@qq.com> Date: Sat, 18 Feb 2023 01:41:26 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E5=85=AC=E4=BC=97=E5=8F=B7=E9=85=8D=E7=BD=AE=E4=B8=AD=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=20URL=20=E9=93=BE=E6=8E=A5=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nepiedg <806669289@qq.com> --- .../app/adminapi/logic/channel/OfficialAccountSettingLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app/adminapi/logic/channel/OfficialAccountSettingLogic.php b/server/app/adminapi/logic/channel/OfficialAccountSettingLogic.php index c97705cf6..a0d1a0815 100644 --- a/server/app/adminapi/logic/channel/OfficialAccountSettingLogic.php +++ b/server/app/adminapi/logic/channel/OfficialAccountSettingLogic.php @@ -43,7 +43,7 @@ class OfficialAccountSettingLogic extends BaseLogic 'app_id' => ConfigService::get('oa_setting', 'app_id', ''), 'app_secret' => ConfigService::get('oa_setting', 'app_secret', ''), // url()方法返回Url实例,通过与空字符串连接触发该实例的__toString()方法以得到路由地址 - 'url' => url('adminapi/wechat.official_account_reply/index', [],'',true).'', + 'url' => url('adminapi/channel.official_account_reply/index', [],'',true).'', 'token' => ConfigService::get('oa_setting', 'token'), 'encoding_aes_key' => ConfigService::get('oa_setting', 'encoding_aes_key', ''), 'encryption_type' => ConfigService::get('oa_setting', 'encryption_type'), -- Gitee