ソースを参照

feat():授权

geek 4 年 前
コミット
4c1202a5f1
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  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;