mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update Config.php
This commit is contained in:
parent
9f4b8f62d7
commit
08e026adda
@ -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'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user