!364 update application/common/library/Upload.php.

Merge pull request !364 from 御宅男/N/A
pull/327/MERGE
Karson 2021-10-20 07:55:25 +00:00 committed by Gitee
commit 9a239de4b1
1 changed files with 0 additions and 13 deletions

View File

@ -15,19 +15,6 @@ use think\Hook;
*/ */
class Upload class Upload
{ {
/**
* 验证码有效时长
* @var int
*/
protected static $expire = 120;
/**
* 最大允许检测的次数
* @var int
*/
protected static $maxCheckNums = 10;
protected $merging = false; protected $merging = false;
protected $chunkDir = null; protected $chunkDir = null;