소스 검색

feat():授权

geek 4 년 전
부모
커밋
93d2426aac
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      application/index/controller/Index.php

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

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