fix: 版本验证有问题,先干掉

This commit is contained in:
weifashi 2023-12-21 20:29:56 +08:00
parent f249763d41
commit d26df91960

View File

@ -480,8 +480,6 @@ class FileController extends AbstractController
$only_update_at = Request::input('only_update_at', 'no');
$history_id = intval(Request::input('history_id'));
//
Base::checkClientVersion('0.31.75');
//
if (Base::isNumber($id)) {
$user = User::auth();
$file = File::permissionFind(intval($id), $user, $down == 'yes' ? 1 : 0);