fix
liujiandao
2024-04-19 72ac2afd55d3af26134f6b503d2491c5ebb82509
request/report_forms_request.go
@@ -25,3 +25,9 @@
   ProductId     string `json:"productId"`
   LocationId    int    `json:"locationId"`
}
type GetMonthStats struct {
   PageInfo
   Keyword string `json:"keyword"`
   Date    string `json:"date"`
}