bug修复

This commit is contained in:
张松
2025-08-19 16:11:52 +08:00
parent 6c3e104fd2
commit 7b55b23609

View File

@@ -79,7 +79,6 @@ class DiscSpinningController extends Frontend
'draws' => $resp 'draws' => $resp
]); ]);
}catch (DuplicateException $e) { }catch (DuplicateException $e) {
(new TbUserBlacklist())->addBlackUser($userId, "重复抽奖");
throw $e; throw $e;
} }