|
@@ -65,10 +65,12 @@ type BarChartInfoReq struct {
|
|
|
}
|
|
|
|
|
|
type FutureGoodBarChartInfoReq struct {
|
|
|
- EdbInfoIdList []BarChartInfoEdbItemReq `description:"指标信息"`
|
|
|
- DateList []BarChartInfoDateReq `description:"日期配置"`
|
|
|
- XDataList []XData `description:"横轴配置"`
|
|
|
- BaseEdbInfoId int `description:"日期基准指标id"`
|
|
|
+ EdbInfoIdList []BarChartInfoEdbItemReq `description:"指标信息"`
|
|
|
+ DateList []BarChartInfoDateReq `description:"日期配置"`
|
|
|
+ XDataList []XData `description:"横轴配置"`
|
|
|
+ BaseEdbInfoId int `description:"日期基准指标id"`
|
|
|
+ FutureGoodEdbName string `description:"期货名称"`
|
|
|
+ FutureGoodEdbNameEn string `description:"期货英文名称"`
|
|
|
}
|
|
|
|
|
|
// XData 商品价格曲线的的x轴数据
|