소스 검색

feat():授权

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

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

@@ -18,6 +18,7 @@ class Index {
         $visitorId = input('visitorId');
         $notifyUrl = input('notify_url');
         var_dump(Session::get('wxId'));
+        var_dump(\session('wxId'));
         die();
         if (empty(Session::get('wxId'))){
             header("Location:".CommonService::getAuthUrl());