|
|
@ -37,9 +37,9 @@ public class DcFileDownloadController extends BaseController { |
|
|
|
@Autowired |
|
|
|
private ServerConfig serverConfig; |
|
|
|
/** |
|
|
|
* 默认大小 20M |
|
|
|
* 默认大小 30M |
|
|
|
*/ |
|
|
|
public static final long DEFAULT_MAX_SIZE = 20 * 1024 * 1024; |
|
|
|
public static final long DEFAULT_MAX_SIZE = 30 * 1024 * 1024; |
|
|
|
/** |
|
|
|
* 查询文件管理列表 |
|
|
|
*/ |
|
|
|