model/response/response.go
@@ -180,6 +180,10 @@ DataResponse struct { // 退款方式 RefundMethod []*model.RefundMethod `json:"refundMethod"` // 服务合同类型 ServiceContractType []*model.ServiceContractType `json:"serviceContractType"` @@ -278,4 +282,8 @@ ServiceContractTypeResponse struct { List []*model.ServiceContractType `json:"list"` } RefundMethodResponse struct { List []*model.RefundMethod `json:"list"` } )