红包状态修改
This commit is contained in:
@@ -32,9 +32,6 @@ class RedpacketService
|
|||||||
*/
|
*/
|
||||||
public function grabWithResult($redpacketId, $userId)
|
public function grabWithResult($redpacketId, $userId)
|
||||||
{
|
{
|
||||||
// 首先检查并更新红包状态
|
|
||||||
$this->checkAndUpdateRedpacketStatus($redpacketId);
|
|
||||||
|
|
||||||
$redpacketModel = new Redpacket();
|
$redpacketModel = new Redpacket();
|
||||||
$redpacket = $redpacketModel->getRedpacketInfo($redpacketId);
|
$redpacket = $redpacketModel->getRedpacketInfo($redpacketId);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user