ソースを参照

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