Browse Source

河北秦皇岛数据上报问题修改

dev
zhangyuxiang 3 days ago
parent
commit
8a1232be81
  1. 2
      consumers/HBJCAS/dataModel.go

2
consumers/HBJCAS/dataModel.go

@ -12,7 +12,7 @@ type EsThemeAggDateHistogram struct {
Failed int `json:"failed"`
} `json:"_shards"`
Hits struct {
Total int `json:"total"`
Total interface{} `json:"total"`
MaxScore float64 `json:"max_score"`
Hits []interface{} `json:"hits"`
} `json:"hits"`

Loading…
Cancel
Save