lishihai
2024-06-29 5928c4b76d658e2b32ad2ff85f8fc35c78d394bf
request/report_forms_request.go
@@ -25,3 +25,13 @@
   ProductId     string `json:"productId"`
   LocationId    int    `json:"locationId"`
}
type GetMonthStats struct {
   PageInfo
   Keyword string `json:"keyword"`
   Date    string `json:"date"`
}
type DoMonthStats struct {
   Token string `json:"token"`
}