浏览代码

feat():授权

geek 4 年之前
父节点
当前提交
b58dd2722c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      application/index/controller/Index.php

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

@@ -16,7 +16,6 @@ class Index {
         $notifyUrl = input('notify_url');
         if (empty(session('unionid'))){
             header("Location:".CommonService::getAuthUrl());
-            die();
         }
         //增加客户自己的验证逻辑,例如登录,关注,付费,填手机号等
         $key = md5($visitorId.CommonService::getAuthKey());