|
@@ -328,13 +328,15 @@ type SmartReportPrePublishReq struct {
|
|
|
|
|
|
// SmartReportSaveContentReq 保存草稿请求体
|
|
|
type SmartReportSaveContentReq struct {
|
|
|
- SmartReportId int `description:"智能研报ID"`
|
|
|
- Content string `description:"内容"`
|
|
|
- ContentStruct string `description:"内容结构"`
|
|
|
- NoChange int `description:"内容是否未改变:1:内容未改变"`
|
|
|
- HeadImg string `description:"报告头图地址"`
|
|
|
- EndImg string `description:"报告尾图地址"`
|
|
|
- CanvasColor string `description:"画布颜色"`
|
|
|
+ SmartReportId int `description:"智能研报ID"`
|
|
|
+ Content string `description:"内容"`
|
|
|
+ ContentStruct string `description:"内容结构"`
|
|
|
+ NoChange int `description:"内容是否未改变:1:内容未改变"`
|
|
|
+ HeadImg string `description:"报告头图地址"`
|
|
|
+ EndImg string `description:"报告尾图地址"`
|
|
|
+ CanvasColor string `description:"画布颜色"`
|
|
|
+ HeadResourceId int `description:"版头资源ID"`
|
|
|
+ EndResourceId int `description:"版尾资源ID"`
|
|
|
}
|
|
|
|
|
|
// SmartReportSaveContentResp 保存草稿响应体
|