feat: update metas

This commit is contained in:
Rogee
2025-05-13 09:33:12 +08:00
parent ec8a1558b8
commit 7128dab38c
5 changed files with 62 additions and 14 deletions

View File

@@ -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)
}