feat: update metas
This commit is contained in:
@@ -14,3 +14,7 @@ type OrderMeta struct {
|
||||
RefundNotify *wechat.V3DecryptRefundResult `json:"refund_notify"`
|
||||
CostBalance int64 `json:"cost_balance"` // 余额支付的金额
|
||||
}
|
||||
|
||||
func (m OrderMeta) ToJson() Json[OrderMeta] {
|
||||
return ToJson(m)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user