mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
Update Upload.php
This commit is contained in:
parent
b44c3237f3
commit
d6075b9ec8
@ -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' => '名称不能为空!',
|
||||
|
Loading…
x
Reference in New Issue
Block a user