From fd4125160083356500a3ffeda24596612c379739 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 9 Sep 2022 15:43:00 +0800 Subject: [PATCH] t --- app/controller/Check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/Check.php b/app/controller/Check.php index c437f0c..3eb7031 100644 --- a/app/controller/Check.php +++ b/app/controller/Check.php @@ -10,7 +10,7 @@ class Check public function index() { - $url = $GLOBALS['data']['data']['mobile']; + $url = $GLOBALS['data']['data']['url']; $app = Factory::officialAccount(Config::get('wechat'));