model/response/response.go
@@ -180,6 +180,10 @@ DataResponse struct { // 是否开票 IsInvoice []*model.IsInvoice `json:"isInvoice"` // 退款方式 RefundMethod []*model.RefundMethod `json:"refundMethod"` @@ -286,4 +290,8 @@ RefundMethodResponse struct { List []*model.RefundMethod `json:"list"` } IsInvoiceResponse struct { List []*model.IsInvoice `json:"list"` } )