feat: fix pay by balance

This commit is contained in:
Rogee
2025-05-13 09:03:30 +08:00
parent 10277a6db8
commit ec8a1558b8
3 changed files with 21 additions and 4 deletions

View File

@@ -12,4 +12,5 @@ type OrderMeta struct {
PayNotify *wechat.V3DecryptPayResult `json:"pay_notify"`
RefundResp *wechat.RefundOrderResponse `json:"refund_resp"`
RefundNotify *wechat.V3DecryptRefundResult `json:"refund_notify"`
CostBalance int64 `json:"cost_balance"` // 余额支付的金额
}