Browse Source

feat():授权

geek 4 years ago
parent
commit
128b84aadd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/index/controller/Index.php

+ 1 - 1
application/index/controller/Index.php

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