|
|
|
|
@ -47,14 +47,15 @@ type KeepData struct { |
|
|
|
|
// End 结束时间
|
|
|
|
|
// Page 页码
|
|
|
|
|
type ReviewDataReq struct { |
|
|
|
|
Area int `json:"Area" binding:"required"` |
|
|
|
|
Games *string `json:"Games"` |
|
|
|
|
Platform *int `json:"Platform"` |
|
|
|
|
ChannelID *int `json:"ChannelID"` |
|
|
|
|
Start string `json:"Start"` |
|
|
|
|
End string `json:"End"` |
|
|
|
|
Page int `json:"Page" binding:"required"` |
|
|
|
|
Num int `json:"Num" binding:"required"` |
|
|
|
|
Area int `json:"Area" binding:"required"` |
|
|
|
|
Games *string `json:"Games"` |
|
|
|
|
Platform *int `json:"Platform"` |
|
|
|
|
ChannelID *int `json:"ChannelID"` |
|
|
|
|
ChannelIDs *[]*int `json:"ChannelIDs"` |
|
|
|
|
Start string `json:"Start"` |
|
|
|
|
End string `json:"End"` |
|
|
|
|
Page int `json:"Page" binding:"required"` |
|
|
|
|
Num int `json:"Num" binding:"required"` |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// ReviewDataResp 请求数据总览返回
|
|
|
|
|
|