正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -24,7 +24,7 @@ class FileController | @@ -24,7 +24,7 @@ class FileController | ||
| 24 | public $token = '';//token | 24 | public $token = '';//token |
| 25 | 25 | ||
| 26 | public $cache = '';//缓存数据 | 26 | public $cache = '';//缓存数据 |
| 27 | - public $upload_location = 1; | 27 | + public $upload_location = 0; |
| 28 | public $file_type = [ | 28 | public $file_type = [ |
| 29 | 2 => 'other',//其他 | 29 | 2 => 'other',//其他 |
| 30 | 1 => 'video',//视频 | 30 | 1 => 'video',//视频 |
-
请 注册 或 登录 后发表评论