feat : spu
This commit is contained in:
@@ -50,7 +50,7 @@ class GoodOrderPayFinishConsumer extends ConsumerMessage
|
||||
try {
|
||||
$service = new PayGoodOrderFinishService();
|
||||
|
||||
$service->orderSno = $data['order_sno'];
|
||||
$service->orderNo = $data['order_sno'];
|
||||
$service->payType = (int)$data['pay_type'];
|
||||
|
||||
$service->handle();
|
||||
|
||||
@@ -31,7 +31,7 @@ class PayGoodOrderFinishService
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
public string $orderSno;
|
||||
public string $orderNo;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
|
||||
Reference in New Issue
Block a user