geek před 4 roky
rodič
revize
f9e16d9744
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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());