Update Upload.php

This commit is contained in:
Anyon 2022-06-17 16:28:06 +08:00
parent b44c3237f3
commit d6075b9ec8

View File

@ -70,7 +70,7 @@ class Upload extends Controller
[$name, $safe] = [input('name'), $this->getSafe()];
$data = ['uptype' => $this->getType(), 'safe' => intval($safe), 'key' => input('key')];
$file = SystemFile::mk()->data($this->_vali([
'path.value' => $data['key'],
'xkey.value' => $data['key'],
'type.value' => $this->getType(),
'uuid.value' => AdminService::instance()->getUserId(),
'name.require' => '名称不能为空!',