作者 lyh

gx

@@ -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',//视频
@@ -184,6 +184,7 @@ class UserLoginLogic @@ -184,6 +184,7 @@ class UserLoginLogic
184 return $this->success($info); 184 return $this->success($info);
185 } 185 }
186 186
  187 +
187 /** 188 /**
188 * @remark :组装返回数据 189 * @remark :组装返回数据
189 * @name :getProjectInfo 190 * @name :getProjectInfo