Explorar el Código

feat():授权

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

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

@@ -14,6 +14,8 @@ class Index {
     public function index() {
         $visitorId = input('visitorId');
         $notifyUrl = input('notify_url');
+        var_dump(session('unionid'));
+        die();
         if (empty(session('unionid'))){
             header("Location:".CommonService::getAuthUrl());
             return;