Bladeren bron

feat():授权

geek 4 jaren geleden
bovenliggende
commit
2ed523ab47
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  1. 3 0
      application/index/controller/Index.php

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

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