소스 검색

feat():授权

geek 4 년 전
부모
커밋
128b84aadd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/index/controller/Index.php

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

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