validate 用 image 验证是否为图片文件,一直验证失败 “ not a valid image” ;
// validate 的 image public function image($file, $rule): bool { //第一步就过不了了,不instanceof think\File if (!($file instanceof File)) { return false; } }
不支持图片验证
不支持图片验证