红包状态修改

This commit is contained in:
2025-10-14 18:12:28 +08:00
parent 4aac4e9109
commit 62a00d51d6

View File

@@ -32,9 +32,6 @@ class RedpacketService
*/
public function grabWithResult($redpacketId, $userId)
{
// 首先检查并更新红包状态
$this->checkAndUpdateRedpacketStatus($redpacketId);
$redpacketModel = new Redpacket();
$redpacket = $redpacketModel->getRedpacketInfo($redpacketId);