|
@@ -340,7 +340,7 @@ type FeedStatisticsResponse struct {
|
|
}
|
|
}
|
|
|
|
|
|
type FeedStatisticsData struct {
|
|
type FeedStatisticsData struct {
|
|
- List map[string]interface{} `json:"list,omitempty"`
|
|
|
|
|
|
+ List map[string]interface{} `json:"list"`
|
|
}
|
|
}
|
|
|
|
|
|
var DefaultSheetName = "Sheet1"
|
|
var DefaultSheetName = "Sheet1"
|