feat : spu

This commit is contained in:
2025-03-25 16:09:25 +08:00
parent 0b247e0b6d
commit 3687147ffe

View File

@@ -4,6 +4,7 @@ declare(strict_types=1);
namespace App\Amqp\Consumer\Pay;
use App\Constants\Common\OrderCode;
use App\Exception\ErrException;
use App\Lib\Log;
use App\Service\Amqp\Pay\PayGoodOrderFinishService;
@@ -52,6 +53,7 @@ class GoodOrderPayFinishConsumer extends ConsumerMessage
$service->orderNo = $data['order_sno'];
$service->payType = (int)$data['pay_type'];
$service->orderType = OrderCode::ORDER_TYPE_GOOD;
$service->handle();
} catch (Exception|ErrException $e) {