Skip to content

Commit

Permalink
fix: 版本验证有问题,先干掉
Browse files Browse the repository at this point in the history
  • Loading branch information
weifashi committed Dec 21, 2023
1 parent f249763 commit d26df91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Http/Controllers/Api/FileController.php
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,6 @@ public function content()
$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);
Expand Down

0 comments on commit d26df91

Please sign in to comment.