소스 검색

feat():授权

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

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

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