瀏覽代碼

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',