|
@@ -934,16 +934,9 @@ func (this *ChartInfoController) ChartInfoDetail() {
|
|
|
// PreviewChartInfoDetail
|
|
|
// @Title 获取图表详情(预览)
|
|
|
// @Description 获取图表详情接口(预览)
|
|
|
-// @Param DateType query int true "日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间"
|
|
|
-// @Param StartDate query string true "自定义开始日期"
|
|
|
-// @Param EndDate query string true "自定义结束日期"
|
|
|
-// @Param Calendar query string true "公历/农历"
|
|
|
-// @Param SeasonStartDate query string true "季节性图开始日期"
|
|
|
-// @Param SeasonEndDate query string true "季节性图结束日期"
|
|
|
-// @Param EdbInfoId query string true "指标ID,多个用英文逗号隔开"
|
|
|
-// @Param ChartType query int true "生成样式:1:曲线图,2:季节性图"
|
|
|
+// @Param request body data_manage.PreviewChartInfoReq true "type json string"
|
|
|
// @Success 200 {object} data_manage.ChartInfoDetailResp
|
|
|
-// @router /chart_info/detail/preview [get]
|
|
|
+// @router /chart_info/detail/preview [post]
|
|
|
func (this *ChartInfoController) PreviewChartInfoDetail() {
|
|
|
br := new(models.BaseResponse).Init()
|
|
|
defer func() {
|