geek преди 4 години
родител
ревизия
2ed523ab47
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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());