Merge remote-tracking branch 'origin/master'

This commit is contained in:
2025-08-16 17:29:24 +08:00

View File

@@ -72,11 +72,12 @@ class DiscSpinningController extends Frontend
$draws = self::draws($count + 1, $orders['pay_money'], $params['sourceId'], $userId, $params['source']);
$resp = $draws;
// $this->receive($draws);
});
});
pushQueue(DiscReceiveQueue::class, [
'draws' => $resp
]);
});
});
$resp = convertToCamelCase($resp);
$resp['img'] = $resp['img_url'] ?? '';
$this->successWithData($resp);