package response import "eta/eta_bridge/models/jiayue" type IndexResp struct { IndexCode string `json:"index_code"` IndexData []jiayue.IndexData `json:"index_data"` }