geek преди 4 години
родител
ревизия
43d02d2fc4
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      application/index/controller/Index.php

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

@@ -17,8 +17,7 @@ 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());