feat : spu
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ class PayGoodOrderFinishService
|
|||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public string $orderSno;
|
public string $orderNo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int
|
* @var int
|
||||||
|
|||||||
Reference in New Issue
Block a user