feat:上传类增加一个 setTopic 方法

This commit is contained in:
妙码生花 2023-08-24 13:51:43 +08:00
parent 72f3539797
commit db5ae8447b

View File

@ -88,6 +88,15 @@ class Upload
return $fileInfo;
}
/**
* 设置细目(存储目录)
*/
public function setTopic(string $topic): Upload
{
$this->topic = $topic;
return $this;
}
/**
* 检查文件类型是否允许上传
* @return bool