Explorar el Código

feat():授权

geek hace 4 años
padre
commit
14915888bf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      application/index/controller/Index.php

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

@@ -18,6 +18,7 @@ class Index {
         $visitorId = input('visitorId');
         $notifyUrl = input('notify_url');
         var_dump(Session::get('wxId'));
+        var_dump(\session('wxId'));
         die();
         if (empty(Session::get('wxId'))){
             header("Location:".CommonService::getAuthUrl());