From 08e026addac6b3622b5d2b74e69aa4d8b5efacae Mon Sep 17 00:00:00 2001 From: Anyon Date: Sun, 26 Apr 2020 09:37:31 +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 a5b88fa9b..68412ace1 100644 --- a/app/wechat/controller/Config.php +++ b/app/wechat/controller/Config.php @@ -41,7 +41,7 @@ class Config extends Controller if ($this->request->isGet()) { try { $source = enbase64url(sysuri('admin/index/index', [], false, true) . '#' . $this->request->url()); - $this->authurl = "http://open.cuci.cc/service/api.push/auth?source={$source}"; + $this->authurl = "https://open.cuci.cc/service/api.push/auth?source={$source}"; if (input('?appid') && input('?appkey')) { sysconf('wechat.type', 'thr'); sysconf('wechat.thr_appid', input('appid'));