model/request/serviceOrder.go
@@ -40,7 +40,7 @@ type GetServiceOrderList struct { PageInfo QueryClass constvar.ServiceOrderQueryClass `json:"queryClass"` KeywordType constvar.ServiceOrderKeywordType `json:"keywordType"` Keyword string `json:"keyword"` QueryClass constvar.ServiceOrderQueryClass `json:"queryClass" form:"queryClass"` KeywordType constvar.ServiceOrderKeywordType `json:"keywordType" form:"keywordType"` Keyword string `json:"keyword" form:"keyword"` }