浏览代码

feat():授权

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());