fix
wangpengfei
2023-07-26 10465790b3b82cbc10883c5ab16fb982406f8e0c
model/response/response.go
@@ -168,7 +168,8 @@
   }
   ServiceContractsResponse struct {
      List []*model.ServiceContract `json:"list"`
      List  []*model.ServiceContract `json:"list"`
      Count int                      `json:"count"`
   }
   OrderManageResponse struct {
@@ -343,4 +344,4 @@
   CurrencyResponse struct {
      List []*model.Currency `json:"list"`
   }
)
)