瀏覽代碼

feat():授权

geek 4 年之前
父節點
當前提交
c3b5e32609
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      application/index/controller/Index.php

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

@@ -20,7 +20,10 @@ class Index {
         if (empty($channelId)){
             throw new ApiException('渠道id不为空');
         }
+        var_dump(input());
         Session::set('wxId','');
+        var_dump(Session::get('wxId'));
+        die();
         $data = CommonService::getSetData($channelId);
         if (empty(Session::get('wxId'))){
             Session::set('visitorId','');