geek 4 rokov pred
rodič
commit
44dd362497
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      application/index/controller/Index.php

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

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