소스 검색

feat():授权

geek 4 년 전
부모
커밋
43b2300377
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/index/BaseController.php

+ 1 - 1
application/index/BaseController.php

@@ -49,7 +49,7 @@ abstract class BaseController
     {
         $this->app     = $app;
         $this->request = $this->app->request;
-        $this->request['Accept'] = 'application/json';
+//        $this->request['Accept'] = 'application/json';
         $route = [
             '/index/Token/getToken',
             '/index/index',