Explorar el Código

feat():授权

geek hace 4 años
padre
commit
2ed523ab47
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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());