feat : spu

This commit is contained in:
2025-03-25 16:06:37 +08:00
parent 38fb23aef5
commit 0b247e0b6d
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ class GoodOrderPayFinishConsumer extends ConsumerMessage
try { try {
$service = new PayGoodOrderFinishService(); $service = new PayGoodOrderFinishService();
$service->orderSno = $data['order_sno']; $service->orderNo = $data['order_sno'];
$service->payType = (int)$data['pay_type']; $service->payType = (int)$data['pay_type'];
$service->handle(); $service->handle();

View File

@@ -31,7 +31,7 @@ class PayGoodOrderFinishService
/** /**
* @var string * @var string
*/ */
public string $orderSno; public string $orderNo;
/** /**
* @var int * @var int