mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +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()];
|
[$name, $safe] = [input('name'), $this->getSafe()];
|
||||||
$data = ['uptype' => $this->getType(), 'safe' => intval($safe), 'key' => input('key')];
|
$data = ['uptype' => $this->getType(), 'safe' => intval($safe), 'key' => input('key')];
|
||||||
$file = SystemFile::mk()->data($this->_vali([
|
$file = SystemFile::mk()->data($this->_vali([
|
||||||
'path.value' => $data['key'],
|
'xkey.value' => $data['key'],
|
||||||
'type.value' => $this->getType(),
|
'type.value' => $this->getType(),
|
||||||
'uuid.value' => AdminService::instance()->getUserId(),
|
'uuid.value' => AdminService::instance()->getUserId(),
|
||||||
'name.require' => '名称不能为空!',
|
'name.require' => '名称不能为空!',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user