model/response/response.go
@@ -47,7 +47,8 @@ } ContactResponse struct { List []*model.ContactDetail `json:"list"` List []*model.ContactDetail `json:"list"` Count int `json:"count"` } ClientResponse struct { @@ -182,7 +183,6 @@ // 币种 Currency []*model.Currency `json:"currency"` // 报价单状态 QuotationStatus []*model.QuotationStatus `json:"quotationStatus"` @@ -328,4 +328,4 @@ CurrencyResponse struct { List []*model.Currency `json:"list"` } ) )