feat : wechatPay callback

This commit is contained in:
2025-03-18 15:15:25 +08:00
parent c8a36f4af8
commit a115068bbc
3 changed files with 13 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ class RefundOrder extends Model
->where('order_id', $orderId)
->where('order_type', $type)
->whereIn('refund_status',[
RefundCode::WAIT_REFUND,
RefundCode::WAIT_BY_PAY_TOOL,
RefundCode::REFUND_SUCCESS
])->sum('refund_money') ?? 0;
}