浏览代码

feat():授权

geek 4 年之前
父节点
当前提交
f9e16d9744
共有 1 个文件被更改,包括 2 次插入1 次删除
  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());