feat : spu
This commit is contained in:
@@ -43,6 +43,11 @@ class PayGoodOrderFinishService
|
||||
*/
|
||||
public int $orderType;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
public array $callbackData;
|
||||
|
||||
/**
|
||||
* @var Order
|
||||
*/
|
||||
|
||||
@@ -89,6 +89,7 @@ class WxJsRechargeOrderService extends WxJsRechargeBaseService
|
||||
$message = new GoodOrderPayFinishProducer([
|
||||
'order_sno' => $this->orderNo,
|
||||
'pay_type' => self::PayType,
|
||||
'callback_data' => $this->callbackData,
|
||||
]);
|
||||
$this->producer->produce($message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user