geek vor 4 Jahren
Ursprung
Commit
865062ba17
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      application/index/controller/Index.php

+ 2 - 0
application/index/controller/Index.php

@@ -15,6 +15,8 @@ class Index {
         $visitorId = input('visitorId');
         $notifyUrl = input('notify_url');
         if (empty(session('unionid'))){
+            var_dump(CommonService::getAuthUrl());
+            die();
             header("Location:".CommonService::getAuthUrl());
             return;
         }