Explorar el Código

feat():授权

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