소스 검색

feat():授权

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

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

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