feat : wechatPay callback
This commit is contained in:
@@ -67,7 +67,7 @@ class RefundOrder extends Model
|
||||
])->sum('refund_money') ?? 0;
|
||||
}
|
||||
|
||||
public function getSuccessMoneyByOrderId(int $orderId, int $type): float|int
|
||||
public function getSuccessMoneyByOrderId(int $orderId, int $type): float|int|string
|
||||
{
|
||||
return $this
|
||||
->where('order_id', $orderId)
|
||||
|
||||
Reference in New Issue
Block a user