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