swagger: "2.0" info: title: beego Test API description: | beego has a very cool tools to autogenerate documents for your API version: 1.0.0 termsOfService: http://web.me/ contact: email: astaxie@gmail.com license: name: Apache 2.0 url: http://www.apache.org/licenses/LICENSE-2.0.html basePath: /adminapi paths: /banner/upload: post: tags: - banner description: |- 图片上传接口
operationId: BannerController.图片上传 parameters: - in: query name: File description: 文件 required: true type: file responses: "200": description: 新增成功 /business_conf/code_encrypt: get: tags: - business_conf description: |- 商家编码加密
operationId: BusinessConfOpenController.商家编码加密 responses: "200": description: Ret=200 获取成功 /business_conf/fetch: get: tags: - business_conf description: |- 获取配置
operationId: BusinessConfController.获取配置 responses: "200": description: Ret=200 获取成功 /business_conf/save: post: tags: - business_conf description: |- 保存配置
operationId: BusinessConfController.保存配置 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/map[string]interface{}' responses: "200": description: Ret=200 操作成功 /chart_framework/add: post: tags: - chart_framework description: |- 新增框架
operationId: ChartFrameworkController.新增框架 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartFrameworkAddReq' responses: "200": description: Ret=200 操作成功 /chart_framework/detail: get: tags: - chart_framework description: |- 框架详情
operationId: ChartFrameworkController.框架详情 parameters: - in: query name: ChartFrameworkId description: 框架ID required: true type: integer format: int64 responses: "200": description: Ret=200 操作成功 /chart_framework/edit: post: tags: - chart_framework description: |- 编辑框架
operationId: ChartFrameworkController.编辑框架 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartFrameworkEditReq' responses: "200": description: Ret=200 操作成功 /chart_framework/edit_public: post: tags: - chart_framework description: |- 公开/隐藏框架
operationId: ChartFrameworkController.公开/隐藏框架 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartFrameworkEditPublicReq' responses: "200": description: Ret=200 操作成功 /chart_framework/list: get: tags: - chart_framework description: |- 列表
operationId: ChartFrameworkController.列表 parameters: - in: query name: AdminId description: 创建人ID type: integer format: int64 - in: query name: Visibility description: '范围: 0-所有; 1-私有; 2-公开' type: integer format: int64 - in: query name: Keyword description: 关键词 type: string responses: "200": description: Ret=200 获取成功 /chart_framework/move: post: tags: - chart_framework description: |- 移动排序
operationId: ChartFrameworkController.移动排序 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartFrameworkMoveReq' responses: "200": description: Ret=200 操作成功 /chart_framework/public_menu: get: tags: - chart_framework description: |- 公开框架目录
operationId: ChartFrameworkController.公开框架目录 responses: "200": description: Ret=200 获取成功 /chart_framework/remove: post: tags: - chart_framework description: |- 删除视频
operationId: ChartFrameworkController.删除框架 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartFrameworkRemoveReq' responses: "200": description: Ret=200 操作成功 /chart_framework/rename: post: tags: - chart_framework description: |- 重命名框架
operationId: ChartFrameworkController.重命名框架 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartFrameworkRenameReq' responses: "200": description: Ret=200 操作成功 /classify/add: post: tags: - classify description: |- 新增分类
operationId: ClassifyController.新增分类接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ClassifyAddReq' responses: "200": description: 新增成功 /classify/checkDeleteClassify: get: tags: - classify description: |- 删除分类-信息检测,是否符合删除条件
operationId: ClassifyController.删除分类-检测接口 parameters: - in: query name: ClassifyId description: 分类ID required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.CheckDeleteClassifyResp' /classify/delete: post: tags: - classify description: |- 删除分类
operationId: ClassifyController.删除分类接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.DeleteClassifyReq' responses: "200": description: Ret=200,删除成功 /classify/edit: post: tags: - classify description: |- 修改分类
operationId: ClassifyController.修改分类接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EditClassifyReq' responses: "200": description: Ret=200,修改成功 /classify/findById: get: tags: - classify description: |- 根据id获取分类详情
operationId: ClassifyController.根据id获取分类详情接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.FindByIdClassifyReq' responses: "200": description: "" schema: $ref: '#/definitions/models.Classify' /classify/list: get: tags: - classify description: |- 获取分类列表
operationId: ClassifyController.获取分类列表 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: KeyWord description: 检索关键词 required: true type: string - in: query name: CompanyType description: 产品类型,枚举值:'ficc','权益';不传默认返回全部 type: string - in: query name: HideDayWeek description: 是否隐藏晨周报 type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.Classify' /classify/parent: get: tags: - classify description: |- 获取父级分类
operationId: ClassifyController.获取父级分类接口 responses: "200": description: "" schema: $ref: '#/definitions/models.Classify' /classify/permission/edit: post: tags: - classify description: |- 编辑分类权限
operationId: ClassifyController.编辑分类权限 parameters: - in: query name: ClassifyId description: 分类id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.EditClassifyPermissionReq' /classify/permission_list: get: tags: - classify description: |- 获取分类权限列表
operationId: ClassifyController.获取分类权限列表 parameters: - in: query name: ClassifyId description: 分类id required: true type: integer format: int64 responses: "200": description: "" schema: type: array items: $ref: '#/definitions/models.ChartPermissionSearchKeyWordMapping' /classify/tel_list: get: tags: - classify description: |- 含电话会分类列表
operationId: ClassifyController.含电话会分类列表 responses: "200": description: "" schema: $ref: '#/definitions/models.Classify' /cloud_disk/batch_delete: post: tags: - cloud_disk description: |- 批量删除
operationId: CloudDiskController.批量删除 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.CloudDiskBatchDeleteReq' responses: "200": description: Ret=200 操作成功 /cloud_disk/list: get: tags: - cloud_disk description: |- 云盘列表
operationId: CloudDiskController.云盘列表 parameters: - in: query name: MenuId description: 目录ID type: integer format: int64 - in: query name: Keyword description: 关键词 type: string - in: query name: SortType description: '排序方式: 0-默认; 1-创建时间倒序; 2-创建时间正序' type: integer format: int64 responses: "200": description: Ret=200 获取成功 /cloud_disk/menu/create: post: tags: - cloud_disk description: |- 创建文件夹
operationId: CloudDiskController.创建文件夹 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.CloudDiskMenuCreateReq' responses: "200": description: Ret=200 操作成功 /cloud_disk/menu/delete: post: tags: - cloud_disk description: |- 删除文件夹
operationId: CloudDiskController.删除文件夹 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.CloudDiskMenuDeleteReq' responses: "200": description: Ret=200 操作成功 /cloud_disk/menu/download: get: tags: - cloud_disk description: |- 目录文件打包下载
operationId: CloudDiskController.目录文件打包下载 parameters: - in: query name: MenuId description: 目录ID required: true type: integer format: int64 responses: "200": description: Ret=200 操作成功 /cloud_disk/menu/rename: post: tags: - cloud_disk description: |- 重命名文件夹
operationId: CloudDiskController.重命名文件夹 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.CloudDiskMenuRenameReq' responses: "200": description: Ret=200 操作成功 /cloud_disk/menu/resources: get: tags: - cloud_disk description: |- 获取目录下所有文件
operationId: CloudDiskController.目录文件 parameters: - in: query name: MenuId description: 目录ID required: true type: integer format: int64 responses: "200": description: Ret=200 获取成功 /cloud_disk/menu/tree: get: tags: - cloud_disk description: |- 目录分类树
operationId: CloudDiskController.目录分类树 responses: "200": description: Ret=200 获取成功 /cloud_disk/resource/check_repeat: post: tags: - cloud_disk description: |- 校验目录下文件重名
operationId: CloudDiskController.校验目录下文件重名 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.CloudDiskCheckResourceRepeatReq' responses: "200": description: Ret=200 操作成功 /cloud_disk/resource/delete: post: tags: - cloud_disk description: |- 删除文件
operationId: CloudDiskController.删除文件 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.CloudDiskResourceDeleteReq' responses: "200": description: Ret=200 操作成功 /cloud_disk/resource/rename: post: tags: - cloud_disk description: |- 重命名文件
operationId: CloudDiskController.重命名文件 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.CloudDiskResourceRenameReq' responses: "200": description: Ret=200 操作成功 /cloud_disk/resource/upload: post: tags: - cloud_disk description: |- 上传文件
operationId: CloudDiskController.上传文件 parameters: - in: query name: MenuId description: 目录ID required: true type: integer format: int64 - in: query name: File description: 文件 required: true type: file responses: "200": description: Ret=200 操作成功 /correlation/chart_classify/add: post: tags: - correlation description: |- 新增相关性图表分类接口
operationId: CorrelationChartClassifyController.新增相关性图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddChartClassifyReq' responses: "200": description: Ret=200 保存成功 /correlation/chart_classify/delete: post: tags: - correlation description: |- 删除相关性图表分类/图表接口
operationId: CorrelationChartClassifyController.删除相关性图表分类/图表 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DeleteChartClassifyReq' responses: "200": description: Ret=200 删除成功 /correlation/chart_classify/delete/check: post: tags: - correlation description: |- 删除图表检测接口
operationId: CorrelationChartClassifyController.删除图表检测接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartClassifyDeleteCheckResp' responses: "200": description: Ret=200 检测成功 /correlation/chart_classify/edit: post: tags: - correlation description: |- 修改相关性图表分类接口
operationId: CorrelationChartClassifyController.修改相关性图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartClassifyReq' responses: "200": description: Ret=200 修改成功 /correlation/chart_classify/items: get: tags: - correlation description: |- 获取所有相关性图表分类接口-不包含图表
operationId: CorrelationChartClassifyController.获取所有相关性图表分类接口-不包含图表 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /correlation/chart_classify/list: get: tags: - correlation description: |- 相关性图表分类列表接口
operationId: CorrelationChartClassifyController.相关性图表分类列表 parameters: - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean - in: query name: Source description: 图表类型,3:相关性,4:滚动相关性 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /correlation/chart_classify/move: post: tags: - correlation description: |- 相关性图表分类移动接口
operationId: CorrelationChartClassifyController.相关性图表分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveChartClassifyReq' /correlation/chart_info/add: post: tags: - correlation description: |- 新增图表接口
operationId: CorrelationChartInfoController.新增图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddChartInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddChartInfoResp' /correlation/chart_info/copy: post: tags: - correlation description: |- 新增图表接口
operationId: CorrelationChartInfoController.复制并新增图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.CopyAddChartInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddChartInfoResp' /correlation/chart_info/detail: get: tags: - correlation description: |- 获取图表详情接口
operationId: CorrelationChartInfoController.获取图表详情 parameters: - in: query name: ChartInfoId description: 图表id required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string - in: query name: Calendar description: 公历/农历 required: true type: string - in: query name: SeasonStartDate description: 季节性图开始日期 required: true type: string - in: query name: SeasonEndDate description: 季节性图结束日期 required: true type: string - in: query name: EdbInfoId description: 指标ID,多个用英文逗号隔开 required: true type: string - in: query name: ChartType description: 生成样式:1:曲线图,2:季节性图 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailResp' /correlation/chart_info/detail/from_unique_code: get: tags: - correlation description: |- 根据编码获取图表详情接口
operationId: CorrelationChartInfoController.根据编码获取图表详情 parameters: - in: query name: UniqueCode description: 图表唯一编码,如果是管理后台访问,传固定字符串:7c69b590249049942070ae9dcd5bf6dc required: true type: integer format: int64 - in: query name: IsCache description: 是否走缓存,默认false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailFromUniqueCodeResp' /correlation/chart_info/edit: post: tags: - correlation description: |- 编辑图表接口
operationId: CorrelationChartInfoController.编辑图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartInfoReq' responses: Ret=200: description: 保存成功 /correlation/chart_info/en/edit: post: tags: - correlation description: |- 编辑图表英文信息接口
operationId: CorrelationChartInfoController.编辑图表英文信息接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartEnInfoReq' responses: Ret=200: description: 编辑成功 /correlation/chart_info/list: get: tags: - correlation description: |- 相关性图表列表接口
operationId: CorrelationChartInfoController.相关性图表列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ChartClassifyId description: 分类id required: true type: integer format: int64 - in: query name: Keyword description: 搜索关键词 required: true type: string - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean - in: query name: Source description: 图表类型,3:相关性,4:滚动相关性 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartListResp' /correlation/chart_info/move: post: tags: - correlation description: |- 移动图表接口
operationId: CorrelationChartInfoController.移动图表接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveChartInfoReq' /correlation/chart_info/newest: get: tags: - correlation description: |- 获取最新图表接口
operationId: CorrelationChartInfoController.获取最新图表接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoList' /correlation/chart_info/preview: post: tags: - correlation description: |- 相关性图表-获取预览数据
operationId: CorrelationChartInfoController.相关性图表-预览数据 parameters: - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string - in: query name: LeadValue description: 领先值 required: true type: integer format: int64 - in: query name: LeadUnit description: 领先单位:年,天,月,季,周 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartEdbInfoDetailResp' /correlation/chart_info/refresh: get: tags: - correlation description: |- 图表刷新接口
operationId: CorrelationChartInfoController.图表刷新接口 parameters: - in: query name: ChartInfoId description: 图表id required: true type: integer format: int64 - in: query name: UniqueCode description: 唯一code required: true type: string responses: Ret=200: description: 刷新成功 /correlation/chart_info/search_by_es: get: tags: - correlation description: |- 图表模糊搜索(从es获取)
operationId: CorrelationChartInfoController.图表模糊搜索(从es获取) parameters: - in: query name: Keyword description: 图表名称 required: true type: string - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean - in: query name: Source description: 来源,3:相关性,4:滚动相关性,默认0:全部 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfo' /custom/permission/list: get: tags: - custom description: |- 获取权限设置基础信息接口
operationId: CompanyPermissionController.获取权限设置基础信息 parameters: - in: query name: CompanyType description: 客户类型:传空字符串或者不传为全部,'ficc','权益' required: true type: string - in: query name: NoUpgrade description: 是否不展示升级权限,默认为 false type: boolean responses: "200": description: "" schema: $ref: '#/definitions/company.PermissionSetResp' /custom/permission/variety: get: tags: - custom description: |- 品种接口
operationId: CompanyPermissionController.品种 parameters: - in: query name: CompanyType description: 客户类型:传空字符串或者不传为全部,'ficc','权益' required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/company.PermissionVarietyResp' /custom/seller/check/listV2: get: tags: - custom description: |- 获取组长/组员下销售(根据部门、分组)接口
operationId: CompanySellerController.获取组长/组员下销售(根据部门、分组) parameters: - in: query name: AllSeller description: 是否获取部门所有的销售信息 required: true type: boolean - in: query name: Status description: 客户状态 1:流失 0:非流失 required: true type: integer format: int64 - in: query name: AllEnabled description: 是否获取包含禁用的用户 required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/company.DepartmentGroupSellersResp' /custom_analysis/add: post: tags: - custom_analysis description: |- 新增表格接口
operationId: CustomAnalysisController.新增表格接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddExcelInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/response.AddExcelInfoResp' /custom_analysis/edb/add: post: tags: - custom_analysis description: |- 新增指标接口
operationId: CustomAnalysisController.新增指标接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddEdb' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddEdbInfoResp' /custom_analysis/edb/edit: post: tags: - custom_analysis description: |- 编辑指标接口
operationId: CustomAnalysisController.编辑指标接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.EditEdb' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddEdbInfoResp' /custom_analysis/edb/list: get: tags: - custom_analysis description: |- 指标列表
operationId: CustomAnalysisController.指标列表 parameters: - in: query name: ExcelInfoId description: excel的id required: true type: integer format: int64 responses: "200": description: "" schema: type: array items: $ref: '#/definitions/excel.ExcelEdbMappingItem' /custom_analysis/edb/refresh: get: tags: - custom_analysis description: |- 指标列表
operationId: CustomAnalysisController.指标列表 parameters: - in: query name: ExcelInfoId description: excel的id required: true type: integer format: int64 responses: "200": description: "" schema: type: array items: $ref: '#/definitions/excel.ExcelEdbMappingItem' /custom_analysis/excel/base: get: tags: - custom_analysis description: |- 根据excel名称获取表格详情(基础信息+第一页初始化数据)
operationId: CustomAnalysisController.根据excel名称获取表格详情(基础信息+第一页初始化数据) parameters: - in: query name: UniqueCode description: excel唯一编码 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/response.ExcelListResp' /custom_analysis/excel/data: get: tags: - custom_analysis description: |- 根据excel名称获取表格详情(基础信息+第一页初始化数据)
operationId: CustomAnalysisController.根据excel名称获取表格详情(基础信息+第一页初始化数据) parameters: - in: query name: UniqueCode description: excel唯一编码 required: true type: string - in: query name: Page description: 页码 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.ExcelListResp' /custom_analysis/excel_by_name: get: tags: - custom_analysis description: |- 根据excel名称获取表格详情(基础信息+第一页初始化数据)
operationId: CustomAnalysisController.根据excel名称获取表格详情(基础信息+第一页初始化数据) parameters: - in: query name: ExcelName description: 搜索关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/response.ExcelListResp' /custom_analysis/save: post: tags: - custom_analysis description: |- 保存表格接口
operationId: CustomAnalysisController.保存表格接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddExcelInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/response.AddExcelInfoResp' /datamanage/baiinfo/classify: get: tags: - datamanage description: |- 百川盈孚数据分类接口
operationId: EdbInfoController.百川盈孚数据分类 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.BaiinfoClassify' /datamanage/baiinfo/classify/add: post: tags: - datamanage description: |- 新增分类接口
operationId: EdbInfoController.新增分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddBaseFromBaiinfoClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/baiinfo/classify/del: post: tags: - datamanage description: |- 删除分类接口
operationId: EdbInfoController.删除分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DelBaseFromBaiinfoClassifyReq' responses: "200": description: Ret=200 删除成功 /datamanage/baiinfo/classify/edit: post: tags: - datamanage description: |- 修改分类接口
operationId: EdbInfoController.修改分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditBaseFromMysteelChemicalClassifyReq' responses: "200": description: Ret=200 修改成功 /datamanage/baiinfo/classify/move: post: tags: - datamanage description: |- 分类移动接口
operationId: EdbInfoController.分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveBaseFromMysteelChemicalClassifyReq' /datamanage/baiinfo/classify/name: get: tags: - datamanage description: |- 百川盈孚数据分类名称查询接口
operationId: EdbInfoController.百川盈孚数据分类名称查询 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.BaiinfoClassify' /datamanage/baiinfo/data: get: tags: - datamanage description: |- 获取钢联数据接口
operationId: EdbInfoController.获取钢联数据 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ClassifyId description: 分类id required: true type: string - in: query name: Frequency description: 频度名称 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/baiinfo/del: post: tags: - datamanage description: |- 删除指标接口
operationId: EdbInfoController.删除指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DelBaseFromBaiinfoReq' responses: "200": description: Ret=200 删除成功 /datamanage/baiinfo/edit: post: tags: - datamanage description: |- 编辑百川盈孚指标接口
operationId: EdbInfoController.编辑百川盈孚指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddEdbClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/baiinfo/frequency: get: tags: - datamanage description: |- 百川盈孚数据频度接口
operationId: EdbInfoController.百川盈孚数据频度 parameters: - in: query name: ClassifyId description: 分类Id required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/baiinfo/move: post: tags: - datamanage description: |- SCI指标移动接口
operationId: EdbInfoController.SCI指标移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveBaseFromBaiinfoReq' /datamanage/baiinfo/reset: post: tags: - datamanage description: |- 指标数据清除分类
operationId: EdbInfoController.指标数据清除分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DelBaseFromBaiinfoReq' responses: "200": description: Ret=200 操作成功 /datamanage/baiinfo/search_list: get: tags: - datamanage description: |- SCI模糊搜索
operationId: EdbInfoController.SCI模糊搜索 parameters: - in: query name: Keyword description: 关键字搜索 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.BaseResponse' /datamanage/baiinfo/single_data: get: tags: - datamanage description: |- 获取baiinfo单条数据接口
operationId: EdbInfoController.获取Baiinfo数据 parameters: - in: query name: IndexCode description: 指标唯一编码 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.BaseResponse' /datamanage/base_from_national_statistics/classify_list: get: tags: - datamanage description: |- 指标分类列表
operationId: BaseFromNationalStatisticsController.指标分类列表 parameters: - in: query name: Dbcode description: 数据库编码 required: true type: string responses: "200": description: Ret=200 获取成功 /datamanage/base_from_national_statistics/db_list: get: tags: - datamanage description: |- 数据库列表
operationId: BaseFromNationalStatisticsController.数据库列表 responses: "200": description: Ret=200 获取成功 /datamanage/base_from_national_statistics/index_detail: get: tags: - datamanage description: |- 指标详情
operationId: BaseFromNationalStatisticsController.指标详情 parameters: - in: query name: ClassifyId description: 指标分类ID type: integer format: int64 - in: query name: IndexId description: 指标ID type: integer format: int64 - in: query name: Reg description: 地区 type: string - in: query name: IsExport description: 是否导出 type: boolean responses: "200": description: Ret=200 获取成功 /datamanage/base_from_national_statistics/index_list: get: tags: - datamanage description: |- 指标列表
operationId: BaseFromNationalStatisticsController.指标列表 parameters: - in: query name: Dbcode description: 数据库编码 required: true type: string - in: query name: ClassifyId description: 指标分类ID type: integer format: int64 - in: query name: Keywords description: 关键词-指标名称/指标ID type: string responses: "200": description: Ret=200 获取成功 /datamanage/chart_classify/add: post: tags: - datamanage description: |- 新增图表分类接口
operationId: ChartClassifyController.新增图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddChartClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/chart_classify/chart/list: get: tags: - datamanage description: |- 根据图表分类获取图表列表接口
operationId: ChartClassifyController.根据图表分类获取图表列表 parameters: - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean - in: query name: ChartClassifyId description: 图片分类id required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /datamanage/chart_classify/delete: post: tags: - datamanage description: |- 删除图表分类/图表接口
operationId: ChartClassifyController.删除图表分类/图表 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DeleteChartClassifyReq' responses: "200": description: Ret=200 删除成功 /datamanage/chart_classify/delete/check: post: tags: - datamanage description: |- 删除图表检测接口
operationId: ChartClassifyController.删除图表检测接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartClassifyDeleteCheckResp' responses: "200": description: Ret=200 检测成功 /datamanage/chart_classify/edit: post: tags: - datamanage description: |- 修改图表分类接口
operationId: ChartClassifyController.修改图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartClassifyReq' responses: "200": description: Ret=200 修改成功 /datamanage/chart_classify/items: get: tags: - datamanage description: |- 获取所有图表分类接口-不包含图表
operationId: ChartClassifyController.获取所有图表分类接口-不包含图表 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /datamanage/chart_classify/list: get: tags: - datamanage description: |- 图表分类列表接口
operationId: ChartClassifyController.图表分类列表 parameters: - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /datamanage/chart_classify/move: post: tags: - datamanage description: |- 图表分类移动接口
operationId: ChartClassifyController.图表分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveChartClassifyReq' /datamanage/chart_info/add: post: tags: - datamanage description: |- 新增图表接口
operationId: ChartInfoController.新增图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddChartInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddChartInfoResp' /datamanage/chart_info/base64Upload: post: tags: - datamanage parameters: - in: query name: Img description: 图片 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ResourceResp' /datamanage/chart_info/batch_refresh: post: tags: - datamanage description: |- 批量刷新图表接口
operationId: EdbInfoController.批量刷新图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.BatchChartRefreshReq' responses: Ret=200: description: 刷新成功 /datamanage/chart_info/common/detail/from_unique_code: get: tags: - datamanage description: |- 根据编码获取图表详情接口
operationId: ChartInfoController.根据编码获取图表详情 parameters: - in: query name: UniqueCode description: 图表唯一编码,如果是管理后台访问,传固定字符串:7c69b590249049942070ae9dcd5bf6dc required: true type: integer format: int64 - in: query name: IsCache description: 是否走缓存,默认false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailFromUniqueCodeResp' /datamanage/chart_info/copy: post: tags: - datamanage description: |- 新增图表接口
operationId: ChartInfoController.复制并新增图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.CopyAddChartInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddChartInfoResp' /datamanage/chart_info/detail: get: tags: - datamanage description: |- 获取图表详情接口
operationId: ChartInfoController.获取图表详情 parameters: - in: query name: ChartInfoId description: 图表id required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string - in: query name: Calendar description: 公历/农历 required: true type: string - in: query name: SeasonStartDate description: 季节性图开始日期 required: true type: string - in: query name: SeasonEndDate description: 季节性图结束日期 required: true type: string - in: query name: EdbInfoId description: 指标ID,多个用英文逗号隔开 required: true type: string - in: query name: ChartType description: 生成样式:1:曲线图,2:季节性图 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailResp' /datamanage/chart_info/detail/from_unique_code: get: tags: - datamanage description: |- 根据编码获取图表详情接口
operationId: ChartInfoController.根据编码获取图表详情 parameters: - in: query name: UniqueCode description: 图表唯一编码,如果是管理后台访问,传固定字符串:7c69b590249049942070ae9dcd5bf6dc required: true type: integer format: int64 - in: query name: IsCache description: 是否走缓存,默认false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailFromUniqueCodeResp' /datamanage/chart_info/detail/preview: post: tags: - datamanage description: |- 获取图表详情接口(预览)
operationId: ChartInfoController.获取图表详情(预览) parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.PreviewChartInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailResp' /datamanage/chart_info/detail/v2: get: tags: - datamanage description: |- 获取图表详情接口
operationId: ChartInfoController.获取图表详情 parameters: - in: query name: ChartInfoId description: 图表id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailResp' /datamanage/chart_info/edb_info/detail: get: tags: - datamanage description: |- 图表-获取指标详情接口
operationId: ChartInfoController.图表-获取指标详情 parameters: - in: query name: EdbInfoId description: 指标ID required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:自定义起始时间至今,7:18年至今,8:19年至今,9:20年至今 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string - in: query name: EdbInfoType description: 1:标准指标,0:领先指标,默认为标准指标 required: true type: integer format: int64 - in: query name: LeadValue description: 领先值 required: true type: integer format: int64 - in: query name: LeadUnit description: 领先单位:天,月,季,周 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartEdbInfoDetailResp' /datamanage/chart_info/edb_info/search: get: tags: - datamanage description: |- 图表指标模糊搜索接口
operationId: ChartInfoController.图表指标模糊搜索 parameters: - in: query name: KeyWord description: 指标名称/ID required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartEdbInfo' /datamanage/chart_info/edit: post: tags: - datamanage description: |- 编辑图表接口
operationId: ChartInfoController.编辑图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartInfoReq' responses: Ret=200: description: 保存成功 /datamanage/chart_info/en/edit: post: tags: - datamanage description: |- 编辑图表英文信息接口
operationId: ChartInfoController.编辑图表英文信息接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartEnInfoReq' responses: Ret=200: description: 编辑成功 /datamanage/chart_info/image/set: post: tags: - datamanage description: |- 设置图表图片接口
operationId: ChartInfoController.设置图表图片 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.SetChartInfoImageReq' responses: Ret=200: description: 保存成功 /datamanage/chart_info/move: post: tags: - datamanage description: |- 移动图表接口
operationId: ChartInfoController.移动图表接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveChartInfoReq' /datamanage/chart_info/newest: get: tags: - datamanage description: |- 获取最新图表接口
operationId: ChartInfoController.获取最新图表接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoList' /datamanage/chart_info/preview/time_section: post: tags: - datamanage description: |- 图表-获取指标详情接口
operationId: ChartInfoController.图表-获取预览的截面散点图数据 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.SectionScatter' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartEdbInfoDetailResp' /datamanage/chart_info/preview_bar: post: tags: - datamanage description: |- 图表-获取指标详情接口
operationId: ChartInfoController.图表-获取预览的柱方图数据 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.BarChartInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartEdbInfoDetailResp' /datamanage/chart_info/refresh: get: tags: - datamanage description: |- 图表刷新接口
operationId: EdbInfoController.图表刷新接口 parameters: - in: query name: ChartInfoId description: 图表id required: true type: integer format: int64 - in: query name: UniqueCode description: 唯一code required: true type: string responses: Ret=200: description: 刷新成功 /datamanage/chart_info/save: post: tags: - datamanage description: |- 保存图表接口
operationId: ChartInfoController.保存图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.SaveChartInfoReq' responses: Ret=200: description: 返回图表id /datamanage/chart_info/search: get: tags: - datamanage description: |- 图表模糊搜索接口
operationId: ChartInfoController.图表模糊搜索 parameters: - in: query name: KeyWord description: 图表名称 required: true type: string - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfo' /datamanage/chart_info/search_by_es: get: tags: - datamanage description: |- 图表模糊搜索(从es获取)
operationId: ChartInfoController.图表模糊搜索(从es获取) parameters: - in: query name: Keyword description: 图表名称 required: true type: string - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfo' /datamanage/classify/add: post: tags: - datamanage description: |- 新增分类接口
operationId: EdbClassifyController.新增分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddEdbClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/classify/delete: post: tags: - datamanage description: |- 删除分类/指标接口
operationId: EdbClassifyController.删除分类/指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DeleteEdbClassifyReq' responses: "200": description: Ret=200 新增成功 /datamanage/classify/delete/check: post: tags: - datamanage description: |- 删除检测接口
operationId: EdbClassifyController.删除检测接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ClassifyDeleteCheckReq' responses: "200": description: Ret=200 检测成功 /datamanage/classify/edb_info/list: get: tags: - datamanage description: |- 获取分类下指标接口
operationId: EdbClassifyController.获取分类下指标接口 parameters: - in: query name: ClassifyId description: 分类id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/classify/edit: post: tags: - datamanage description: |- 修改分类接口
operationId: EdbClassifyController.修改分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditEdbClassifyReq' responses: "200": description: Ret=200 修改成功 /datamanage/classify/items: get: tags: - datamanage description: |- 获取所有分类接口-不包含指标
operationId: EdbClassifyController.获取所有分类接口-不包含指标 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/classify/items/v2: get: tags: - datamanage description: |- 分类列表接口
operationId: EdbClassifyController.分类列表 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/classify/items/v3: get: tags: - datamanage description: |- 分类列表接口
operationId: EdbClassifyController.分类列表 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/classify/list: get: tags: - datamanage description: |- 分类列表接口
operationId: EdbClassifyController.分类列表 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/classify/simple: get: tags: - datamanage description: |- 单层分类列表
operationId: EdbClassifyController.单层分类列表 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/classify/tree: get: tags: - datamanage description: |- 多层分类列表树
operationId: EdbClassifyController.多层分类列表树 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/com_trade/country/list: get: tags: - datamanage description: |- UN国家列表接口
operationId: EdbInfoController.UN国家列表 responses: "200": description: "" schema: type: array items: $ref: '#/definitions/data_manage.ComTradeCountryItem' /datamanage/com_trade/data/list: get: tags: - datamanage description: |- UN数据列表接口
operationId: EdbInfoController.UN数据列表 parameters: - in: query name: PageSize description: 每页页码数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页码 required: true type: integer format: int64 - in: query name: IndexCode description: 指标code required: true type: string - in: query name: Year description: 年份 required: true type: string - in: query name: Date description: 日期 required: true type: string - in: query name: Flow description: 贸易流向:X(Export:出口);M(Import:进口) required: true type: string - in: query name: ReporterCode description: 出口国id required: true type: string - in: query name: PartnerCode description: 进口国id required: true type: string - in: query name: Partner2Code description: 第2进口国id required: true type: string - in: query name: DateType description: 日期类型,0:所有,1:年度,2:月度 required: true type: integer format: int64 - in: query name: SortParam description: 排序字段参数,用来排序的字段, 枚举值:'data_time':日期 type: string - in: query name: SortType description: 如何排序,是正序还是倒序,枚举值:`asc 正序`,`desc 倒叙` required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ComTradeDataListResp' /datamanage/com_trade/list: get: tags: - datamanage description: |- UN指标列表接口
operationId: EdbInfoController.UN指标列表 parameters: - in: query name: Keyword description: 关键字搜索 required: true type: string responses: "200": description: "" schema: type: array items: $ref: '#/definitions/data_manage.ComTradeIndex' /datamanage/edb_chart/adminList: get: tags: - datamanage description: |- 获取创建人员分组
operationId: EdbInfoController.获取创建人员分组 parameters: - in: query name: Source description: 来源 :1:手工数据指标 2:钢联化工数据库 3:ETA指标库 4:ETA预测指标 5:图库 type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/company.DepartmentGroupSellersResp' /datamanage/edb_chart/change_user: post: tags: - datamanage description: |- 指标/图表创建人变更接口
operationId: EdbInfoController.指标/图表创建人变更接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartListResp' /datamanage/edb_chart/classify: get: tags: - datamanage description: |- 获取指标/图表分类列表数据接口
operationId: EdbInfoController.获取指标/图表分类列表数据接口 parameters: - in: query name: Source description: 来源 :1:手工数据指标 2:钢联化工数据库 3:ETA指标库 4:ETA预测指标 5:图库 type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartListResp' /datamanage/edb_chart/list: get: tags: - datamanage description: |- 获取指标/图表创建人列表数据接口
operationId: EdbInfoController.获取指标/图表创建人列表数据接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: Source description: 来源 :1:手工数据指标 2:钢联化工数据库 3:ETA指标库 4:ETA预测指标 5:图库 type: integer format: int64 - in: query name: Keyword description: 关键字,code或者名称 type: string - in: query name: Classify description: 分类id type: string - in: query name: UserId description: 创建人id type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartListResp' /datamanage/edb_classify/move: post: tags: - datamanage description: |- 分类移动接口
operationId: EdbClassifyController.分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveEdbClassifyReq' /datamanage/edb_data/table/detail: get: tags: - datamanage description: |- 指标筛选接口
operationId: EdbInfoController.指标筛选接口 parameters: - in: query name: EdbInfoId description: 指标id type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoList' /datamanage/edb_info/add: post: tags: - datamanage description: |- 新增指标接口
operationId: EdbInfoController.新增指标接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddEdbInfoReq' responses: Ret=200: description: 保存成功 /datamanage/edb_info/adjust/save: post: tags: - datamanage description: |- 保存数据调整接口
operationId: ChartInfoController.保存数据调整接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddPythonEdbReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddEdbInfoResp' /datamanage/edb_info/calculate/batch/edit: post: tags: - datamanage description: |- 累计值转月-同比值-同差等计算编辑接口
operationId: ChartInfoController.累计值转月-同比值-同差等计算编辑 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EdbInfoCalculateBatchEditReq' responses: Ret=200: description: 返回指标id /datamanage/edb_info/calculate/batch/reset: post: tags: - datamanage description: |- 累计值转月-同比值-同差等重新计算接口
operationId: ChartInfoController.累计值转月-同比值-同差等重新计算 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EdbInfoCalculateBatchSaveReq' responses: Ret=200: description: 返回指标id /datamanage/edb_info/calculate/batch/save: post: tags: - datamanage description: |- 累计值转月-同比值-同差等计算新增接口
operationId: ChartInfoController.累计值转月-同比值-同差等计算新增 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EdbInfoCalculateBatchSaveReq' responses: Ret=200: description: 返回指标id /datamanage/edb_info/calculate/batch/save/batch: post: tags: - datamanage description: |- 批量添加 累计值转月-同比值-同差等计算新增接口
operationId: ChartInfoController.批量添加 累计值转月-同比值-同差等计算新增 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EdbInfoCalculateBatchSaveReq' responses: Ret=200: description: 返回指标id /datamanage/edb_info/calculate/compute_correlation: post: tags: - datamanage description: |- 拟合残差计算相关性接口
operationId: ChartInfoController.拟合残差计算相关性 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EdbInfoCalculateBatchSaveReq' responses: Ret=200: description: 返回指标id /datamanage/edb_info/calculate/detail: get: tags: - datamanage description: |- 获取计算指标详情接口
operationId: ChartInfoController.获取计算指标详情 parameters: - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.CalculateDetailResp' /datamanage/edb_info/calculate/edit: post: tags: - datamanage description: |- 修改计算指标接口
operationId: ChartInfoController.修改计算指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EdbInfoCalculateEditReq' responses: Ret=200: description: 返回图表id /datamanage/edb_info/calculate/mapping: get: tags: - datamanage description: |- 获取计算指标与基础指标关联
operationId: ChartInfoController.获取计算指标与基础指标关联 parameters: - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.CalculateDetailResp' /datamanage/edb_info/calculate/save: post: tags: - datamanage description: |- 生成计算指标接口
operationId: ChartInfoController.生成计算指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EdbInfoCalculateSaveReq' responses: Ret=200: description: 返回图表id /datamanage/edb_info/chart/list: get: tags: - datamanage description: |- 指标缩略图列表接口
operationId: EdbInfoController.指标缩略图列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ClassifyId description: 分类id required: true type: integer format: int64 - in: query name: AdminId description: 创建人id type: integer format: int64 - in: query name: IsOnlyMe description: 是否只看我的 type: boolean responses: "200": description: "" schema: $ref: '#/definitions/response.EdbInfoChartListResp' /datamanage/edb_info/data: get: tags: - datamanage description: |- 获取指标数据
operationId: ChartInfoController.获取指标数据 parameters: - in: query name: EdbInfoId description: 指标ID required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:自定义起始时间至今,7:18年至今,8:19年至今,9:20年至今,10:全部 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoDataResp' /datamanage/edb_info/data/seasonal: get: tags: - datamanage description: |- 获取指标数据
operationId: ChartInfoController.获取指标数据(季节性) parameters: - in: query name: EdbInfoId description: 指标ID required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:自定义起始时间至今,7:18年至今,8:19年至今,9:20年至今,10:全部 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string - in: query name: Calendar description: 公历/农历 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoDataResp' /datamanage/edb_info/data/tb: get: tags: - datamanage description: |- 获取指标数据
operationId: ChartInfoController.获取指标数据同比值 parameters: - in: query name: EdbInfoId description: 指标ID required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:自定义起始时间至今,7:18年至今,8:19年至今,9:20年至今,10:全部 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoDataResp' /datamanage/edb_info/date_data: get: tags: - datamanage description: |- 根据指标ID和具体日期获取对应日期的数据值
operationId: EdbInfoController.根据指标ID和具体日期获取对应日期的数据值 parameters: - in: query name: EdbInfoId description: 指标id type: integer format: int64 - in: query name: Date description: 日期 type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoList' /datamanage/edb_info/date_data/before_after: get: tags: - datamanage description: |- 根据指标ID和具体日期获取对应日期的数据值+前后几期
operationId: EdbInfoController.根据指标ID和具体日期获取对应日期的数据值+前后几期 parameters: - in: query name: EdbInfoId description: 指标id type: integer format: int64 - in: query name: Date description: 日期 type: string - in: query name: Num description: 前后几期数据 type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoList' /datamanage/edb_info/detail: get: tags: - datamanage description: |- 获取指标详情接口
operationId: EdbInfoController.获取指标详情 parameters: - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfo' /datamanage/edb_info/edit: post: tags: - datamanage description: |- 编辑指标接口
operationId: EdbInfoController.编辑指标接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EditEdbInfoReq' /datamanage/edb_info/en/edit: post: tags: - datamanage description: |- 编辑指标英文信息接口
operationId: EdbInfoController.编辑指标英文信息接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EditEdbEnInfoReq' /datamanage/edb_info/exist/check: get: tags: - datamanage description: |- 新增指标-检验指标是否存在接口
operationId: EdbInfoController.新增指标-检验指标是否存在接口 parameters: - in: query name: Source description: 来源:1:同花顺,2:wind required: true type: integer format: int64 - in: query name: SubSource description: 子数据来源:0:经济数据库,1:日期序列 required: true type: integer format: int64 - in: query name: EdbCode description: 指标编码/指标代码 type: string - in: query name: SecuritiesCode description: 证券代码 type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoExistCheckResp' /datamanage/edb_info/filter: get: tags: - datamanage description: |- 指标筛选接口
operationId: EdbInfoController.指标筛选接口 parameters: - in: query name: KeyWord description: 搜索关键词:指标ID/指标名称 type: string - in: query name: FilterSource description: 搜索来源:1:其他搜索,2:累计值转月值搜索,3:变频,4:基础指标 type: integer format: int64 - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoList' /datamanage/edb_info/filter_by_es: get: tags: - datamanage description: |- 指标筛选接口
operationId: EdbInfoController.指标筛选接口 parameters: - in: query name: KeyWord description: 搜索关键词:指标ID/指标名称 type: string - in: query name: FilterSource description: 搜索来源:1:其他搜索,2:累计值转月值搜索,3:变频,4:基础指标,5:同比 type: integer format: int64 - in: query name: Frequency description: 频度 type: string - in: query name: IsAddPredictEdb description: 是否查询添加预测指标 type: boolean - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoList' /datamanage/edb_info/filter_by_es/all: get: tags: - datamanage description: |- 所有指标筛选接口
operationId: EdbInfoController.所有指标筛选接口 parameters: - in: query name: KeyWord description: 搜索关键词:指标ID/指标名称 type: string - in: query name: FilterSource description: 搜索来源:1:其他搜索,2:累计值转月值搜索,3:变频,4:基础指标,5:同比 type: integer format: int64 - in: query name: Frequency description: 频度 type: string - in: query name: IsAddPredictEdb description: 是否查询添加预测指标 type: boolean - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoList' /datamanage/edb_info/image/set: post: tags: - datamanage description: |- 设置指标的图表图片接口
operationId: EdbInfoController.设置指标的图表图片 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.SetChartInfoImageReq' responses: Ret=200: description: 保存成功 /datamanage/edb_info/insert_config/set: post: tags: - datamanage description: |- 设置插入值接口
operationId: EdbInfoController.设置插入值接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EditEdbEnInfoReq' /datamanage/edb_info/list: get: tags: - datamanage description: |- 指标列表接口
operationId: EdbInfoController.指标列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词:指标ID/指标名称 type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoListResp' /datamanage/edb_info/modify: post: tags: - datamanage description: |- 编辑指标接口
operationId: EdbInfoController.修改指标信息接口 responses: "200": description: string "操作成功" /datamanage/edb_info/move: post: tags: - datamanage description: |- 移动指标接口
operationId: EdbInfoController.移动指标接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveEdbInfoReq' /datamanage/edb_info/newest: get: tags: - datamanage description: |- 获取最新指标接口
operationId: EdbInfoController.获取最新指标接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoList' /datamanage/edb_info/python/add: post: tags: - datamanage description: |- 添加python指标接口
operationId: ChartInfoController.添加python指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddPythonEdbReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddEdbInfoResp' /datamanage/edb_info/python/detail: get: tags: - datamanage description: |- 获取python代码接口
operationId: ChartInfoController.获取python代码 parameters: - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.PythonEdbDetailResp' /datamanage/edb_info/python/edit: post: tags: - datamanage description: |- 修改python运算指标接口
operationId: ChartInfoController.修改python运算指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddPythonEdbReq' responses: Ret=200: description: 返回成功 /datamanage/edb_info/python/exec: post: tags: - datamanage description: |- 执行python代码接口
operationId: ChartInfoController.执行python代码 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EdbInfoCalculateSaveReq' responses: Ret=200: description: 返回图表id /datamanage/edb_info/refresh: get: tags: - datamanage description: |- 指标刷新接口
operationId: EdbInfoController.指标刷新接口 parameters: - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 responses: Ret=200: description: 刷新成功 /datamanage/edb_info/refresh/all: get: tags: - datamanage description: |- 指标全部刷新接口
operationId: EdbInfoController.指标全部刷新接口 parameters: - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 responses: Ret=200: description: 全部刷新成功 /datamanage/edb_info/relation/chart_list: get: tags: - datamanage description: |- 获取ETA指标关联的图表列表接口
operationId: EdbInfoController.获取ETA指标关联的图表列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartListResp' /datamanage/edb_info/relation/edbinfo_list: get: tags: - datamanage description: |- 获取ETA指标关联的指标列表接口
operationId: EdbInfoController.获取ETA指标关联的指标列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartListResp' /datamanage/edb_info/replace: post: tags: - datamanage description: |- 替换指标
operationId: ChartInfoController.替换指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EdbInfoReplaceReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoDataResp' /datamanage/edb_info/replace/check: post: tags: - datamanage description: |- 指标一键刷新接口
operationId: EdbInfoController.指标一键刷新接口 responses: Ret=200: description: 更新成功 /datamanage/edb_info/search: get: tags: - datamanage description: |- 新增指标-查询指标信息接口
operationId: EdbInfoController.新增指标-查询指标信息接口 parameters: - in: query name: Source description: 来源:1:同花顺,2:wind,3:彭博 required: true type: integer format: int64 - in: query name: SubSource description: 子数据来源:0:经济数据库,1:日期序列 required: true type: integer format: int64 - in: query name: EdbCode description: 指标编码/指标代码 type: string - in: query name: SecuritiesCode description: 证券代码 type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoSearchResp' /datamanage/edb_info/trace: get: tags: - datamanage description: |- 指标溯源接口
operationId: EdbInfoController.指标溯源接口 parameters: - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartListResp' /datamanage/edb_info/updates: post: tags: - datamanage description: |- 指标一键刷新接口
operationId: EdbInfoController.指标一键刷新接口 responses: Ret=200: description: 更新成功 /datamanage/edb_info/updates/check: post: tags: - datamanage description: |- 指标一键刷新接口
operationId: EdbInfoController.指标一键刷新接口 responses: Ret=200: description: 更新成功 /datamanage/edb_info/updates/list: get: tags: - datamanage description: |- 指标一键刷新->列表接口
operationId: EdbInfoController.指标一键刷新->列表接口 parameters: - in: query name: Status description: 1:未更新,2:已更新 required: true type: integer format: int64 - in: query name: Source description: 来源:0:全部,1:同花顺,2:wind,3:彭博,9:手工指标,10:隆众,11:有色,99:计算指标 required: true type: integer format: int64 - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 responses: Ret=200: description: 刷新成功 /datamanage/edb_info/updates/statistical: get: tags: - datamanage description: |- 指标一键刷新-统计接口
operationId: EdbInfoController.指标一键刷新-统计 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.UpdatesStatisticalResp' /datamanage/edb_no_permission/batch_add: post: tags: - datamanage description: |- 批量添加指标无权限用户数据接口(新增)
operationId: EdbInfoController.批量添加指标无权限用户数据接口(新增) parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.ModifyEdbNoPermissionAdminReq' responses: "200": description: Ret=200 配置成功 /datamanage/edb_no_permission/delete: post: tags: - datamanage description: |- 删除指标无权限用户数据配置接口
operationId: EdbInfoController.删除指标无权限用户数据配置接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.DelEdbNoPermissionAdminReq' responses: "200": description: Ret=200 配置成功 /datamanage/edb_no_permission/list: get: tags: - datamanage description: |- 获取指标无权限用户列表数据接口
operationId: EdbInfoController.获取指标无权限用户列表数据接口 parameters: - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.EdbNoPermissionAdminResp' /datamanage/edb_no_permission/modify: post: tags: - datamanage description: |- 修改指标无权限用户数据接口(覆盖)
operationId: EdbInfoController.修改指标无权限用户数据接口(覆盖) parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.ModifyEdbNoPermissionAdminReq' responses: "200": description: Ret=200 配置成功 /datamanage/edb_source/jiayue/frequency_list: get: tags: - datamanage description: |- 指标频度列表
operationId: JiaYueEdbSourceController.指标频度列表 responses: "200": description: string "获取成功" /datamanage/edb_source/jiayue/index_page_list: get: tags: - datamanage description: |- 指标列表-分页
operationId: JiaYueEdbSourceController.指标列表-分页 parameters: - in: query name: PageSize description: 每页数据条数 type: integer format: int64 - in: query name: CurrentIndex description: 当前页码 type: integer format: int64 - in: query name: Source description: 数据来源 required: true type: integer format: int64 - in: query name: Frequency description: 频度 type: string - in: query name: Keyword description: '关键词: 指标ID/指标名称' type: string - in: query name: SortField description: '排序字段: 1-指标开始时间; 2-指标最新时间; 3-更新时间' type: integer format: int64 - in: query name: SortRule description: '排序方式: 1-正序; 2-倒序' type: integer format: int64 responses: "200": description: string "获取成功" /datamanage/edb_source/jiayue/list: get: tags: - datamanage description: |- 数据源列表
operationId: JiaYueEdbSourceController.数据源列表 responses: "200": description: string "获取成功" /datamanage/edb_source/list: get: tags: - datamanage description: |- 指标来源列表
operationId: EdbInfoController.指标来源列表 parameters: - in: query name: IsBase description: '是否为基础指标: 1-是' type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoListResp' /datamanage/edb_source/list/python: get: tags: - datamanage description: |- 指标来源列表
operationId: EdbInfoController.指标来源列表 parameters: - in: query name: IsBase description: '是否为基础指标: 1-是' type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoListResp' /datamanage/eia_steo/classify: get: tags: - datamanage description: |- EiaSteo数据分类接口
operationId: EdbInfoController.EiaSteo数据分类 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzClassify' /datamanage/eia_steo/data: get: tags: - datamanage description: |- 获取EiaSteo数据接口
operationId: EdbInfoController.获取EiaSteo数据 parameters: - in: query name: BaseFromEiaSteoClassifyId description: 指标分类id required: true type: integer format: int64 - in: query name: IndexCode description: 指标code required: true type: string - in: query name: IsExport description: 是否导出excel,默认是false type: boolean - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/eia_steo/search_list: get: tags: - datamanage description: |- EiaSteo模糊搜索
operationId: EdbInfoController.EiaSteo模糊搜索 parameters: - in: query name: Keyword description: 关键字搜索 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.BaseResponse' /datamanage/excel_classify/add: post: tags: - datamanage description: |- 新增excel表格分类接口
operationId: ExcelClassifyController.新增excel表格分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddExcelClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/excel_classify/delete: post: tags: - datamanage description: |- 删除表格分类/表格接口
operationId: ExcelClassifyController.删除表格分类/表格 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.DeleteExcelClassifyReq' responses: "200": description: Ret=200 删除成功 /datamanage/excel_classify/delete/check: post: tags: - datamanage description: |- 删除表格检测接口
operationId: ExcelClassifyController.删除表格检测接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.ExcelClassifyDeleteCheckReq' responses: "200": description: "" schema: $ref: '#/definitions/response.ExcelClassifyDeleteCheckResp' /datamanage/excel_classify/edit: post: tags: - datamanage description: |- 修改excel表格分类
operationId: ExcelClassifyController.修改excel表格分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.EditExcelClassifyReq' responses: "200": description: Ret=200 修改成功 /datamanage/excel_classify/items: get: tags: - datamanage description: |- 获取所有excel表格分类接口-不包含表格
operationId: ExcelClassifyController.获取所有excel表格分类接口-不包含表格 parameters: - in: query name: Source description: 格来源,1:excel插件的表格,2:自定义表格,3:混合表格,默认:1 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.ExcelClassifyListResp' /datamanage/excel_classify/list: get: tags: - datamanage description: |- excel表格分类列表接口
operationId: ExcelClassifyController.excel表格分类列表 parameters: - in: query name: Source description: 格来源,1:excel插件的表格,2:自定义表格,3:混合表格,默认:1 required: true type: integer format: int64 - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/response.ExcelClassifyListResp' /datamanage/excel_classify/move: post: tags: - datamanage description: |- 表格分类移动接口
operationId: ExcelClassifyController.表格分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/request.MoveExcelClassifyReq' /datamanage/excel_info/add: post: tags: - datamanage description: |- 新增表格接口
operationId: ExcelInfoController.新增表格接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddExcelInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/response.AddExcelInfoResp' /datamanage/excel_info/copy: post: tags: - datamanage description: |- 复制表格接口
operationId: ExcelInfoController.复制表格 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.EditExcelInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/response.AddExcelInfoResp' /datamanage/excel_info/delete: post: tags: - datamanage description: |- 删除表格接口
operationId: ExcelInfoController.删除表格接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.DeleteExcelInfoReq' responses: Ret=200: description: 删除成功 /datamanage/excel_info/detail: get: tags: - datamanage description: |- 获取表格详情接口
operationId: ExcelInfoController.获取表格详情 parameters: - in: query name: ExcelInfoId description: 表格id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ExcelInfo' /datamanage/excel_info/draft/add: post: tags: - datamanage description: |- 新增表格草稿接口
operationId: ExcelInfoController.新增表格草稿接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddExcelDraftReq' responses: Ret=200: description: 添加成功 /datamanage/excel_info/edit: post: tags: - datamanage description: |- 新增表格接口
operationId: ExcelInfoController.编辑表格接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.EditExcelInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/response.AddExcelInfoResp' /datamanage/excel_info/get_system_date: post: tags: - datamanage description: |- 获取系统日期(包含计算日期)
operationId: ExcelInfoController.获取系统日期(包含计算日期) parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.MixedTableCellDataReq' /datamanage/excel_info/list: get: tags: - datamanage description: |- ETA表格列表接口
operationId: ExcelInfoController.ETA表格列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ExcelClassifyId description: 分类id required: true type: integer format: int64 - in: query name: Keyword description: 搜索关键词 required: true type: string - in: query name: AdminId description: 创建人id type: integer format: int64 - in: query name: Source description: 格来源,1:excel插件的表格,2:自定义表格,3:混合表格,默认:1 required: true type: integer format: int64 - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/response.ExcelListResp' /datamanage/excel_info/mark: post: tags: - datamanage description: |- 标记沙盘编辑状态接口
operationId: ExcelInfoController.标记沙盘编辑状态 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.MarkEditSandbox' responses: "200": description: 标记成功 ;202 标记成功 /datamanage/excel_info/mixed/calculate: post: tags: - datamanage description: |- 公式计算(混合表格)
operationId: ExcelInfoController.公式计算(混合表格) parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.CalculateConf' /datamanage/excel_info/move: post: tags: - datamanage description: |- 移动表格接口
operationId: ExcelInfoController.移动表格接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.MoveExcelInfoReq' responses: Ret=200: description: 移动成功 /datamanage/excel_info/table/calculate: post: tags: - datamanage description: |- 公式计算接口
operationId: ExcelInfoController.公式计算接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.CalculateReq' /datamanage/excel_info/table/download: get: tags: - datamanage description: |- 获取表格详情接口
operationId: ExcelInfoController.获取表格详情 parameters: - in: query name: UniqueCode description: 表格code required: true type: string - in: query name: ExcelInfoId description: 表格id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ExcelInfo' /datamanage/excel_info/table/first_edb_data_list: get: tags: - datamanage description: |- 获取未来日期数据接口
operationId: ExcelInfoController.获取未来日期数据接口 parameters: - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 - in: query name: Num description: 默认期数 required: true type: integer format: int64 - in: query name: SortType description: 如何排序,是正序还是倒序,枚举值:`asc 正序`,`desc 倒序`,不传默认倒序 required: true type: string /datamanage/excel_info/table/future_date_list: post: tags: - datamanage description: |- 获取未来日期数据接口
operationId: ExcelInfoController.获取未来日期数据接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.GetFutureDateDataReq' /datamanage/excel_info/table/history_date_list: post: tags: - datamanage description: |- 获取历史日期数据接口
operationId: ExcelInfoController.获取历史日期数据接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.GetFutureDateDataReq' /datamanage/excel_info/table/other_edb_data_list: post: tags: - datamanage description: |- 获取未来日期数据接口
operationId: ExcelInfoController.获取指定日期数据接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.GetOtherEdbDateDataReq' /datamanage/excel_info/table/refresh: get: tags: - datamanage description: |- 刷新接口
operationId: ExcelInfoController.刷新 parameters: - in: query name: ExcelInfoId description: 表格id required: true type: integer format: int64 /datamanage/excel_info/table_data: get: tags: - datamanage description: |- 获取excel表格的table数据接口
operationId: ExcelInfoController.获取excel表格的table数据 parameters: - in: query name: UniqueCode description: 表格code required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/response.ExcelTableDetailResp' /datamanage/export/baiinfoList: get: tags: - datamanage description: |- 导出Baiinfo数据
operationId: EdbInfoController.导出Baiinfo数据 parameters: - in: query name: IndexName description: 名称关键词 type: string - in: query name: IndexCode description: 指标唯一编码 type: string - in: query name: ClassifyId description: 分类 required: true type: string - in: query name: Frequency description: 频度 required: true type: string - in: query name: UnitName description: 单位 type: string - in: query name: ModifyTime description: 更新时间 type: string responses: "200": description: 导出成功 /datamanage/export/glList: get: tags: - datamanage description: |- 导出钢联数据
operationId: EdbInfoController.导出钢联数据 parameters: - in: query name: QuotaName description: 名称关键词 type: string - in: query name: IndexCode description: 指标唯一编码 type: string - in: query name: BreedName description: 分类 required: true type: string - in: query name: Frequency description: 频度 required: true type: string - in: query name: UnitName description: 单位 type: string - in: query name: ModifyTime description: 更新时间 type: string responses: "200": description: 导出成功 /datamanage/export/lzList: get: tags: - datamanage description: |- 导出数据列表
operationId: EdbInfoController.导出隆众数据 parameters: - in: query name: QuotaName description: 名称关键词 type: string - in: query name: LzCode description: 指标唯一编码 type: string - in: query name: BreedName description: 分类 required: true type: string - in: query name: Frequency description: 频度 required: true type: string - in: query name: UnitName description: 单位 type: string - in: query name: ModifyTime description: 更新时间 type: string responses: "200": description: 导出成功 /datamanage/export/lzQuotasData: get: tags: - datamanage description: |- 导出隆众多个指标数据
operationId: EdbInfoController.导出隆众多个指标数据 parameters: - in: query name: BreedIds description: 品种ID集合 type: string responses: "200": description: 导出成功 /datamanage/export/sciList: get: tags: - datamanage description: |- 导出Sci数据
operationId: EdbInfoController.导出Sci数据 parameters: - in: query name: IndexName description: 名称关键词 type: string - in: query name: IndexCode description: 指标唯一编码 type: string - in: query name: ClassifyId description: 分类 required: true type: string - in: query name: Frequency description: 频度 required: true type: string - in: query name: UnitName description: 单位 type: string - in: query name: ModifyTime description: 更新时间 type: string responses: "200": description: 导出成功 /datamanage/export/smmList: get: tags: - datamanage description: |- 导出Smm数据
operationId: EdbInfoController.导出Smm数据 parameters: - in: query name: IndexName description: 名称关键词 type: string - in: query name: IndexCode description: 指标唯一编码 type: string - in: query name: ClassifyId description: 分类 required: true type: string - in: query name: Frequency description: 频度 required: true type: string - in: query name: UnitName description: 单位 type: string - in: query name: ModifyTime description: 更新时间 type: string responses: "200": description: 导出成功 /datamanage/gl/classify: get: tags: - datamanage description: |- 隆众数据分类接口
operationId: EdbInfoController.钢联数据分类 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzClassify' /datamanage/gl/data: get: tags: - datamanage description: |- 获取钢联数据接口
operationId: EdbInfoController.获取钢联数据 parameters: - in: query name: BreedShortName description: 分类名称 required: true type: string - in: query name: Frequency description: 频度名称 required: true type: string - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/gl/frequency: get: tags: - datamanage description: |- 钢联数据频度接口
operationId: EdbInfoController.钢联数据频度 parameters: - in: query name: BreedShortName description: 分类名称 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/gl/search_list: get: tags: - datamanage description: |- 钢联模糊搜索
operationId: EdbInfoController.钢联模糊搜索 parameters: - in: query name: Keyword description: 关键字搜索 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.BaseResponse' /datamanage/gl/single_data: get: tags: - datamanage description: |- 获取钢联单条数据接口
operationId: EdbInfoController.获取钢联数据 parameters: - in: query name: IndexCode description: 指标唯一编码 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.BaseResponse' /datamanage/lz/classify: get: tags: - datamanage description: |- 隆众数据分类接口
operationId: EdbInfoController.隆众数据分类 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzClassify' /datamanage/lz/data: get: tags: - datamanage description: |- 获取隆众数据接口
operationId: EdbInfoController.获取隆众数据 parameters: - in: query name: BreedId description: 分类id required: true type: integer format: int64 - in: query name: Frequency description: 频度 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/lz/frequency: get: tags: - datamanage description: |- 隆众数据频度接口
operationId: EdbInfoController.隆众数据频度 parameters: - in: query name: BreedId description: 分类id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/lz/search_list: get: tags: - datamanage description: |- 隆众模糊搜索
operationId: EdbInfoController.隆众模糊搜索 parameters: - in: query name: Keyword description: 关键字搜索 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.BaseResponse' /datamanage/manual/classify/add: post: tags: - datamanage description: |- 新增手工指标分类接口
operationId: ChartClassifyController.新增手工指标分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddManualClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/manual/classify/all: get: tags: - datamanage description: |- 获取所有手工数据分类
operationId: ManualController.获取所有手工数据分类 parameters: - in: query name: AdminId description: 初始化,AdminId 传0,如果对应具体用户,传对应的id type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ManualClassifyList' /datamanage/manual/classify/all_list: get: tags: - datamanage description: |- 获取所有手工数据分类
operationId: ManualController.获取所有手工数据分类 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ManualClassifyList' /datamanage/manual/classify/delete: post: tags: - datamanage description: |- 删除手工指标分类接口
operationId: ChartClassifyController.删除手工指标分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DelManualClassifyReq' responses: "200": description: Ret=200 删除成功 /datamanage/manual/classify/edit: post: tags: - datamanage description: |- 修改手工指标分类接口
operationId: ChartClassifyController.修改手工指标分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditManualClassifyReq' responses: "200": description: Ret=200 修改成功 /datamanage/manual/classify/first: get: tags: - datamanage description: |- 获取所有手工数据的一级分类
operationId: ManualController.获取所有手工数据的一级分类 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ManualClassifyList' /datamanage/manual/set_classify/all: get: tags: - datamanage description: |- 获取用户设置的所有分类(手工数据录入页面)
operationId: ManualController.获取用户设置的所有分类 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbdataClassify' /datamanage/manual/sysuser/all: get: tags: - datamanage description: |- 获取手工数据权限用户
operationId: ManualController.获取手工数据权限用户 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ManualUserList' /datamanage/manual/sysuser/classify/save: post: tags: - datamanage description: |- 保存手工数据权限-用户对应分类
operationId: ManualController.保存手工数据权限-用户对应分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ManualSysUserClassifySaveReq' responses: Ret=200: description: 保存成功 /datamanage/manual/sysuser/search: get: tags: - datamanage description: |- 手工数据权限用户搜索
operationId: ManualController.手工数据权限用户搜索 parameters: - in: query name: KeyWord description: 关键词搜索 type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ManualSysUser' /datamanage/multiple_graph/chart/save: post: tags: - datamanage description: |- 保存图表接口
operationId: ChartInfoController.保存图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.SaveMultipleGraphChartReq' responses: Ret=200: description: 返回图表id /datamanage/multiple_graph/config/detail: get: tags: - datamanage description: |- 保存配置接口
operationId: ChartInfoController.保存配置接口 parameters: - in: query name: UniqueCode description: 图表唯一编码,如果是管理后台访问,传固定字符串:7c69b590249049942070ae9dcd5bf6dc required: true type: integer format: int64 responses: Ret=200: description: 返回图表id /datamanage/multiple_graph/config/save: post: tags: - datamanage description: |- 保存配置接口
operationId: ChartInfoController.保存配置接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.SaveMultipleGraphConfigReq' responses: Ret=200: description: 返回图表id /datamanage/multiple_graph/edb/save: post: tags: - datamanage description: |- 保存指标接口
operationId: ChartInfoController.保存指标接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.SaveMultipleGraphEdbReq' responses: Ret=200: description: 返回指标id /datamanage/multiple_graph/preview: post: tags: - datamanage description: |- 批量添加图表的预览接口
operationId: ChartInfoController.批量添加图表的预览接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.SaveMultipleGraphConfigReq' responses: Ret=200: description: 返回图表id /datamanage/multiple_graph/preview_cure: post: tags: - datamanage description: |- 批量添加图表的预览曲线图接口
operationId: ChartInfoController.批量添加图表的预览曲线图接口(只返回曲线图的数据) parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.SaveMultipleGraphConfigReq' responses: Ret=200: description: 返回图表id /datamanage/mysteel_chemical/add: post: tags: - datamanage description: |- 新增钢联化工指标接口
operationId: EdbClassifyController.新增钢联化工指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddEdbClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/mysteel_chemical/classify: get: tags: - datamanage description: |- 钢联化工分类接口
operationId: EdbInfoController.钢联化工数据分类 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.BaseFromMysteelChemicalClassifyItems' /datamanage/mysteel_chemical/classify/add: post: tags: - datamanage description: |- 新增分类接口
operationId: EdbClassifyController.新增分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddBaseFromMysteelChemicalClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/mysteel_chemical/classify/del: post: tags: - datamanage description: |- 删除分类接口
operationId: EdbClassifyController.删除分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DelBaseFromMysteelChemicalClassifyReq' responses: "200": description: Ret=200 删除成功 /datamanage/mysteel_chemical/classify/edit: post: tags: - datamanage description: |- 修改分类接口
operationId: EdbClassifyController.修改分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditBaseFromMysteelChemicalClassifyReq' responses: "200": description: Ret=200 修改成功 /datamanage/mysteel_chemical/classify/move: post: tags: - datamanage description: |- 分类移动接口
operationId: EdbClassifyController.分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveBaseFromMysteelChemicalClassifyReq' /datamanage/mysteel_chemical/data: get: tags: - datamanage description: |- 获取钢联化工数据
operationId: EdbInfoController.获取钢联化工数据 parameters: - in: query name: BaseFromMysteelChemicalClassifyId description: 分类id required: true type: integer format: int64 - in: query name: BaseFromMysteelChemicalIndexId description: 钢联化工指标id required: true type: integer format: int64 - in: query name: Frequency description: 频度名称 required: true type: string - in: query name: Keyword description: 名称关键词 required: true type: string - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/mysteel_chemical/del: post: tags: - datamanage description: |- 删除指标接口
operationId: EdbClassifyController.删除指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DelBaseFromMysteelChemicalReq' responses: "200": description: Ret=200 删除成功 /datamanage/mysteel_chemical/detail: get: tags: - datamanage description: |- 钢联化工指标详情接口
operationId: EdbInfoController.钢联化工指标详情 parameters: - in: query name: BaseFromMysteelChemicalIndexId description: 钢联化工指标id required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.BaseFromMysteelChemicalClassifyItems' /datamanage/mysteel_chemical/edit: post: tags: - datamanage description: |- 新增钢联化工指标接口
operationId: EdbClassifyController.编辑钢联化工指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddEdbClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/mysteel_chemical/export/dataList: get: tags: - datamanage description: |- 导出钢联化工数据
operationId: EdbClassifyController.导出钢联化工数据 parameters: - in: query name: BaseFromMysteelChemicalClassifyId description: 分类 required: true type: integer format: int64 - in: query name: BaseFromMysteelChemicalIndexId description: 钢联化工指标id required: true type: string - in: query name: Keyword description: 名称关键词 required: true type: string responses: "200": description: 导出成功 /datamanage/mysteel_chemical/frequency: get: tags: - datamanage description: |- 钢联化工数据频度接口
operationId: EdbInfoController.钢联化工数据频度 parameters: - in: query name: BaseFromMysteelChemicalClassifyId description: 分类id required: true type: integer format: int64 - in: query name: BaseFromMysteelChemicalIndexId description: 钢联化工指标id required: true type: integer format: int64 - in: query name: Keyword description: 名称关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/mysteel_chemical/index/list: get: tags: - datamanage description: |- 钢联化工数据指标列表接口
operationId: EdbInfoController.钢联化工数据指标列表 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.BaseFromMysteelChemicalIndexResp' /datamanage/mysteel_chemical/move: post: tags: - datamanage description: |- 分类移动接口
operationId: EdbClassifyController.指标移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveBaseFromMysteelChemicalReq' /datamanage/mysteel_chemical/refresh: get: tags: - datamanage description: |- 钢联化工指标详情接口
operationId: EdbInfoController.钢联化工指标详情 parameters: - in: query name: BaseFromMysteelChemicalIndexId description: 钢联化工指标id required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.BaseFromMysteelChemicalClassifyItems' /datamanage/mysteel_chemical/search: get: tags: - datamanage description: |- 钢联化工指标查询
operationId: EdbInfoController.钢联化工指标查询 parameters: - in: query name: BaseFromMysteelChemicalClassifyId description: 分类id required: true type: integer format: int64 - in: query name: Keyword description: 名称关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/predict_classify/add: post: tags: - datamanage description: |- 新增预测指标分类接口
operationId: PredictEdbClassifyController.新增预测指标分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddEdbClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/predict_classify/delete: post: tags: - datamanage description: |- 删除分类/指标接口
operationId: PredictEdbClassifyController.删除分类/指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DeleteEdbClassifyReq' responses: "200": description: Ret=200 新增成功 /datamanage/predict_classify/delete/check: post: tags: - datamanage description: |- 删除检测接口
operationId: PredictEdbClassifyController.删除检测接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ClassifyDeleteCheckReq' responses: "200": description: Ret=200 检测成功 /datamanage/predict_classify/edit: post: tags: - datamanage description: |- 修改预测指标分类接口
operationId: PredictEdbClassifyController.修改预测指标分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditEdbClassifyReq' responses: "200": description: Ret=200 修改成功 /datamanage/predict_classify/items: get: tags: - datamanage description: |- 获取所有预测指标分类接口-不包含指标
operationId: PredictEdbClassifyController.获取所有预测指标分类接口-不包含指标 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/predict_classify/list: get: tags: - datamanage description: |- 预测指标分类列表接口
operationId: PredictEdbClassifyController.预测指标分类列表 parameters: - in: query name: IsOnlyMe description: 是否只看我的 type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/predict_classify/list/v2: get: tags: - datamanage description: |- 预测指标分类列表接口
operationId: PredictEdbClassifyController.预测指标分类列表 parameters: - in: query name: IsOnlyMe description: 是否只看我的 type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/predict_classify/move: post: tags: - datamanage description: |- 分类移动接口
operationId: PredictEdbClassifyController.分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveEdbClassifyReq' /datamanage/predict_classify/simple: get: tags: - datamanage description: |- 单层分类列表
operationId: PredictEdbClassifyController.单层分类列表 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/predict_classify/tree: get: tags: - datamanage description: |- 多层分类列表树
operationId: PredictEdbClassifyController.多层分类列表树 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/predict_edb_info/add: post: tags: - datamanage description: |- 新增指标接口
operationId: PredictEdbInfoController.新增指标接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddPredictEdbInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/response.AddEdbInfoResp' /datamanage/predict_edb_info/calculate/batch/save: post: tags: - datamanage description: |- 生成预测指标运算(同比、同差)接口
operationId: PredictEdbInfoController.生成预测指标运算(同比、同差) parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.PredictEdbInfoCalculateBatchSaveReq' responses: Ret=200: description: 返回指标id /datamanage/predict_edb_info/calculate/batch/save/batch: post: tags: - datamanage description: |- 批量添加 生成预测指标运算(同比、同差)接口
operationId: PredictEdbInfoController.批量添加 生成预测指标运算(同比、同差) parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.PredictEdbInfoCalculateBatchSaveReq' responses: Ret=200: description: 返回指标id /datamanage/predict_edb_info/calculate/compute_correlation: post: tags: - datamanage description: |- 拟合残差计算相关性(预测指标)接口
operationId: PredictEdbInfoController.拟合残差计算相关性(预测指标) parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.PredictEdbInfoCalculateBatchSaveReq' responses: Ret=200: description: 返回指标id /datamanage/predict_edb_info/calculate/save: post: tags: - datamanage description: |- 生成预测指标运算接口
operationId: PredictEdbInfoController.生成预测指标运算 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.PredictEdbInfoCalculateSaveReq' responses: Ret=200: description: 返回指标id /datamanage/predict_edb_info/chart/data/list: post: tags: - datamanage description: |- 获取指标数据
operationId: PredictEdbInfoController.获取指标数据 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddPredictEdbInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoDataResp' /datamanage/predict_edb_info/chart/list: get: tags: - datamanage description: |- 预测指标列表接口
operationId: PredictEdbInfoController.预测指标列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ClassifyId description: 分类id required: true type: integer format: int64 - in: query name: AdminId description: 创建人id type: integer format: int64 - in: query name: IsOnlyMe description: 是否只看我的 type: boolean responses: "200": description: "" schema: $ref: '#/definitions/response.PredictEdbInfoListResp' /datamanage/predict_edb_info/data: get: tags: - datamanage description: |- 获取指标数据
operationId: PredictEdbInfoController.获取指标数据 parameters: - in: query name: EdbInfoId description: 指标ID required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:自定义起始时间至今,7:18年至今,8:19年至今,9:20年至今,10:全部 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string - in: query name: Calendar description: 公历/农历 required: true type: string - in: query name: SeasonStartDate description: 季节性图开始日期 required: true type: string - in: query name: SeasonEndDate description: 季节性图结束日期 required: true type: string - in: query name: ChartType description: 生成样式:1:曲线图,2:季节性图 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoDataResp' /datamanage/predict_edb_info/detail: get: tags: - datamanage description: |- 获取指标详情接口
operationId: PredictEdbInfoController.获取指标详情 parameters: - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.PredictEdbInfo' /datamanage/predict_edb_info/edit: post: tags: - datamanage description: |- 编辑指标接口
operationId: PredictEdbInfoController.编辑指标接口 responses: "200": description: "" schema: $ref: '#/definitions/request.EditEdbInfoReq' /datamanage/predict_edb_info/filter_by_es: get: tags: - datamanage description: |- 指标筛选接口
operationId: PredictEdbInfoController.指标筛选接口 parameters: - in: query name: KeyWord description: 搜索关键词:指标ID/指标名称 type: string - in: query name: FilterSource description: 搜索来源:1:其他搜索,2:累计值转月值搜索,3:变频,4:基础指标,5:同比 type: integer format: int64 - in: query name: Frequency description: 频度 type: string - in: query name: IsOnlyMe description: 是否只看我的 type: boolean - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoList' /datamanage/predict_edb_info/image/set: post: tags: - datamanage description: |- 设置指标的图表图片接口
operationId: PredictEdbInfoController.设置指标的图表图片 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.SetChartInfoImageReq' responses: Ret=200: description: 保存成功 /datamanage/predict_edb_info/items: get: tags: - datamanage description: |- 获取分类下指标接口
operationId: PredictEdbInfoController.获取分类下指标接口 parameters: - in: query name: ClassifyId description: 分类id required: true type: integer format: int64 - in: query name: IsShowMe description: 是否只看我的 type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbClassifyListResp' /datamanage/predict_edb_info/list: get: tags: - datamanage description: |- 指标数据列表接口
operationId: PredictEdbInfoController.指标数据列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词:指标ID/指标名称 type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoListResp' /datamanage/predict_edb_info/modify: post: tags: - datamanage description: |- 编辑指标接口
operationId: PredictEdbInfoController.修改指标信息接口 responses: "200": description: "" schema: $ref: '#/definitions/request.EditEdbInfoReq' /datamanage/predict_edb_info/move: post: tags: - datamanage description: |- 移动指标接口
operationId: PredictEdbInfoController.移动指标接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveEdbInfoReq' /datamanage/predict_edb_info/refresh: get: tags: - datamanage description: |- 指标刷新接口
operationId: PredictEdbInfoController.指标刷新接口 parameters: - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 responses: Ret=200: description: 刷新成功 /datamanage/predict_edb_info/refresh/all: get: tags: - datamanage description: |- 指标全部刷新接口
operationId: PredictEdbInfoController.指标全部刷新接口 parameters: - in: query name: EdbInfoId description: 指标id required: true type: integer format: int64 responses: Ret=200: description: 全部刷新成功 /datamanage/predict_edb_info/rule/calculate_by_nine: post: tags: - datamanage description: |- 获取指标数据
operationId: PredictEdbInfoController.根据预测规则9来计算数据 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.RuleConfig' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoDataResp' /datamanage/sci/classify: get: tags: - datamanage description: |- 有色数据分类接口
operationId: EdbInfoController.有色数据分类 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.SciClassify' /datamanage/sci/classify/add: post: tags: - datamanage description: |- 新增分类接口
operationId: EdbInfoController.新增分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddBaseFromSciClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/sci/classify/del: post: tags: - datamanage description: |- 删除分类接口
operationId: EdbInfoController.删除分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DelBaseFromSciClassifyReq' responses: "200": description: Ret=200 删除成功 /datamanage/sci/classify/edit: post: tags: - datamanage description: |- 修改分类接口
operationId: EdbInfoController.修改分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditBaseFromMysteelChemicalClassifyReq' responses: "200": description: Ret=200 修改成功 /datamanage/sci/classify/move: post: tags: - datamanage description: |- 分类移动接口
operationId: EdbInfoController.分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveBaseFromMysteelChemicalClassifyReq' /datamanage/sci/classify/name: get: tags: - datamanage description: |- 有色数据分类名称查询接口
operationId: EdbInfoController.有色数据分类名称查询 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.SciClassify' /datamanage/sci/data: get: tags: - datamanage description: |- 获取钢联数据接口
operationId: EdbInfoController.获取钢联数据 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ClassifyId description: 分类id required: true type: string - in: query name: Frequency description: 频度名称 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/sci/del: post: tags: - datamanage description: |- 删除指标接口
operationId: EdbInfoController.删除指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DelBaseFromSciReq' responses: "200": description: Ret=200 删除成功 /datamanage/sci/edit: post: tags: - datamanage description: |- 编辑有色指标接口
operationId: EdbInfoController.编辑有色指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddEdbClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/sci/frequency: get: tags: - datamanage description: |- 有色数据频度接口
operationId: EdbInfoController.有色数据频度 parameters: - in: query name: ClassifyId description: 分类Id required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/sci/move: post: tags: - datamanage description: |- SCI指标移动接口
operationId: EdbInfoController.SCI指标移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveBaseFromSciReq' /datamanage/sci/reset: post: tags: - datamanage description: |- 指标数据清除分类
operationId: EdbInfoController.指标数据清除分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DelBaseFromSciReq' responses: "200": description: Ret=200 操作成功 /datamanage/sci/search_list: get: tags: - datamanage description: |- SCI模糊搜索
operationId: EdbInfoController.SCI模糊搜索 parameters: - in: query name: Keyword description: 关键字搜索 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.BaseResponse' /datamanage/sci/single_data: get: tags: - datamanage description: |- 获取sci单条数据接口
operationId: EdbInfoController.获取Sci数据 parameters: - in: query name: IndexCode description: 指标唯一编码 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.BaseResponse' /datamanage/smm/classify: get: tags: - datamanage description: |- 有色数据分类接口
operationId: EdbInfoController.有色数据分类 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.SmmClassify' /datamanage/smm/classify/add: post: tags: - datamanage description: |- 新增分类接口
operationId: EdbInfoController.新增分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddBaseFromSmmClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/smm/classify/del: post: tags: - datamanage description: |- 删除分类接口
operationId: EdbInfoController.删除分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DelBaseFromSmmClassifyReq' responses: "200": description: Ret=200 删除成功 /datamanage/smm/classify/edit: post: tags: - datamanage description: |- 修改分类接口
operationId: EdbInfoController.修改分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditBaseFromMysteelChemicalClassifyReq' responses: "200": description: Ret=200 修改成功 /datamanage/smm/classify/move: post: tags: - datamanage description: |- 分类移动接口
operationId: EdbInfoController.分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveBaseFromMysteelChemicalClassifyReq' /datamanage/smm/classify/name: get: tags: - datamanage description: |- 有色数据分类名称查询接口
operationId: EdbInfoController.有色数据分类名称查询 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.SmmClassify' /datamanage/smm/data: get: tags: - datamanage description: |- 获取钢联数据接口
operationId: EdbInfoController.获取钢联数据 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ClassifyId description: 分类id required: true type: string - in: query name: Frequency description: 频度名称 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/smm/del: post: tags: - datamanage description: |- 删除指标接口
operationId: EdbInfoController.删除指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DelBaseFromSmmReq' responses: "200": description: Ret=200 删除成功 /datamanage/smm/edit: post: tags: - datamanage description: |- 编辑有色指标接口
operationId: EdbInfoController.编辑有色指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddEdbClassifyReq' responses: "200": description: Ret=200 保存成功 /datamanage/smm/frequency: get: tags: - datamanage description: |- 有色数据频度接口
operationId: EdbInfoController.有色数据频度 parameters: - in: query name: ClassifyId description: 分类Id required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.LzFrequency' /datamanage/smm/index/list: get: tags: - datamanage description: |- 有色数据指标列表接口
operationId: EdbInfoController.有色数据指标 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.SmmClassify' /datamanage/smm/move: post: tags: - datamanage description: |- SMM指标移动接口
operationId: EdbInfoController.SMM指标移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveBaseFromSmmReq' /datamanage/smm/reset: post: tags: - datamanage description: |- 指标数据清除分类
operationId: EdbInfoController.指标数据清除分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DelBaseFromSmmReq' responses: "200": description: Ret=200 操作成功 /datamanage/smm/search_list: get: tags: - datamanage description: |- SMM模糊搜索
operationId: EdbInfoController.SMM模糊搜索 parameters: - in: query name: Keyword description: 关键字搜索 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.BaseResponse' /datamanage/smm/single_data: get: tags: - datamanage description: |- 获取smm单条数据接口
operationId: EdbInfoController.获取Smm数据 parameters: - in: query name: IndexCode description: 指标唯一编码 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.BaseResponse' /datamanage/visitors_covid/last_date: get: tags: - datamanage description: |- 获取最新日期接口
operationId: BaseFromChangesVisitorsCovidController.获取最新日期 responses: "200": description: "" /datamanage/visitors_covid/list: get: tags: - datamanage description: |- 获取最新日期接口
operationId: BaseFromChangesVisitorsCovidController.获取最新日期 parameters: - in: query name: Day description: 日期 type: string responses: "200": description: "" /en_permission/add: post: tags: - en_permission description: |- 新增品种权限
operationId: EnPermissionController.新增品种权限 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnPermissionAddReq' responses: "200": description: Ret=200 操作成功 /en_permission/edit: post: tags: - en_permission description: |- 编辑品种权限
operationId: EnPermissionController.编辑品种权限 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnPermissionAddReq' responses: "200": description: Ret=200 操作成功 /en_permission/list: get: tags: - en_permission description: |- 品种列表
operationId: EnPermissionController.品种列表 parameters: - in: query name: Keyword description: 关键词 type: string - in: query name: ReportId description: 报告ID-用于邮件推送时过滤掉无权限的品种 type: integer format: int64 - in: query name: VideoId description: 路演视频ID-用于邮件推送时过滤掉无权限的品种 type: integer format: int64 responses: "200": description: Ret=200 操作成功 /en_permission/parent/list: get: tags: - en_permission description: |- 父级品种列表
operationId: EnPermissionController.父级品种列表 responses: "200": description: Ret=200 操作成功 /en_permission/remove: post: tags: - en_permission description: |- 删除品种权限
operationId: EnPermissionController.删除品种权限 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnPermissionRemoveReq' responses: "200": description: Ret=200 操作成功 /english_classify/permission/edit: post: tags: - english_classify description: |- 编辑品种权限
operationId: EnglishClassifyController.编辑品种权限 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnPermissionAddReq' responses: "200": description: Ret=200 操作成功 /english_report/add: post: tags: - english_report description: |- 新增报告
operationId: EnglishReportController.新增报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.AddEnglishReportReq' responses: "200": description: "" schema: $ref: '#/definitions/models.AddEnglishReportResp' /english_report/auth/batch_add: post: tags: - english_report description: |- 批量新增权限
operationId: EnglishAuthController.批量新增权限 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddEnglishAuthRoleAdminReq' responses: Ret=200: description: 操作成功 /english_report/auth/del: post: tags: - english_report description: |- 删除权限
operationId: EnglishAuthController.删除权限 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.DelEnglishAuthRoleAdminReq' responses: Ret=200: description: 操作成功 /english_report/auth/detail: get: tags: - english_report description: |- 权限详情
operationId: EnglishAuthController.权限详情 parameters: - in: query name: AdminId description: 管理员ID type: string responses: "200": description: "" schema: $ref: '#/definitions/response.EnglishAuthRoleDetailResp' /english_report/auth/edit: post: tags: - english_report description: |- 编辑权限
operationId: EnglishAuthController.编辑权限 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.EditEnglishAuthRoleAdminReq' responses: Ret=200: description: 操作成功 /english_report/auth/list: get: tags: - english_report description: |- 权限列表
operationId: EnglishAuthController.权限列表 responses: "200": description: "" schema: $ref: '#/definitions/response.RoleAdminItemResp' /english_report/author: get: tags: - english_report description: |- 获取报告作者
operationId: EnglishReportController.获取报告作者接口 parameters: - in: query name: AuthorType description: 来源类型,1:中文,2:英文 required: true type: integer format: int64 - in: query name: Keyword description: 搜索关键词 required: true type: string - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: StartDate description: 开始时间 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ReportAuthorResp' /english_report/classify/add: get: tags: - english_report description: |- 新增分类接口
operationId: EnglishReportController.新增分类 parameters: - in: int name: ClassifyName description: 分类名称 schema: $ref: '#/definitions/true' - in: query name: ParentId description: 父级Id 添加父级时为0 required: true type: integer format: int64 - in: query name: Sort description: 排序 type: string responses: "200": description: 新增成功 /english_report/classify/delete: get: tags: - english_report description: |- 删除分类列表
operationId: EnglishReportController.删除分类列表 parameters: - in: int name: ClassifyId description: 分类名称 schema: $ref: '#/definitions/true' - in: query name: ParentId description: 父级Id required: true type: integer format: int64 responses: "200": description: 保存成功 /english_report/classify/edit: get: tags: - english_report description: |- 编辑分类接口
operationId: EnglishReportController.编辑分类 parameters: - in: int name: ClassifyId description: 分类Id schema: $ref: '#/definitions/true' - in: string name: ClassifyName description: 分类名称 schema: $ref: '#/definitions/true' - in: query name: ParentId description: 父级Id 添加父级时为0 required: true type: integer format: int64 - in: query name: Sort description: 排序 type: string responses: "200": description: 保存成功 /english_report/classify/first/list: get: tags: - english_report description: |- 获取一级分类列表
operationId: EnglishReportController.获取一级分类列表 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: CompanyType description: 产品类型,枚举值:'ficc','权益';不传默认返回全部 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.EnglishClassifyListResp' /english_report/classify/list: get: tags: - english_report description: |- 获取分类列表
operationId: EnglishReportController.获取分类列表 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: KeyWord description: 检索关键词 required: true type: string - in: query name: CompanyType description: 产品类型,枚举值:'ficc','权益';不传默认返回全部 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.EnglishClassifyListResp' /english_report/classifyIdDetail: get: tags: - english_report description: |- 根据分类获取最近一次报告详情
operationId: EnglishReportController.根据分类获取最近一次报告详情接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ClassifyIdDetailReq' responses: "200": description: "" schema: $ref: '#/definitions/models.Report' /english_report/company/del: post: tags: - english_report description: |- 删除英文客户及联系人
operationId: EnglishCompanyController.删除英文客户及联系人 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishCompanyDelReq' responses: "200": description: string "操作成功" /english_report/company/detail: get: tags: - english_report description: |- 英文客户详情
operationId: EnglishCompanyController.英文客户详情 parameters: - in: query name: CompanyId description: 客户ID required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.EnglishCompanyResp' /english_report/company/edit_enabled: post: tags: - english_report description: |- 英文客户-启用/禁用
operationId: EnglishCompanyController.英文客户-启用/禁用 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishCompanyEditEnabledReq' responses: "200": description: string "操作成功" /english_report/company/list: get: tags: - english_report description: |- 英文客户列表
operationId: EnglishCompanyController.英文客户列表 parameters: - in: query name: Keywords description: 关键词:客户名称/联系人邮箱/联系人手机号 type: string - in: query name: SortType description: 点击量排序:1-降序; 2-升序 type: integer format: int64 - in: query name: EnPermissionIds description: 品种权限IDs(字符串) type: string responses: "200": description: "" schema: $ref: '#/definitions/models.EnglishCompanyPageListResp' /english_report/company/save: post: tags: - english_report description: |- 保存英文客户
operationId: EnglishCompanyController.保存英文客户 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishCompanySaveReq' responses: "200": description: string "操作成功" /english_report/company/save_permission: post: tags: - english_report description: |- 英文客户-保存权限
operationId: EnglishCompanyController.英文客户-保存权限 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishCompanySaveReq' responses: "200": description: string "操作成功" /english_report/company/view_list: get: tags: - english_report description: |- 英文客户-点击量详情列表
operationId: EnglishCompanyController.英文客户-点击量详情列表 parameters: - in: query name: CompanyId description: 客户ID type: integer format: int64 - in: query name: SortParam description: 排序字段:1-点击量;2-点击时间 type: integer format: int64 - in: query name: SortType description: 排序方式:1-倒序;2-正序 type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.GetEnglishCompanyViewPageListResp' /english_report/company_todo/add: post: tags: - english_report description: |- 新增任务接口
operationId: EnglishCompanyTodoController.新增任务 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishCompanyTodoAddReq' responses: "200": description: 操作成功 /english_report/company_todo/add_public: post: tags: - english_report description: |- 新增公共任务接口
operationId: EnglishCompanyTodoController.新增公共任务 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishCompanyTodoPublicAddReq' responses: "200": description: 操作成功 /english_report/company_todo/approve: post: tags: - english_report description: |- 审批任务接口
operationId: EnglishCompanyTodoController.审批任务 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishCompanyTodoApproveReq' responses: "200": description: 操作成功 /english_report/company_todo/doing_list: get: tags: - english_report description: |- 未完成的任务列表
operationId: EnglishCompanyTodoController.未完成的任务列表 parameters: - in: query name: PageSize description: 每页数据量 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页码 required: true type: integer format: int64 - in: query name: SortType description: '截止日期排序: 0-默认(截止日期正序); 1-正序; 2-倒序' type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.GetEnglishCompanyTodoDoingPageListResp' /english_report/company_todo/edit: post: tags: - english_report description: |- 编辑任务
operationId: EnglishCompanyTodoController.编辑任务 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishCompanyTodoEditReq' responses: "200": description: 操作成功 /english_report/company_todo/edit_list: get: tags: - english_report description: |- 进行中任务列表
operationId: EnglishCompanyTodoController.进行中任务列表 parameters: - in: query name: CompanyId description: 客户ID required: true type: integer format: int64 responses: "200": description: "" schema: type: array items: $ref: '#/definitions/models.EnglishCompanyTodoListItem' /english_report/company_todo/last_public_todo: get: tags: - english_report description: |- 获取最新的公共TODO
operationId: EnglishCompanyTodoController.获取最新的公共TODO responses: "200": description: "" schema: $ref: '#/definitions/models.GetEnglishCompanyTodoDoingPageListResp' /english_report/company_todo/list: get: tags: - english_report description: |- 任务列表
operationId: EnglishCompanyTodoController.任务列表 parameters: - in: query name: CompanyId description: 客户ID required: true type: integer format: int64 - in: query name: SortType description: 创建时间排序:1-降序; 2-升序 type: integer format: int64 responses: "200": description: "" schema: type: array items: $ref: '#/definitions/models.EnglishCompanyTodoListItem' /english_report/delete: post: tags: - english_report description: |- 删除报告
operationId: EnglishReportController.删除报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.DeleteReq' responses: "200": description: Ret=200 删除成功 /english_report/detail: get: tags: - english_report description: |- 获取报告详情
operationId: EnglishReportController.获取报告详情接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReportDetailReq' responses: "200": description: "" schema: $ref: '#/definitions/models.EnglishReportDetailView' /english_report/edit: post: tags: - english_report description: |- 编辑报告
operationId: EnglishReportController.编辑报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EditEnglishReportReq' responses: "200": description: "" schema: $ref: '#/definitions/models.EditEnglishReportResp' /english_report/edit_policy: post: tags: - english_report description: |- 编辑来自策略报告的报告
operationId: EnglishReportController.编辑来自策略报告的报告 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EditEnglishReportFromPolicyReq' responses: "200": description: "" schema: $ref: '#/definitions/models.EditEnglishReportResp' /english_report/email/del: post: tags: - english_report description: |- 删除英文研报邮箱
operationId: EnglishReportEmailController.删除英文研报邮箱 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishReportEmailDelReq' responses: "200": description: string "操作成功" /english_report/email/editEnabled: post: tags: - english_report description: |- 启用/禁用英文研报邮箱
operationId: EnglishReportEmailController.启用/禁用英文研报邮箱 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishReportEditEnabledReq' responses: "200": description: string "操作成功" /english_report/email/import: post: tags: - english_report description: |- 英文邮箱/联系人批量导入
operationId: EnglishReportEmailController.英文邮箱/联系人批量导入 parameters: - in: query name: File description: 文件 required: true type: file - in: query name: CompanyId description: 客户ID required: true type: integer format: int64 responses: "200": description: string "导入成功" /english_report/email/list: get: tags: - english_report description: |- 英文研报邮箱列表
operationId: EnglishReportEmailController.英文研报邮箱列表 parameters: - in: query name: CompanyId description: 客户ID type: integer format: int64 - in: query name: Keywords description: 关键词:联系人名称/邮箱地址 type: string - in: query name: SortType description: 点击量排序方式:1-倒序;2-正序 type: integer format: int64 - in: query name: SortParam description: 排序字段:1-点击量;2-点击时间 3-用户状态 type: integer format: int64 - in: query name: ListParam description: 筛选字段参数,用来筛选的字段, 枚举值:1:正式 、 2:临时 、 3:终止 、4:正式+临时 type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.EnglishReportEmailPageListResp' /english_report/email/log_list: get: tags: - english_report description: |- 邮件群发日志列表
operationId: EnglishReportEmailController.邮件群发日志列表 parameters: - in: query name: ReportId description: 报告ID required: true type: integer format: int64 - in: query name: ReportType description: 类型:0英文研报,1英文线上路演 required: true type: integer format: int64 - in: query name: SendStatus description: 发送状态:-1-已发送;0-发送失败;1-发送成功 type: integer format: int64 - in: query name: Keywords description: 关键词:邮箱 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.EnglishReportEmailLogPageListResp' /english_report/email/moveToCurrent: post: tags: - english_report description: |- 移动至当前客户
operationId: EnglishReportEmailController.移动至当前客户 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishReportEditEnabledReq' responses: "200": description: string "操作成功" /english_report/email/pv_list: get: tags: - english_report description: |- 英文研报邮箱PV列表
operationId: EnglishReportEmailController.英文研报邮箱PV列表 parameters: - in: query name: ReportId description: 英文研报ID type: integer format: int64 - in: query name: ReportType description: 类型:0英文研报,1英文线上路演 type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.EnglishReportEmailPvResp' /english_report/email/resend: post: tags: - english_report description: |- 群发推送
operationId: EnglishReportEmailController.重新推送 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishReportEmailResendReq' responses: "200": description: string "操作成功" /english_report/email/save: post: tags: - english_report description: |- 保存英文研报邮箱
operationId: EnglishReportEmailController.保存英文研报邮箱 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishReportEmailSaveReq' responses: "200": description: string "操作成功" /english_report/email/send: post: tags: - english_report description: |- 群发推送
operationId: EnglishReportEmailController.群发推送 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishReportEmailSaveReq' responses: "200": description: string "操作成功" /english_report/email/send/call_back: post: tags: - english_report description: |- 群发邮件回调
operationId: EnglishReportEmailCallBackController.群发邮件回调 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/services.TencentEmailCallBack' responses: "200": description: string "操作成功" /english_report/email/video/resend: post: tags: - english_report description: |- 线上路演重新推送
operationId: EnglishReportEmailController.线上路演重新推送 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishReportEmailResendReq' responses: "200": description: string "操作成功" /english_report/email/video/send: post: tags: - english_report description: |- 线上路演群发推送
operationId: EnglishReportEmailController.线上路演群发推送 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishReportEmailSaveReq' responses: "200": description: string "操作成功" /english_report/email/view_list: get: tags: - english_report description: |- 英文研报邮箱/联系人阅读列表
operationId: EnglishReportEmailController.英文研报邮箱/联系人阅读列表 parameters: - in: query name: EmailId description: 英文邮箱/联系人ID type: integer format: int64 - in: query name: SortParam description: 排序字段:1-点击量;2-点击时间 type: integer format: int64 - in: query name: SortType description: 排序方式:1-倒序;2-正序 type: integer format: int64 - in: query name: EnPermissionIds description: 品种权限IDs(字符串) type: string responses: "200": description: "" schema: $ref: '#/definitions/models.EnglishEmailViewPageListResp' /english_report/list: get: tags: - english_report description: |- 获取报告列表
operationId: EnglishReportController.获取报告列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: TimeType description: 筛选的时间类别:publish_time(发布时间),modify_time(更新时间) required: true type: string - in: query name: StartDate description: 开始时间 required: true type: string - in: query name: EndDate description: 结束时间 required: true type: string - in: query name: Frequency description: 频度 required: true type: string - in: query name: ClassifyIdFirst description: 一级分类id required: true type: string - in: query name: ClassifyIdSecond description: 二级分类id required: true type: string - in: query name: State description: 状态 required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词 required: true type: string - in: query name: PublishSort description: desc:降序,asc 升序(预留) required: true type: string - in: query name: CompanyType description: 产品类型,枚举值:'ficc','权益';不传默认返回全部 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ReportListResp' /english_report/mark: post: tags: - english_report description: |- 标记报告编辑状态接口
operationId: EnglishReportController.标记报告编辑状态 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.MarkEditEnReport' responses: "200": description: 标记成功 ;202 标记成功 /english_report/policy/detail: get: tags: - english_report description: |- 获取报告详情
operationId: EnglishPolicyReportController.获取策略报告详情接口 parameters: - in: query name: Id description: 报告ID required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.EnglishPolicyReportDetailView' /english_report/policy/list: get: tags: - english_report description: |- 获取报告列表
operationId: EnglishPolicyReportController.获取报告列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: StartDate description: 开始时间 required: true type: string - in: query name: EndDate description: 结束时间 required: true type: string - in: query name: State description: 状态 required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ReportListResp' /english_report/policy/pull: get: tags: - english_report description: |- 获取最新的策略报告
operationId: EnglishPolicyReportController.获取最新的策略报告 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SyncEnglishPolicyReq' responses: "200": description: Ret=200 获取成功 /english_report/policy/sync: post: tags: - english_report description: |- 同步报告接口
operationId: EnglishPolicyReportController.同步报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SyncEnglishPolicyReq' responses: "200": description: Ret=200 发布成功 /english_report/pre_publish: post: tags: - english_report description: |- 设置定时发布接口
operationId: EnglishReportController.设置定时发布接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.PrePublishReq' responses: "200": description: Ret=200 发布成功 /english_report/publish: post: tags: - english_report description: |- 发布报告
operationId: EnglishReportController.发布报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.PublishReq' responses: "200": description: Ret=200 发布成功 /english_report/publish/cancel: post: tags: - english_report description: |- 取消发布报告
operationId: EnglishReportController.取消发布报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.PublishCancelReq' responses: "200": description: Ret=200 取消发布成功 /english_report/saveReportContent: post: tags: - english_report description: |- 保存草稿
operationId: EnglishReportController.保存草稿 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SaveReportContent' responses: "200": description: "" schema: $ref: '#/definitions/models.ReportAuthorResp' /english_report/video/cover/delete: post: tags: - english_report description: |- 删除封面图
operationId: EnglishVideoController.删除封面图 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishVideoCoverOptionReq' responses: "200": description: string "操作成功" /english_report/video/cover/list: get: tags: - english_report description: |- 封面库
operationId: EnglishVideoController.封面库列表 parameters: - in: query name: PageSize description: 每页数据量 type: integer format: int64 - in: query name: CurrentIndex description: 页码 type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.EnglishVideoCoverListResp' /english_report/video/cover/save: post: tags: - english_report description: |- 保存封面图
operationId: EnglishVideoController.保存封面图 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.EnglishVideoCoverSaveReq' responses: "200": description: string "操作成功" /english_report/video/delete: post: tags: - english_report description: |- 删除路演视频
operationId: EnglishVideoController.删除路演视频接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishVideoReq' responses: "200": description: Ret=200 删除成功 /english_report/video/detail: get: tags: - english_report description: |- 获取路演视频详情接口
operationId: EnglishVideoController.获取路演视频详情接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReportDetailReq' responses: "200": description: "" schema: $ref: '#/definitions/models.EnglishVideoDetailView' /english_report/video/list: get: tags: - english_report description: |- 获取报告列表
operationId: EnglishVideoController.获取报告列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ReportListResp' /english_report/video/publish: post: tags: - english_report description: |- 发布报告
operationId: EnglishVideoController.发布报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishVideoReq' responses: "200": description: Ret=200 发布成功 /english_report/video/publish/cancel: post: tags: - english_report description: |- 取消发布报告
operationId: EnglishVideoController.取消发布报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnglishVideoReq' responses: "200": description: Ret=200 取消发布成功 /english_report/video/save: post: tags: - english_report description: |- 新增/编辑路演视频
operationId: EnglishVideoController.新增/编辑路演视频 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SaveEnglishVideoReq' responses: "200": description: "" schema: $ref: '#/definitions/models.SaveEnglishVideoResp' /entry/classify: get: tags: - entry description: |- 获取分类
operationId: TargetController.获取分类 responses: "200": description: "" schema: $ref: '#/definitions/models.EdbdataClassifyResp' /entry/data/add: post: tags: - entry description: |- 录入数据接口
operationId: TargetController.录入数据 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.DataAddReq' responses: "200": description: Ret=200 录入成功 /entry/data/batch_delete: post: tags: - entry description: |- 批量删除指标的数据接口
operationId: TargetController.批量删除指标的数据 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.TargetDeleteReq' responses: "200": description: Ret=200 删除数据成功 /entry/data/batch_delete_by_date: post: tags: - entry description: |- 根据日期批量删除指标的数据接口
operationId: TargetController.根据日期批量删除指标的数据 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.BatchDataDeleteReq' responses: "200": description: Ret=200 删除数据成功 /entry/data/batch_edit: post: tags: - entry description: |- 批量编辑数据接口
operationId: TargetController.批量编辑数据 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.BatchDataEditReq' responses: "200": description: Ret=200 编辑数据成功 /entry/data/cffex: get: tags: - entry description: |- 获取中金所列表接口
parameters: - in: query name: Date description: 查询日期 required: true type: string - in: query name: ClassifyName description: 分类名称 type: string - in: query name: ClassifyType description: 分类合约 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/check: get: tags: - entry description: |- 数据删除校验
operationId: TargetController.数据删除校验 parameters: - in: query name: TradeCode description: 指标唯一编码 required: true type: string - in: query name: CreateDate description: 数据录入日期 required: true type: string responses: Ret=200: description: 可删除 /entry/data/coalMineData/classify: get: tags: - entry description: |- 获取中国煤炭网分类列表
responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/coalMineData/data: get: tags: - entry description: |- 获取中国煤炭网详细数据接口
parameters: - in: query name: ClassifyId description: 数据id required: true type: integer format: int64 - in: query name: GroupName description: 分组名 required: true type: string - in: query name: Frequency description: 频度 required: true type: string - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 responses: "200": description: "" schema: type: array items: $ref: '#/definitions/data_manage.CoalmineDataResp' /entry/data/coalMineData/frequency: get: tags: - entry description: |- 获取中国煤炭网频度
parameters: - in: query name: ClassifyId description: 数据id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/coalMineData/search: get: tags: - entry description: |- 煤炭网模糊搜索
operationId: TradeCommonController.煤炭网模糊搜索 parameters: - in: query name: Keyword description: 关键字搜索 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.BaseResponse' /entry/data/coalMineData/single_data: get: tags: - entry description: |- 获取煤炭单条数据
operationId: TradeCommonController.获取煤炭单条数据 parameters: - in: query name: IndexCode description: 指标唯一编码 required: true type: string responses: "200": description: "" schema: type: array items: $ref: '#/definitions/data_manage.CoalmineSingalDataResp' /entry/data/dalian: get: tags: - entry description: |- 获取大连交易所列表接口
parameters: - in: query name: Date description: 查询日期 required: true type: string - in: query name: ClassifyName description: 分类名称 type: string - in: query name: ClassifyType description: 分类合约 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/delete: post: tags: - entry description: |- 数据删除
operationId: TargetController.数据删除 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.DataDeleteReq' responses: "200": description: Ret=200 录入成功 /entry/data/edit: post: tags: - entry description: |- 编辑数据接口
operationId: TargetController.编辑数据 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.DataEditReq' responses: "200": description: Ret=200 编辑数据成功 /entry/data/eicContinent: get: tags: - entry description: |- 获取欧洲天然气列表接口
parameters: - in: query name: Date description: 查询日期 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/eicContinentV2: get: tags: - entry description: |- 欧洲天然气洲际及国家级列表
parameters: - in: query name: Date description: 查询日期 required: true type: string responses: "200": description: "" schema: type: array items: $ref: '#/definitions/data_manage.BaseFromTradeEicIndexV2' /entry/data/eicData: get: tags: - entry description: |- 获取欧洲天然气列表接口
parameters: - in: query name: Date description: 查询日期 required: true type: string - in: query name: Country description: 国家 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/eicDataV2: get: tags: - entry description: |- 获取欧洲天然气列表接口
parameters: - in: query name: Date description: 查询日期 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/eicHistoryData: get: tags: - entry description: |- 获取欧洲天然气历史列表接口
parameters: - in: query name: Code description: Code required: true type: string - in: query name: StartDate description: 开始时间 type: string - in: query name: EndDate description: 结束时间 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/eicHistoryDataV2: get: tags: - entry description: |- 获取欧洲天然气历史列表接口
parameters: - in: query name: Code description: Code required: true type: string - in: query name: StartDate description: 开始时间 type: string - in: query name: EndDate description: 结束时间 type: string responses: "200": description: "" schema: type: array items: $ref: '#/definitions/EicDataV2' /entry/data/eicLatestDate: get: tags: - entry description: |- 获取欧洲天然气最新日期接口
responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/eicLatestDateV2: get: tags: - entry description: |- 获取欧洲天然气最新日期接口
responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/eicSSODataV2: get: tags: - entry description: |- 欧洲天然气细节列表
parameters: - in: query name: Date description: 查询日期 required: true type: string - in: query name: Name description: 国家 required: true type: string responses: "200": description: "" schema: type: array items: $ref: '#/definitions/data_manage.BaseFromTradeEicIndexV2' /entry/data/exchange/classify: get: tags: - entry description: |- 获取交易所种类列表接口
parameters: - in: query name: Exchange description: 交易所名称 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/exchange/classifyContract: get: tags: - entry description: |- 获取交易所种类合约列表接口
parameters: - in: query name: Exchange description: 交易所名称 required: true type: string - in: query name: Classify description: 种类名称 required: true type: string - in: query name: DataTime description: 时间 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/ine: get: tags: - entry description: |- 获取上海国际能源交易所列表接口
parameters: - in: query name: Date description: 查询日期 required: true type: string - in: query name: ClassifyName description: 分类名称 type: string - in: query name: ClassifyType description: 分类合约 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/list: get: tags: - entry description: |- 获取指标列表接口
operationId: TargetController.获取指标列表 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: StartDate description: 开始日期 required: true type: string - in: query name: EndDate description: 结束日期 required: true type: string - in: query name: Frequency description: 频度 required: true type: string - in: query name: ClassifyId description: 分类 required: true type: integer format: int64 - in: query name: KeyWord description: 名称关键词 required: true type: string - in: query name: TradeCode description: 指标唯一编码 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.DataListResp' /entry/data/shfe: get: tags: - entry description: |- 获取上期所列表接口
parameters: - in: query name: Date description: 查询日期 required: true type: string - in: query name: ClassifyName description: 分类名称 type: string - in: query name: ClassifyType description: 分类合约 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/data/zhengzhou: get: tags: - entry description: |- 获取郑州交易所列表接口
parameters: - in: query name: Date description: 查询日期 required: true type: string - in: query name: ClassifyName description: 分类名称 type: string - in: query name: ClassifyType description: 分类合约 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.' /entry/dataList: get: tags: - entry description: |- 导出数据列表
operationId: TargetCommonController.导出数据 parameters: - in: query name: StartDate description: 开始日期 required: true type: string - in: query name: EndDate description: 结束日期 required: true type: string - in: query name: Frequency description: 频度 required: true type: string - in: query name: ClassifyId description: 分类 required: true type: integer format: int64 - in: query name: KeyWord description: 名称关键词 required: true type: string - in: query name: Mobile description: 手机号 required: true type: string responses: "200": description: 导出成功 /entry/export/coalList: get: tags: - entry description: |- 导出煤炭数据
operationId: TradeCommonController.导出煤炭数据 parameters: - in: query name: ClassifyId description: 数据id required: true type: integer format: int64 - in: query name: IndexName description: 名称关键词 required: true type: string - in: query name: IndexCode description: 指标唯一编码 required: true type: string - in: query name: TypeName description: 分类 required: true type: string - in: query name: Frequency description: 频度 type: string - in: query name: UnitName description: 单位 type: string responses: "200": description: 导出成功 /entry/export/dataList: get: tags: - entry description: |- 导出数据列表
operationId: TargetController.导出数据 parameters: - in: query name: StartDate description: 开始日期 required: true type: string - in: query name: EndDate description: 结束日期 required: true type: string - in: query name: Frequency description: 频度 required: true type: string - in: query name: ClassifyId description: 分类 required: true type: integer format: int64 - in: query name: KeyWord description: 名称关键词 required: true type: string - in: query name: TradeCode description: 指标唯一编码 required: true type: string - in: query name: Mobile description: 手机号 required: true type: string responses: "200": description: 导出成功 /entry/export/longzhong: get: tags: - entry description: |- 隆众数据下载接口
operationId: TargetCommonController.隆众数据下载 responses: "200": description: "" schema: $ref: '#/definitions/models.ResearcherListResp' /entry/export/longzhong/price: get: tags: - entry description: |- 隆众价格数据下载接口
operationId: TargetCommonController.隆众价格数据下载 responses: "200": description: "" schema: $ref: '#/definitions/models.ResearcherListResp' /entry/export/longzhong/survey: get: tags: - entry description: |- 隆众调研数据下载接口
operationId: TargetCommonController.隆众调研数据下载 responses: "200": description: "" schema: $ref: '#/definitions/models.ResearcherListResp' /entry/getResearcher: get: tags: - entry description: |- 获取研究员
operationId: TargetController.获取研究员 responses: "200": description: "" schema: $ref: '#/definitions/models.ResearcherListResp' /entry/getTargetItems: get: tags: - entry description: |- 获取研究员指标
operationId: TargetController.获取研究员指标 parameters: - in: query name: Mobile description: 手机号 required: true type: string - in: query name: ClassifyId description: 分类id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.ResearcherListResp' /entry/import/data: post: tags: - entry description: |- 导入数据
operationId: TargetController.导入数据 parameters: - in: query name: EntryFile description: 文件 required: true type: file responses: "200": description: Ret=200 录入成功 /entry/import/failList: get: tags: - entry description: |- 下载失败列表
operationId: TargetController.下载失败列表 responses: "200": description: "" schema: $ref: '#/definitions/models.EdbdataClassifyResp' /entry/import_target/failList: get: tags: - entry description: |- 下载指标数据导入失败列表
operationId: TargetController.下载指标数据导入失败列表 /entry/target/add: post: tags: - entry description: |- 录入指标接口
operationId: TargetController.录入指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EdbinfoAddReq' responses: "200": description: Ret=200 录入成功 /entry/target/check: get: tags: - entry description: |- 指标删除校验
operationId: TargetController.指标删除校验 parameters: - in: query name: TradeCode description: 指标唯一编码 required: true type: string responses: Ret=200: description: 可删除 /entry/target/delete: post: tags: - entry description: |- 指标删除
operationId: TargetController.指标删除 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.TargetDeleteReq' responses: Ret=200: description: 删除成功 /entry/target/edit: post: tags: - entry description: |- 编辑指标
operationId: TargetController.编辑指标 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EdbinfoEditReq' responses: "200": description: Ret=200 录入成功 /entry/target/excel_style/add: post: tags: - entry description: |- 复制EXCEL数据保存
operationId: TargetController.复制EXCEL数据保存 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ExcelStyleReq' responses: "200": description: "" /entry/target/excel_style/edit: get: tags: - entry description: |- 在线Excel编辑
operationId: TargetController.在线Excel编辑 parameters: - in: query name: ClassifyId description: 指标唯一编码 type: string - in: query name: TradeCode description: 指标唯一编码 type: string - in: query name: Frequency description: 频度 required: true type: string responses: "200": description: "" /entry/target/frequency_list: get: tags: - entry description: |- 指标频度列表接口
operationId: TargetController.指标频度列表 parameters: - in: query name: ClassifyId description: 分类 required: true type: integer format: int64 responses: "200": description: "" schema: type: array items: type: string /entry/target/import: post: tags: - entry description: |- 导入指标接口
operationId: TargetController.导入指标 responses: "200": description: Ret=200 导入成功 /entry/target/item_list: get: tags: - entry description: |- 获取研究员指标
operationId: TargetController.获取研究员指标 parameters: - in: query name: Frequency description: 频度;枚举值:日度、周度、旬度、月度、季度、半年度、年度 type: string - in: query name: Keyword description: 关键字搜索 type: string - in: query name: TradeCode description: 指标唯一编码 type: string - in: query name: ClassifyId description: 分类id type: integer format: int64 - in: query name: EdbShowType description: 指标展示类型:0,1,2; 0:不管有没有数据,指标都展示出来, 1:只展示有数据的指标, 2:只展示没有数据的指标 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.TargetItemListResp' /entry/target/item_name_list: get: tags: - entry description: |- 获取研究员指标
operationId: TargetController.获取研究员指标 parameters: - in: query name: Frequency description: 频度;枚举值:日度、周度、月度、季度、半年度、年度 type: string - in: query name: Keyword description: 关键字搜索 type: string - in: query name: TradeCode description: 指标唯一编码 type: string - in: query name: ClassifyId description: 分类id type: integer format: int64 - in: query name: EdbShowType description: 指标展示类型:0,1,2; 0:不管有没有数据,指标都展示出来, 1:只展示有数据的指标, 2:只展示没有数据的指标 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.TargetItemListResp' /entry/target/list: get: tags: - entry description: |- 指标列表接口
operationId: TargetController.指标列表 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: StartDate description: 开始日期 required: true type: string - in: query name: EndDate description: 结束日期 required: true type: string - in: query name: Frequency description: 频度 required: true type: string - in: query name: ClassifyId description: 分类 required: true type: integer format: int64 - in: query name: KeyWord description: 名称关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.TargetListResp' /entry/target/search: get: tags: - entry description: |- 搜索指标
operationId: TargetController.搜索指标 parameters: - in: query name: ClassifyId description: 分类 required: true type: integer format: int64 - in: query name: KeyWord description: 名称关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.SearchTargetListResp' /entry/target/template: get: tags: - entry description: |- 下载指标导入模板
operationId: TargetCommonController.下载指标导入模板 /entry/target/unit_list: get: tags: - entry description: |- 指标列表接口
operationId: TargetController.指标列表 responses: "200": description: "" schema: type: array items: type: string /entry/template: get: tags: - entry description: |- 下载模板
operationId: TargetCommonController.下载模板 responses: "200": description: "" schema: $ref: '#/definitions/models.EdbdataClassifyResp' /eta_trial/questionnaire/commit: post: tags: - eta_trial description: |- 提交问卷
operationId: EtaTrialController.提交问卷 responses: "200": description: "" schema: $ref: '#/definitions/response.TryOutCompanyListResp' /eta_trial/questionnaire/popup: get: tags: - eta_trial description: |- 获取问卷调查弹窗信息
operationId: EtaTrialController.获取问卷调查弹窗信息 responses: "200": description: "" schema: $ref: '#/definitions/response.TryOutCompanyListResp' /eta_trial/user/active: post: tags: - eta_trial description: |- 累计活跃时长
operationId: EtaTrialController.累计活跃时长 parameters: - in: query name: ActiveTime description: 活跃时长 required: true type: integer format: int64 - in: query name: Part description: 活跃板块 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ETATrialAddReq' /eta_trial/user/login_duration: post: tags: - eta_trial description: |- 更新用户登录时长
operationId: EtaTrialController.更新用户登录时长 parameters: - in: query name: ActiveTime description: 活跃时长 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.ETATrialAddReq' /future_good/chart_classify/add: post: tags: - future_good description: |- 新增商品价格图表分类接口
operationId: FutureGoodChartClassifyController.新增商品价格图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddChartClassifyReq' responses: "200": description: Ret=200 保存成功 /future_good/chart_classify/delete: post: tags: - future_good description: |- 删除商品价格图表分类/图表接口
operationId: FutureGoodChartClassifyController.删除商品价格图表分类/图表 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DeleteChartClassifyReq' responses: "200": description: Ret=200 删除成功 /future_good/chart_classify/delete/check: post: tags: - future_good description: |- 删除图表检测接口
operationId: FutureGoodChartClassifyController.删除图表检测接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartClassifyDeleteCheckResp' responses: "200": description: Ret=200 检测成功 /future_good/chart_classify/edit: post: tags: - future_good description: |- 修改商品价格图表分类接口
operationId: FutureGoodChartClassifyController.修改商品价格图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartClassifyReq' responses: "200": description: Ret=200 修改成功 /future_good/chart_classify/items: get: tags: - future_good description: |- 获取所有商品价格图表分类接口-不包含图表
operationId: FutureGoodChartClassifyController.获取所有商品价格图表分类接口-不包含图表 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /future_good/chart_classify/list: get: tags: - future_good description: |- 商品价格图表分类列表接口
operationId: FutureGoodChartClassifyController.商品价格图表分类列表 parameters: - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /future_good/chart_classify/move: post: tags: - future_good description: |- 商品价格图表分类移动接口
operationId: FutureGoodChartClassifyController.商品价格图表分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveChartClassifyReq' /future_good/chart_info/add: post: tags: - future_good description: |- 新增图表接口
operationId: FutureGoodChartInfoController.新增图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddChartInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddChartInfoResp' /future_good/chart_info/base_detail/from_unique_code: get: tags: - future_good description: |- 根据编码获取图表详情(基础信息,没有数据)
operationId: FutureGoodChartInfoController.根据编码获取图表详情(基础信息,没有数据) parameters: - in: query name: UniqueCode description: 图表唯一编码,如果是管理后台访问,传固定字符串:7c69b590249049942070ae9dcd5bf6dc required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailFromUniqueCodeResp' /future_good/chart_info/base64Upload: post: tags: - future_good parameters: - in: query name: Img description: 图片 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ResourceResp' /future_good/chart_info/copy: post: tags: - future_good description: |- 新增图表接口
operationId: FutureGoodChartInfoController.复制并新增图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.CopyAddChartInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddChartInfoResp' /future_good/chart_info/detail: get: tags: - future_good description: |- 获取图表详情接口
operationId: FutureGoodChartInfoController.获取图表详情 parameters: - in: query name: ChartInfoId description: 图表id required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string - in: query name: Calendar description: 公历/农历 required: true type: string - in: query name: SeasonStartDate description: 季节性图开始日期 required: true type: string - in: query name: SeasonEndDate description: 季节性图结束日期 required: true type: string - in: query name: EdbInfoId description: 指标ID,多个用英文逗号隔开 required: true type: string - in: query name: ChartType description: 生成样式:1:曲线图,2:季节性图 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailResp' /future_good/chart_info/detail/from_unique_code: get: tags: - future_good description: |- 根据编码获取图表详情接口
operationId: FutureGoodChartInfoController.根据编码获取图表详情 parameters: - in: query name: UniqueCode description: 图表唯一编码,如果是管理后台访问,传固定字符串:7c69b590249049942070ae9dcd5bf6dc required: true type: integer format: int64 - in: query name: IsCache description: 是否走缓存,默认false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailFromUniqueCodeResp' /future_good/chart_info/edb_info/detail: get: tags: - future_good description: |- 图表-获取指标详情接口
operationId: FutureGoodChartInfoController.图表-获取指标详情 parameters: - in: query name: EdbInfoId description: 指标ID required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:自定义起始时间至今,7:18年至今,8:19年至今,9:20年至今 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string - in: query name: EdbInfoType description: 1:标准指标,0:领先指标,默认为标准指标 required: true type: integer format: int64 - in: query name: LeadValue description: 领先值 required: true type: integer format: int64 - in: query name: LeadUnit description: 领先单位:天,月,季,周 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartEdbInfoDetailResp' /future_good/chart_info/edb_info/search: get: tags: - future_good description: |- 图表指标模糊搜索接口
operationId: FutureGoodChartInfoController.图表指标模糊搜索 parameters: - in: query name: KeyWord description: 指标名称/ID required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartEdbInfo' /future_good/chart_info/edit: post: tags: - future_good description: |- 编辑图表接口
operationId: FutureGoodChartInfoController.编辑图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartInfoReq' responses: Ret=200: description: 保存成功 /future_good/chart_info/en/edit: post: tags: - future_good description: |- 编辑图表英文信息接口
operationId: FutureGoodChartInfoController.编辑图表英文信息接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartEnInfoReq' responses: Ret=200: description: 编辑成功 /future_good/chart_info/image/set: post: tags: - future_good description: |- 设置商品价格图表图片
operationId: FutureGoodChartInfoController.设置商品价格图表图片 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.SetChartInfoImageReq' responses: Ret=200: description: 保存成功 /future_good/chart_info/list: get: tags: - future_good description: |- 商品价格图表列表接口
operationId: FutureGoodChartInfoController.商品价格图表列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ChartClassifyId description: 分类id required: true type: integer format: int64 - in: query name: Keyword description: 搜索关键词 required: true type: string - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartListResp' /future_good/chart_info/move: post: tags: - future_good description: |- 移动图表接口
operationId: FutureGoodChartInfoController.移动图表接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveChartInfoReq' /future_good/chart_info/newest: get: tags: - future_good description: |- 获取最新图表接口
operationId: FutureGoodChartInfoController.获取最新图表接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoList' /future_good/chart_info/preview_bar: post: tags: - future_good description: |- 图表-获取指标详情接口
operationId: FutureGoodChartInfoController.图表-获取预览的商品价格曲线图数据 parameters: - in: query name: EdbInfoId description: 指标ID required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:自定义起始时间至今,7:18年至今,8:19年至今,9:20年至今 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string - in: query name: EdbInfoType description: 1:标准指标,0:领先指标,默认为标准指标 required: true type: integer format: int64 - in: query name: LeadValue description: 领先值 required: true type: integer format: int64 - in: query name: LeadUnit description: 领先单位:天,月,季,周 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartEdbInfoDetailResp' /future_good/chart_info/profit/add: post: tags: - future_good description: |- 新增图表接口
operationId: FutureGoodChartInfoController.新增图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddChartInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddChartInfoResp' /future_good/chart_info/profit/edit: post: tags: - future_good description: |- 编辑图表接口
operationId: FutureGoodChartInfoController.编辑图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartInfoReq' responses: Ret=200: description: 保存成功 /future_good/chart_info/profit/preview: post: tags: - future_good description: |- 图表-获取指标详情接口
operationId: FutureGoodChartInfoController.图表-获取预览的商品利润曲线图数据 parameters: - in: query name: EdbInfoId description: 指标ID required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:自定义起始时间至今,7:18年至今,8:19年至今,9:20年至今 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string - in: query name: EdbInfoType description: 1:标准指标,0:领先指标,默认为标准指标 required: true type: integer format: int64 - in: query name: LeadValue description: 领先值 required: true type: integer format: int64 - in: query name: LeadUnit description: 领先单位:天,月,季,周 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartEdbInfoDetailResp' /future_good/chart_info/refresh: get: tags: - future_good description: |- 图表刷新接口
operationId: FutureGoodChartInfoController.图表刷新接口 parameters: - in: query name: ChartInfoId description: 图表id required: true type: integer format: int64 - in: query name: UniqueCode description: 唯一code required: true type: string responses: Ret=200: description: 刷新成功 /future_good/chart_info/save: post: tags: - future_good description: |- 保存图表接口
operationId: FutureGoodChartInfoController.保存图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.SaveChartInfoReq' responses: Ret=200: description: 返回图表id /future_good/chart_info/search_by_es: get: tags: - future_good description: |- 图表模糊搜索(从es获取)
operationId: FutureGoodChartInfoController.图表模糊搜索(从es获取) parameters: - in: query name: Keyword description: 图表名称 required: true type: string - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfo' /future_good/edb_info/data/list: get: tags: - future_good description: |- 期货商品数据列表接口
operationId: FutureGoodEdbInfoController.期货商品数据列表 parameters: - in: query name: CurrentIndex description: 当前页码 required: true type: integer format: int64 - in: query name: PageSize description: 每页数据数 required: true type: integer format: int64 - in: query name: FutureGoodEdbInfoId description: 指标id required: true type: string - in: query name: FutureGoodEdbCode description: 指标code required: true type: string - in: query name: StartDate description: 开始日期 required: true type: string - in: query name: EndDate description: 结束日期 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/future_good.FutureGoodEdbDataListResp' /future_good/edb_info/group/list: get: tags: - future_good description: |- 期货指标列表接口
operationId: FutureGoodEdbInfoController.期货指标列表接口 parameters: - in: query name: RegionType description: 交易所来源,海外还是国内 type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoListResp' /future_good/edb_info/list: get: tags: - future_good description: |- 期货指标列表接口
operationId: FutureGoodEdbInfoController.期货指标列表接口 parameters: - in: query name: Keyword description: 搜索关键词:期货指标ID/期货指标名称 type: string - in: query name: RegionType description: 交易所来源,海外还是国内 type: string - in: query name: Exchange description: 交易所 type: string responses: "200": description: "" schema: type: array items: $ref: '#/definitions/future_good.FutureGoodEdbInfo' /future_good/exchange/list: get: tags: - future_good description: |- 交易所列表接口
operationId: FutureGoodEdbInfoController.交易所列表接口 parameters: - in: query name: RegionType description: 交易所来源,海外还是国内 type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoListResp' /line_equation/chart_classify/add: post: tags: - line_equation description: |- 新增拟合方程图表分类接口
operationId: LineEquationChartClassifyController.新增拟合方程图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddChartClassifyReq' responses: "200": description: Ret=200 保存成功 /line_equation/chart_classify/delete: post: tags: - line_equation description: |- 删除拟合方程图表分类/图表接口
operationId: LineEquationChartClassifyController.删除拟合方程图表分类/图表 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DeleteChartClassifyReq' responses: "200": description: Ret=200 删除成功 /line_equation/chart_classify/delete/check: post: tags: - line_equation description: |- 删除图表检测接口
operationId: LineEquationChartClassifyController.删除图表检测接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartClassifyDeleteCheckResp' responses: "200": description: Ret=200 检测成功 /line_equation/chart_classify/edit: post: tags: - line_equation description: |- 修改拟合方程图表分类接口
operationId: LineEquationChartClassifyController.修改拟合方程图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartClassifyReq' responses: "200": description: Ret=200 修改成功 /line_equation/chart_classify/items: get: tags: - line_equation description: |- 获取所有拟合方程图表分类接口-不包含图表
operationId: LineEquationChartClassifyController.获取所有拟合方程图表分类接口-不包含图表 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /line_equation/chart_classify/list: get: tags: - line_equation description: |- 拟合方程图表分类列表接口
operationId: LineEquationChartClassifyController.拟合方程图表分类列表 parameters: - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean - in: query name: Source description: 图表类型,3:拟合方程,4:滚动拟合方程 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /line_equation/chart_classify/move: post: tags: - line_equation description: |- 拟合方程图表分类移动接口
operationId: LineEquationChartClassifyController.拟合方程图表分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveChartClassifyReq' /line_equation/chart_info/copy: post: tags: - line_equation description: |- 新增图表接口
operationId: LineEquationChartInfoController.复制并新增图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.CopyAddChartInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddChartInfoResp' /line_equation/chart_info/detail: get: tags: - line_equation description: |- 获取图表详情接口
operationId: LineEquationChartInfoController.获取图表详情 parameters: - in: query name: ChartInfoId description: 图表id required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string - in: query name: Calendar description: 公历/农历 required: true type: string - in: query name: SeasonStartDate description: 季节性图开始日期 required: true type: string - in: query name: SeasonEndDate description: 季节性图结束日期 required: true type: string - in: query name: EdbInfoId description: 指标ID,多个用英文逗号隔开 required: true type: string - in: query name: ChartType description: 生成样式:1:曲线图,2:季节性图 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailResp' /line_equation/chart_info/detail/from_unique_code: get: tags: - line_equation description: |- 根据编码获取图表详情接口
operationId: LineEquationChartInfoController.根据编码获取图表详情 parameters: - in: query name: UniqueCode description: 图表唯一编码,如果是管理后台访问,传固定字符串:7c69b590249049942070ae9dcd5bf6dc required: true type: integer format: int64 - in: query name: IsCache description: 是否走缓存,默认false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailFromUniqueCodeResp' /line_equation/chart_info/en/edit: post: tags: - line_equation description: |- 编辑图表英文信息接口
operationId: LineEquationChartInfoController.编辑图表英文信息接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartEnInfoReq' responses: Ret=200: description: 编辑成功 /line_equation/chart_info/list: get: tags: - line_equation description: |- 拟合方程图表列表接口
operationId: LineEquationChartInfoController.拟合方程图表列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ChartClassifyId description: 分类id required: true type: integer format: int64 - in: query name: Keyword description: 搜索关键词 required: true type: string - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean - in: query name: Source description: 图表类型,3:拟合方程,4:滚动拟合方程 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartListResp' /line_equation/chart_info/move: post: tags: - line_equation description: |- 移动图表接口
operationId: LineEquationChartInfoController.移动图表接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveChartInfoReq' /line_equation/chart_info/preview: post: tags: - line_equation description: |- 拟合方程图表-获取预览数据
operationId: LineEquationChartInfoController.拟合方程图表-预览数据 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartEdbInfoDetailResp' /line_equation/chart_info/refresh: get: tags: - line_equation description: |- 图表刷新接口
operationId: LineEquationChartInfoController.图表刷新接口 parameters: - in: query name: ChartInfoId description: 图表id required: true type: integer format: int64 - in: query name: UniqueCode description: 唯一code required: true type: string responses: Ret=200: description: 刷新成功 /line_equation/chart_info/save: post: tags: - line_equation description: |- 新增图表接口
operationId: LineEquationChartInfoController.新增图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddChartInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddChartInfoResp' /line_equation/chart_info/search_by_es: get: tags: - line_equation description: |- 图表模糊搜索(从es获取)
operationId: LineEquationChartInfoController.图表模糊搜索(从es获取) parameters: - in: query name: Keyword description: 图表名称 required: true type: string - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean - in: query name: Source description: 来源,3:拟合方程,4:滚动拟合方程,默认0:全部 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfo' /line_equation/multiple_graph/config/detail: get: tags: - line_equation description: |- 保存配置接口
operationId: LineEquationChartInfoController.保存配置接口 parameters: - in: query name: UniqueCode description: 图表唯一编码,如果是管理后台访问,传固定字符串:7c69b590249049942070ae9dcd5bf6dc required: true type: integer format: int64 responses: Ret=200: description: 返回图表id /line_feature/chart/save: post: tags: - line_feature description: |- 保存图表接口
operationId: LineFeaturesChartInfoController.保存图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.SaveMultipleGraphChartReq' responses: Ret=200: description: 返回图表id /line_feature/chart_classify/add: post: tags: - line_feature description: |- 新增统计特征图表分类接口
operationId: LineFeaturesChartClassifyController.新增统计特征图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddChartClassifyReq' responses: "200": description: Ret=200 保存成功 /line_feature/chart_classify/delete: post: tags: - line_feature description: |- 删除统计特征图表分类/图表接口
operationId: LineFeaturesChartClassifyController.删除统计特征图表分类/图表 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DeleteChartClassifyReq' responses: "200": description: Ret=200 删除成功 /line_feature/chart_classify/delete/check: post: tags: - line_feature description: |- 删除图表检测接口
operationId: LineFeaturesChartClassifyController.删除图表检测接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartClassifyDeleteCheckResp' responses: "200": description: Ret=200 检测成功 /line_feature/chart_classify/edit: post: tags: - line_feature description: |- 修改统计特征图表分类接口
operationId: LineFeaturesChartClassifyController.修改统计特征图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartClassifyReq' responses: "200": description: Ret=200 修改成功 /line_feature/chart_classify/items: get: tags: - line_feature description: |- 获取所有统计特征图表分类接口-不包含图表
operationId: LineFeaturesChartClassifyController.获取所有统计特征图表分类接口-不包含图表 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /line_feature/chart_classify/list: get: tags: - line_feature description: |- 统计特征图表分类列表接口
operationId: LineFeaturesChartClassifyController.统计特征图表分类列表 parameters: - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean - in: query name: Source description: 图表类型,3:统计特征,4:滚动统计特征 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /line_feature/chart_classify/move: post: tags: - line_feature description: |- 统计特征图表分类移动接口
operationId: LineFeaturesChartClassifyController.统计特征图表分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveChartClassifyReq' /line_feature/chart_info/copy: post: tags: - line_feature description: |- 复制并新增图表接口
operationId: LineFeaturesChartInfoController.复制并新增图表接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.CopyAddChartInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/data_manage.AddChartInfoResp' /line_feature/chart_info/detail: get: tags: - line_feature description: |- 获取图表详情接口
operationId: LineFeaturesChartInfoController.获取图表详情 parameters: - in: query name: ChartInfoId description: 图表id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailResp' /line_feature/chart_info/detail/from_unique_code: get: tags: - line_feature description: |- 根据编码获取图表详情接口
operationId: LineFeaturesChartInfoController.根据编码获取图表详情 parameters: - in: query name: UniqueCode description: 图表唯一编码,如果是管理后台访问,传固定字符串:7c69b590249049942070ae9dcd5bf6dc required: true type: integer format: int64 - in: query name: IsCache description: 是否走缓存,默认false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfoDetailFromUniqueCodeResp' /line_feature/chart_info/en/edit: post: tags: - line_feature description: |- 编辑图表英文信息接口
operationId: LineFeaturesChartInfoController.编辑图表英文信息接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartEnInfoReq' responses: Ret=200: description: 编辑成功 /line_feature/chart_info/list: get: tags: - line_feature description: |- 统计特征图表列表接口
operationId: LineFeaturesChartInfoController.统计特征图表列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ChartClassifyId description: 分类id required: true type: integer format: int64 - in: query name: Keyword description: 搜索关键词 required: true type: string - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean - in: query name: Source description: 图表类型,3:统计特征,4:滚动统计特征 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartListResp' /line_feature/chart_info/move: post: tags: - line_feature description: |- 移动图表接口
operationId: LineFeaturesChartInfoController.移动图表接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveChartInfoReq' /line_feature/chart_info/refresh: get: tags: - line_feature description: |- 图表刷新接口
operationId: LineFeaturesChartInfoController.图表刷新接口 parameters: - in: query name: ChartInfoId description: 图表id required: true type: integer format: int64 - in: query name: UniqueCode description: 唯一code required: true type: string responses: Ret=200: description: 刷新成功 /line_feature/chart_info/search_by_es: get: tags: - line_feature description: |- 图表模糊搜索(从es获取)
operationId: LineFeaturesChartInfoController.图表模糊搜索(从es获取) parameters: - in: query name: Keyword description: 图表名称 required: true type: string - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean - in: query name: Source description: 来源,3:统计特征,4:滚动统计特征,默认0:全部 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartInfo' /line_feature/config/detail: get: tags: - line_feature description: |- 保存配置接口
operationId: LineFeaturesChartInfoController.保存配置接口 parameters: - in: query name: UniqueCode description: 图表唯一编码,如果是管理后台访问,传固定字符串:7c69b590249049942070ae9dcd5bf6dc required: true type: integer format: int64 responses: Ret=200: description: 返回图表id /line_feature/config/save: post: tags: - line_feature description: |- 保存配置接口
operationId: LineFeaturesChartInfoController.保存配置接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.SaveMultipleGraphConfigReq' responses: Ret=200: description: 返回图表id /line_feature/edb/save: post: tags: - line_feature description: |- 保存指标接口
operationId: LineFeaturesChartInfoController.保存指标接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.SaveMultipleGraphEdbReq' responses: Ret=200: description: 返回指标id /line_feature/preview: post: tags: - line_feature description: |- 批量添加图表的预览接口
operationId: LineFeaturesChartInfoController.批量添加图表的预览接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.SaveMultipleGraphConfigReq' responses: Ret=200: description: 返回图表id /line_feature/preview_cure: post: tags: - line_feature description: |- 批量添加图表的预览曲线图接口
operationId: LineFeaturesChartInfoController.批量添加图表的预览曲线图接口(只返回曲线图的数据) parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.SaveMultipleGraphConfigReq' responses: Ret=200: description: 返回图表id /meeting_probabilities/detail: get: tags: - meeting_probabilities description: |- 获取表格详情接口
operationId: MeetingProbabilitiesController.获取表格详情 parameters: - in: query name: ExcelInfoId description: 表格id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ExcelInfo' /my_chart/add: post: tags: - my_chart description: |- 新增我的图表接口
operationId: MyChartController.新增我的图表 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.MyChartAddReq' responses: "200": description: Ret=200 保存成功 /my_chart/add_to_classify: post: tags: - my_chart description: |- 新增我的图表接口
operationId: MyChartController.将图表加入到我的图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.MyChartAddReq' responses: "200": description: Ret=200 保存成功 /my_chart/chart/list: get: tags: - my_chart description: |- ETA图表列表接口
operationId: MyChartController.ETA图表列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ChartClassifyId description: 分类id required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词 required: true type: string - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartListResp' /my_chart/chart/recommend/list: get: tags: - my_chart description: |- ETA图表-推荐列表接口
operationId: MyChartController.ETA图表-推荐列表接口 parameters: - in: query name: ChartClassifyId description: 分类id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartRecommendListResp' /my_chart/classify/add: post: tags: - my_chart description: |- 新增我的图表接口
operationId: MyChartController.新增我的图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.MyChartClassifyAddReq' responses: "200": description: Ret=200 保存成功 /my_chart/classify/company_public_list: get: tags: - my_chart description: |- 我的图表-用户可见分类列表接口
operationId: MyChartController.我的图表-用户可见分类列表 parameters: - in: query name: Keyword description: 分类名称关键词 type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MyChartClassifyResp' /my_chart/classify/copy: post: tags: - my_chart description: |- 复制我的图表分类接口
operationId: MyChartController.复制我的图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.CopyChartClassifyReq' responses: "200": description: Ret=200 复制成功 /my_chart/classify/delete: post: tags: - my_chart description: |- 删除我的图表接口
operationId: MyChartController.删除我的图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.MyChartClassifyDeleteReq' responses: "200": description: Ret=200 保存成功 /my_chart/classify/edit: post: tags: - my_chart description: |- 编辑我的图表接口
operationId: MyChartController.编辑我的图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.MyChartClassifyEditReq' responses: "200": description: Ret=200 保存成功 /my_chart/classify/framework_node_list: get: tags: - my_chart description: |- 我的图表分类-关联的框架节点列表
operationId: MyChartController.我的图表分类-关联的框架节点列表 parameters: - in: query name: MyChartClassifyId description: 图表分类ID type: integer format: int64 responses: "200": description: Ret=200 获取成功 /my_chart/classify/list: get: tags: - my_chart description: |- 我的图表-分类列表接口
operationId: MyChartController.我的图表-分类列表接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MyChartClassifyResp' /my_chart/classify/modify_company_public: post: tags: - my_chart description: |- 修改公共分类是否用户可见接口
operationId: MyChartController.修改公共分类是否用户可见 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ModifyChartClassifyCompanyPublicReq' responses: "200": description: Ret=200 修改成功 /my_chart/classify/modify_public: post: tags: - my_chart description: |- 修改我的图表分类的是否可见接口
operationId: MyChartController.修改我的图表分类的是否可见 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ModifyChartClassifyPublicReq' responses: "200": description: Ret=200 修改成功 /my_chart/classify/move: post: tags: - my_chart description: |- 移动我的图表分类接口
operationId: MyChartController.移动我的图表分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.MyChartClassifyMoveReq' responses: "200": description: Ret=200 移动成功 /my_chart/classify/public_list: get: tags: - my_chart description: |- 我的图表-公共分类列表接口
operationId: MyChartController.我的图表-公共分类列表接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MyChartClassifyResp' /my_chart/delete: post: tags: - my_chart description: |- 删除-我的图表-中的图表接口
operationId: MyChartController.删除-我的图表-中的图表 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.MyChartDeleteReq' responses: "200": description: Ret=200 保存成功 /my_chart/edit: post: tags: - my_chart description: |- 编辑我的图表接口
operationId: MyChartController.编辑我的图表 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.MyChartEditReq' responses: "200": description: Ret=200 保存成功 /my_chart/get_mychart_classify_id_list: get: tags: - my_chart description: |- 根据我的图表id获取所属分类列表接口
operationId: MyChartController.根据我的图表id获取所属分类列表 parameters: - in: ChartInfoId name: query description: '`description:图表id`' type: integer format: int64 responses: "200": description: "" schema: type: array items: format: int64 type: integer /my_chart/list: get: tags: - my_chart description: |- 我的图表-列表接口
operationId: MyChartController.我的图表-列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: MyChartClassifyId description: 我的图表分类id required: true type: integer format: int64 - in: query name: MyChartId description: 我的图表id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MyChartListResp' /my_chart/move: post: tags: - my_chart description: |- 移动我的图表接口
operationId: MyChartController.移动我的图表接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveMyChartReq' /my_chart/search: get: tags: - my_chart description: |- 我的图表-列表接口
operationId: MyChartController.我的图表-列表接口 parameters: - in: query name: KeyWord description: 搜索关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MyChartListResp' /my_chart/search_by_es: get: tags: - my_chart description: |- 我的图表-列表接口
operationId: MyChartController.我的图表-列表接口 parameters: - in: query name: Keyword description: 搜索关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MyChartListResp' /out_link/all: get: tags: - out_link description: |- 外部链接展示列表
operationId: OutLinkController.外部链接展示列表 responses: "200": description: Ret=200 操作成功 /out_link/del: post: tags: - out_link description: |- 删除外部链接
operationId: OutLinkController.删除外部链接 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.OutLinkReq' responses: "200": description: Ret=200 操作成功 /out_link/list: get: tags: - out_link description: |- 外部链接列表
operationId: OutLinkController.外部链接列表 parameters: - in: query name: PageSize description: 每页记录数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 请求页码 required: true type: integer format: int64 responses: "200": description: Ret=200 操作成功 /out_link/save: post: tags: - out_link description: |- 保存外部链接
operationId: OutLinkController.保存外部链接 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.OutLinkSaveReq' responses: "200": description: Ret=200 操作成功 /pdfToImg/convert: get: tags: - pdfToImg /ppt_english/add: post: tags: - ppt_english description: |- 新增ppt接口
operationId: PptEnglishController.新增ppt parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.AddPptEnglishReq' responses: "200": description: Ret=200 新增成功 /ppt_english/config: get: tags: - ppt_english description: |- 获取ppt列表接口
operationId: PptEnglishController.获取ppt配置 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.PptEnglishListResp' /ppt_english/copy: post: tags: - ppt_english description: |- 复制目录接口
operationId: PptEnglishGroupController.复制单个ppt parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.ReqCopyPpt' responses: "200": description: Ret=200 复制成功 /ppt_english/delete: post: tags: - ppt_english description: |- 删除ppt接口
operationId: PptEnglishController.删除ppt parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.DeletePptEnglishReq' responses: "200": description: Ret=200 删除成功 /ppt_english/detail: get: tags: - ppt_english description: |- 获取ppt详情接口
operationId: PptEnglishController.获取ppt详情 parameters: - in: query name: PptId description: PptId required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.PptEnglish' /ppt_english/downloadpptx: get: tags: - ppt_english description: |- ppt下载
operationId: PptEnglishCommonController.ppt下载 parameters: - in: query name: PptId description: PptId required: true type: integer format: int64 responses: "200": description: 下载成功 /ppt_english/edit: post: tags: - ppt_english description: |- 编辑ppt接口
operationId: PptEnglishController.编辑ppt parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.AddPptEnglishReq' responses: "200": description: Ret=200 编辑成功 /ppt_english/grant: post: tags: - ppt_english description: |- 分配ppt权限接口
operationId: PptEnglishController.分配ppt权限 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.GrantPptReq' responses: "200": description: Ret=200 分配成功 /ppt_english/grant/cancel: post: tags: - ppt_english description: |- 取消分配ppt权限
operationId: PptEnglishController.取消分配ppt权限 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.DeletePptEnglishReq' responses: "200": description: Ret=200 分配成功 /ppt_english/grant/info: get: tags: - ppt_english description: |- 获取分配ppt权限详情接口
operationId: PptEnglishController.获取分配ppt权限详情 parameters: - in: query name: PptId description: ppt的id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.GrantInfoResp' /ppt_english/grant/ppt/list: get: tags: - ppt_english description: |- 获取用户共享的公共Ppt(分配权限的Ppt)接口
operationId: PptEnglishGroupController.获取用户共享的公共Ppt(分配权限的Ppt) parameters: - in: query name: GroupId description: 分组ID,唉,其实不知道用啥名,就这么用吧 required: true type: integer format: int64 - in: query name: Keyword description: 关键字 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.RespGroupPptList' /ppt_english/group/add: post: tags: - ppt_english description: |- 新增ppt目录接口
operationId: PptEnglishGroupController.新增ppt目录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.ReqAddPptGroup' responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.RespAddPptGroup' /ppt_english/group/copy: post: tags: - ppt_english description: |- 复制目录接口
operationId: PptEnglishGroupController.复制目录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.ReqPptGroup' responses: "200": description: Ret=200 复制成功 /ppt_english/group/delete: post: tags: - ppt_english description: |- 删除ppt目录接口
operationId: PptEnglishGroupController.删除ppt目录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.ReqPptGroup' responses: "200": description: Ret=200 删除成功 /ppt_english/group/move: post: tags: - ppt_english description: |- 移动目录接口
operationId: PptEnglishGroupController.移动目录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.ReqMoveGroup' responses: "200": description: Ret=200 移动成功 /ppt_english/group/name: get: tags: - ppt_english description: |- 查询目录名称列表接口
operationId: PptEnglishGroupController.查询目录名称列表 responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.RespPptGroupNameList' /ppt_english/group/ppt/list: get: tags: - ppt_english description: |- 获取可见的目录列表接口
operationId: PptEnglishGroupController.获取默认的ppt列表或者单个目录内的ppt列表 parameters: - in: query name: GroupId description: 目录ID required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.RespGroupPptList' /ppt_english/group/ppt/search: get: tags: - ppt_english description: |- 按ppt关键词搜索列表接口
operationId: PptEnglishGroupController.按ppt关键词搜索列表 parameters: - in: query name: KeyWord description: 搜索关键词 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.RespSearchGroupPptList' /ppt_english/group/rename: post: tags: - ppt_english description: |- 目录重命名接口
operationId: PptEnglishGroupController.目录重命名 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.ReqRenamePptGroup' responses: "200": description: Ret=200 重命名成功 /ppt_english/group/share: post: tags: - ppt_english description: |- 共享/取消共享目录接口
operationId: PptEnglishGroupController.共享/取消共享目录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.ReqPptGroup' responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.RespPptGroupShare' /ppt_english/groups: get: tags: - ppt_english description: |- 获取可见的目录列表接口
operationId: PptEnglishGroupController.获取可见的目录列表 responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.RespGroupList' /ppt_english/list: get: tags: - ppt_english description: |- 获取ppt列表接口
operationId: PptEnglishController.获取ppt列表 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.PptEnglishListResp' /ppt_english/move: post: tags: - ppt_english description: |- 移动目录里的ppt接口
operationId: PptEnglishGroupController.移动目录里的ppt parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.ReqMoveGroupPpt' responses: "200": description: Ret=200 移动成功 /ppt_english/ppt/search: get: tags: - ppt_english description: |- 我的/公开PPT搜索
operationId: PptEnglishGroupController.我的/公开PPT搜索 parameters: - in: query name: Keyword description: 关键字 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.RespGroupPptList' /ppt_english/pptUpload: post: tags: - ppt_english description: |- ppt上传
operationId: PptEnglishController.ppt上传 parameters: - in: query name: PptId description: PptId required: true type: integer format: int64 responses: "200": description: 新增成功 /ppt_english/publish: post: tags: - ppt_english description: |- 发布接口
operationId: PptEnglishController.发布接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.SavePptEnglishPathReq' responses: Ret=200: description: 发布成功 /ppt_english/saveLog: post: tags: - ppt_english description: |- 定时ppt操作日志记录
operationId: PptEnglishController.定时ppt操作日志记录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.AddPptEnglishReq' responses: "200": description: 新增成功 /ppt_english/share: post: tags: - ppt_english description: |- 共享/取消共享单个ppt接口
operationId: PptEnglishGroupController.共享/取消共享单个ppt parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.ReqPptShare' responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.RespPptShare' /ppt_english/share/ppt/list: get: tags: - ppt_english description: |- 获取用户开放的公共Ppt接口
operationId: PptEnglishGroupController.获取用户开放的公共Ppt parameters: - in: query name: AdminId description: 创建人ID required: true type: integer format: int64 - in: query name: Keyword description: 关键字 required: true type: string - in: query name: IsPrivate description: 是否为私有 type: boolean responses: "200": description: "" schema: $ref: '#/definitions/ppt_english.RespGroupPptList' /ppt_english/titleCheck: get: tags: - ppt_english description: |- 校验标题是否重复接口
operationId: PptEnglishController.校验标题是否重复 parameters: - in: query name: Title description: 标题 required: true type: integer format: int64 responses: "200": description: Ret=200 编辑成功 /ppt_english/toReport: post: tags: - ppt_english description: |- PPT转报告
operationId: PptEnglishController.英文PPT转报告 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ppt_english.EnglishPPT2ReportReq' responses: "200": description: Ret=200 转换成功 /pptv2/add: post: tags: - pptv2 description: |- 新增ppt接口
operationId: PptV2Controller.新增ppt parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.AddPptV2Req' responses: "200": description: Ret=200 新增成功 /pptv2/batchToEn: post: tags: - pptv2 description: |- 中文PPT转英文
operationId: PptV2Controller.中文PPT批量转英文 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.BatchEnPPT2CnReq' responses: "200": description: Ret=200 新增成功 /pptv2/config: get: tags: - pptv2 description: |- 获取ppt列表接口
operationId: PptV2Controller.获取ppt配置 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.PptV2ListResp' /pptv2/copy: post: tags: - pptv2 description: |- 复制目录接口
operationId: PptV2GroupController.复制单个ppt parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReqCopyPpt' responses: "200": description: Ret=200 复制成功 /pptv2/delete: post: tags: - pptv2 description: |- 删除ppt接口
operationId: PptV2Controller.删除ppt parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.DeletePptV2Req' responses: "200": description: Ret=200 删除成功 /pptv2/detail: get: tags: - pptv2 description: |- 获取ppt详情接口
operationId: PptV2Controller.获取ppt详情 parameters: - in: query name: PptId description: PptId required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.PptV2' /pptv2/downloadpptx: get: tags: - pptv2 description: |- ppt下载
operationId: PptV2CommonController.ppt下载 parameters: - in: query name: PptId description: PptId required: true type: integer format: int64 responses: "200": description: 下载成功 /pptv2/edit: post: tags: - pptv2 description: |- 编辑ppt接口
operationId: PptV2Controller.编辑ppt parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.AddPptV2Req' responses: "200": description: Ret=200 编辑成功 /pptv2/grant: post: tags: - pptv2 description: |- 分配ppt权限接口
operationId: PptV2Controller.分配ppt权限 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.GrantPptReq' responses: "200": description: Ret=200 分配成功 /pptv2/grant/cancel: post: tags: - pptv2 description: |- 取消分配ppt权限
operationId: PptV2Controller.取消分配ppt权限 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.DeletePptV2Req' responses: "200": description: Ret=200 分配成功 /pptv2/grant/info: get: tags: - pptv2 description: |- 获取分配ppt权限详情接口
operationId: PptV2Controller.获取分配ppt权限详情 parameters: - in: query name: PptId description: ppt的id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.GrantInfoResp' /pptv2/grant/ppt/list: get: tags: - pptv2 description: |- 获取用户共享的公共Ppt(分配权限的Ppt)接口
operationId: PptV2GroupController.获取用户共享的公共Ppt(分配权限的Ppt) parameters: - in: query name: GroupId description: 分组ID,唉,其实不知道用啥名,就这么用吧 required: true type: integer format: int64 - in: query name: Keyword description: 关键字 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.RespGroupPptList' /pptv2/group/add: post: tags: - pptv2 description: |- 新增ppt目录接口
operationId: PptV2GroupController.新增ppt目录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReqAddPptGroup' responses: "200": description: "" schema: $ref: '#/definitions/models.RespAddPptGroup' /pptv2/group/copy: post: tags: - pptv2 description: |- 复制目录接口
operationId: PptV2GroupController.复制目录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReqPptGroup' responses: "200": description: Ret=200 复制成功 /pptv2/group/delete: post: tags: - pptv2 description: |- 删除ppt目录接口
operationId: PptV2GroupController.删除ppt目录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReqPptGroup' responses: "200": description: Ret=200 删除成功 /pptv2/group/move: post: tags: - pptv2 description: |- 移动目录接口
operationId: PptV2GroupController.移动目录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReqMoveGroup' responses: "200": description: Ret=200 移动成功 /pptv2/group/name: get: tags: - pptv2 description: |- 查询目录名称列表接口
operationId: PptV2GroupController.查询目录名称列表 responses: "200": description: "" schema: $ref: '#/definitions/models.RespPptGroupNameList' /pptv2/group/ppt/list: get: tags: - pptv2 description: |- 获取可见的目录列表接口
operationId: PptV2GroupController.获取默认的ppt列表或者单个目录内的ppt列表 parameters: - in: query name: GroupId description: 目录ID required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.RespGroupPptList' /pptv2/group/ppt/search: get: tags: - pptv2 description: |- 按ppt关键词搜索列表接口
operationId: PptV2GroupController.按ppt关键词搜索列表 parameters: - in: query name: KeyWord description: 搜索关键词 required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/models.RespSearchGroupPptList' /pptv2/group/rename: post: tags: - pptv2 description: |- 目录重命名接口
operationId: PptV2GroupController.目录重命名 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReqRenamePptGroup' responses: "200": description: Ret=200 重命名成功 /pptv2/group/share: post: tags: - pptv2 description: |- 共享/取消共享目录接口
operationId: PptV2GroupController.共享/取消共享目录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReqPptGroup' responses: "200": description: "" schema: $ref: '#/definitions/models.RespPptGroupShare' /pptv2/groups: get: tags: - pptv2 description: |- 获取可见的目录列表接口
operationId: PptV2GroupController.获取可见的目录列表 responses: "200": description: "" schema: $ref: '#/definitions/models.RespGroupList' /pptv2/list: get: tags: - pptv2 description: |- 获取ppt列表接口
operationId: PptV2Controller.获取ppt列表 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.PptV2ListResp' /pptv2/move: post: tags: - pptv2 description: |- 移动目录里的ppt接口
operationId: PptV2GroupController.移动目录里的ppt parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReqMoveGroupPpt' responses: "200": description: Ret=200 移动成功 /pptv2/ppt/search: get: tags: - pptv2 description: |- 我的/公开PPT搜索
operationId: PptV2GroupController.我的/公开PPT搜索 parameters: - in: query name: Keyword description: 关键字 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.RespGroupPptList' /pptv2/pptUpload: post: tags: - pptv2 description: |- ppt上传
operationId: PptV2Controller.ppt上传 parameters: - in: query name: PptId description: PptId required: true type: integer format: int64 responses: "200": description: 新增成功 /pptv2/publish: post: tags: - pptv2 description: |- 发布接口
operationId: PptV2Controller.发布接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SavePptV2PathReq' responses: Ret=200: description: 发布成功 /pptv2/saveLog: post: tags: - pptv2 description: |- 定时ppt操作日志记录
operationId: PptV2Controller.定时ppt操作日志记录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.AddPptV2Req' responses: "200": description: 新增成功 /pptv2/share: post: tags: - pptv2 description: |- 共享/取消共享单个ppt接口
operationId: PptV2GroupController.共享/取消共享单个ppt parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReqPptShare' responses: "200": description: "" schema: $ref: '#/definitions/models.RespPptShare' /pptv2/share/ppt/list: get: tags: - pptv2 description: |- 获取用户开放的公共Ppt接口
operationId: PptV2GroupController.获取用户开放的公共Ppt parameters: - in: query name: AdminId description: 创建人ID required: true type: integer format: int64 - in: query name: Keyword description: 关键字 required: true type: string - in: query name: IsPrivate description: 是否为私有 type: boolean responses: "200": description: "" schema: $ref: '#/definitions/models.RespGroupPptList' /pptv2/titleCheck: get: tags: - pptv2 description: |- 校验标题是否重复接口
operationId: PptV2Controller.校验标题是否重复 parameters: - in: query name: Title description: 标题 required: true type: integer format: int64 responses: "200": description: Ret=200 编辑成功 /pptv2/to_report: post: tags: - pptv2 description: |- PPT转报告
operationId: PptV2Controller.PPT转报告 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.PPT2ReportReq' responses: "200": description: Ret=200 转换成功 /pptv2/toEn: post: tags: - pptv2 description: |- 中文PPT转英文
operationId: PptV2Controller.中文PPT转英文 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnPPT2CnReq' responses: "200": description: Ret=200 新增成功 /report/CheckDayWeekReportChapterVideo: get: tags: - report description: |- 获取暂停更新的晨报周报章节类型列表
operationId: ReportController.获取暂停更新的晨报周报章节类型列表 parameters: - in: query name: ReportId description: 报告ID required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ReportListResp' /report/add: post: tags: - report description: |- 新增报告
operationId: ReportController.新增报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.AddReq' responses: "200": description: "" schema: $ref: '#/definitions/models.AddResp' /report/addDayWeekReport: post: tags: - report description: |- 新增晨报周报
operationId: ReportController.新增晨报周报 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SaveDayWeekReportReq' responses: "200": description: Ret=200 保存成功 /report/author: get: tags: - report description: |- 获取报告作者
operationId: ReportController.获取报告作者接口 parameters: - in: query name: AuthorType description: 来源类型,1:中文,2:英文 required: true type: integer format: int64 - in: query name: StartDate description: 开始时间 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ReportAuthorResp' /report/chapter_type/add: post: tags: - report description: |- 新增报告章节
operationId: ReportChapterTypeController.新增报告章节 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReportChapterTypeAddReq' responses: "200": description: string "操作成功" /report/chapter_type/auth_setting: post: tags: - report description: |- 章节权限设置
operationId: ReportChapterTypeController.章节权限设置 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.EditActivityReq' responses: "200": description: string "操作成功" /report/chapter_type/del: post: tags: - report description: |- 删除报告章节
operationId: ReportChapterTypeController.删除报告章节 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReportChapterTypeDelReq' responses: "200": description: string "操作成功" /report/chapter_type/edit: post: tags: - report description: |- 编辑报告章节
operationId: ReportChapterTypeController.编辑报告章节 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReportChapterTypeEditReq' responses: "200": description: string "操作成功" /report/chapter_type/list: get: tags: - report description: |- 报告章节列表
operationId: ReportChapterTypeController.报告章节列表 parameters: - in: query name: ReportType description: '报告类型: day-晨报; week-周报' required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ReportChapterTypePageListResp' /report/chapter_type/permission_list: get: tags: - report description: |- 报告章节权限列表
operationId: ReportChapterTypeController.报告章节权限列表 parameters: - in: query name: ReportChapterTypeId description: 章节类型ID required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.CommunityQuestionListResp' /report/classifyIdDetail: get: tags: - report description: |- 根据分类获取最近一次报告详情
operationId: ReportController.根据分类获取最近一次报告详情接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ClassifyIdDetailReq' responses: "200": description: "" schema: $ref: '#/definitions/models.Report' /report/delete: post: tags: - report description: |- 删除报告
operationId: ReportController.删除报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.DeleteReq' responses: "200": description: Ret=200 删除成功 /report/detail: get: tags: - report description: |- 获取报告详情
operationId: ReportController.获取报告详情接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ReportDetailReq' responses: "200": description: "" schema: $ref: '#/definitions/models.Report' /report/edit: post: tags: - report description: |- 编辑报告
operationId: ReportController.编辑报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EditReq' responses: "200": description: "" schema: $ref: '#/definitions/models.EditResp' /report/editChapterTrendTag: post: tags: - report description: |- 编辑章节趋势标签
operationId: ReportController.编辑章节趋势标签 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EditReportChapterReq' responses: "200": description: Ret=200 保存成功 /report/editDayWeekChapter: post: tags: - report description: |- 编辑晨周报章节内容
operationId: ReportController.编辑晨周报章节内容 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EditReportChapterReq' responses: "200": description: Ret=200 保存成功 /report/editDayWeekReport: post: tags: - report description: |- 编辑晨周报
operationId: ReportController.编辑晨周报 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SaveDayWeekReportReq' responses: "200": description: Ret=200 保存成功 /report/getChapterTrendTag: get: tags: - report description: |- 获取章节趋势标签列表
operationId: ReportController.获取章节趋势标签列表 responses: "200": description: Ret=200 获取成功 /report/getDayReportTickerList: get: tags: - report description: |- 获取晨报数据指标列表
operationId: ReportController.获取晨报数据指标列表 parameters: - in: query name: ReportChapterId description: 章节ID required: true type: integer format: int64 responses: "200": description: Ret=200 保存成功 /report/getDayWeekChapter: get: tags: - report description: |- 获取晨周报章节信息
operationId: ReportController.获取晨周报章节信息 parameters: - in: query name: ReportChapterId description: 报告章节ID required: true type: integer format: int64 responses: "200": description: Ret=200 保存成功 /report/getDayWeekReportChapterTypeList: get: tags: - report description: |- 获取晨报周报章节类型列表
operationId: ReportController.获取晨报周报章节类型列表 parameters: - in: query name: StopType description: 停更类型 stop; disable; required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ReportListResp' /report/getDayWeekReportPauseTime: get: tags: - report description: |- 获取晨报周报的更新暂停时间
operationId: ReportController.获取晨报周报的更新暂停时间 responses: "200": description: "" schema: $ref: '#/definitions/models.ReportListResp' /report/getDayWeekReportVideoList: get: tags: - report description: |- 获取晨周报音视频列表
operationId: ReportController.获取晨周报音视频列表 parameters: - in: query name: ReportId description: 报告ID required: true type: integer format: int64 responses: "200": description: Ret=200 保存成功 /report/getLastDayWeekReportChapter: get: tags: - report description: |- 获取上一篇已发表的晨周报章节内容
operationId: ReportController.获取上一篇已发表的晨周报章节内容 parameters: - in: query name: TypeId description: 品种ID required: true type: integer format: int64 - in: query name: ReportType description: 报告类型 day-晨报; week-周报; required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/company.CompanyListResp' /report/getReportChapterList: get: tags: - report description: |- 获取报告章节列表
operationId: ReportController.获取报告章节列表 parameters: - in: query name: ReportId description: 报告ID required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/company.CompanyListResp' /report/getStopDayWeekReportChapterTypeList: get: tags: - report description: |- 获取暂停更新的晨报周报章节类型列表
operationId: ReportController.获取暂停更新的晨报周报章节类型列表 responses: "200": description: "" schema: $ref: '#/definitions/models.ReportListResp' /report/getSunCode: post: tags: - report description: |- 获取分享海报
operationId: ReportController.公共模块 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SunCodeReq' responses: "200": description: '"获取成功"' schema: type: string /report/isLastDayWeekReportChapter: get: tags: - report description: |- 是否为晨周报本期最后一个发布的报告
operationId: ReportController.是否为晨周报本期最后一个发布的报告 parameters: - in: query name: ReportChapterId description: 报告章节ID required: true type: integer format: int64 responses: "200": description: Ret=200 获取成功 /report/list: get: tags: - report description: |- 获取报告列表
operationId: ReportController.获取报告列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: TimeType description: 筛选的时间类别:publish_time(发布时间),modify_time(更新时间) required: true type: string - in: query name: StartDate description: 开始时间 required: true type: string - in: query name: EndDate description: 结束时间 required: true type: string - in: query name: Frequency description: 频度 required: true type: string - in: query name: ClassifyNameFirst description: 一级分类名称 required: true type: string - in: query name: ClassifyNameSecond description: 二级分类名称 required: true type: string - in: query name: State description: 状态 required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词 required: true type: string - in: query name: PublishSort description: desc:降序,asc 升序(预留) required: true type: string - in: query name: CompanyType description: 产品类型,枚举值:'ficc','权益';不传默认返回全部 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ReportListResp' /report/mark: post: tags: - report description: |- 标记报告编辑状态接口
operationId: ReportController.标记报告编辑状态 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.MarkEditEnReport' responses: "200": description: 标记成功 ;202 标记成功 /report/pre_publish: post: tags: - report description: |- 设置定时发布接口
operationId: ReportController.设置定时发布接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.PrePublishReq' responses: "200": description: Ret=200 发布成功 /report/publish: post: tags: - report description: |- 发布报告
operationId: ReportController.发布报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.PublishReq' responses: "200": description: Ret=200 发布成功 /report/publish/cancle: post: tags: - report description: |- 取消发布报告
operationId: ReportController.取消发布报告接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.PublishCancelReq' responses: "200": description: Ret=200 取消发布成功 /report/publishDayWeekReport: post: tags: - report description: |- 发布晨周报
operationId: ReportController.发布晨周报 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.PublishDayWeekReportReq' responses: "200": description: Ret=200 操作成功 /report/publishDayWeekReportChapter: post: tags: - report description: |- 发布晨周报章节
operationId: ReportController.发布晨周报章节 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.PublishReportChapterReq' responses: "200": description: Ret=200 操作成功 /report/report_view_record/export: get: tags: - report description: |- 研报浏览数据导出接口
operationId: ReportController.研报浏览数据导出 parameters: - in: query name: ReportIds description: 报告id,多个报告用英文,隔开 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/company.CompanyListResp' /report/saveReportContent: post: tags: - report description: |- 保存草稿
operationId: ReportController.保存草稿 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SaveReportContent' responses: "200": description: "" schema: $ref: '#/definitions/models.ReportAuthorResp' /report/sendMsg: post: tags: - report description: |- 模板消息/客群消息推送接口
operationId: ReportController.模板消息/客群消息推送接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SendTemplateMsgReq' responses: "200": description: Ret=200 推送成功 /report/sendTemplateMsg: post: tags: - report description: |- 模板消息推送
operationId: ReportController.模板消息推送接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SendTemplateMsgReq' responses: "200": description: Ret=200 推送成功 /report/setDayWeekReportEnableUpdateRule: post: tags: - report description: |- 设置晨报周报的永久暂停更新规则
operationId: ReportController.设置晨报周报的永久暂停更新规则 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SetDayWeekReportEnableUpdateRuleReq' responses: "200": description: string "操作成功" /report/setDayWeekReportUpdateRule: post: tags: - report description: |- 设置晨报周报的更新规则
operationId: ReportController.设置晨报周报的更新规则 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SetDayWeekReportUpdateRuleReq' responses: "200": description: string "操作成功" /report/ths/sendTemplateMsg: post: tags: - report description: |- 客群消息推送接口
operationId: ReportController.客群消息推送接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SendTemplateMsgReq' responses: "200": description: Ret=200 推送成功 /report/upload: post: tags: - report description: |- 图片上传接口
operationId: ReportController.图片上传 parameters: - in: query name: file description: 文件 required: true type: file responses: "200": description: 新增成功 /report/uploadImg: post: tags: - report description: |- 图片上传接口
operationId: ReportUploadCommonController.图片上传 parameters: - in: query name: File description: 文件 required: true type: file responses: "200": description: 上传成功 /report_author/author: get: tags: - report_author description: |- 获取报告作者
operationId: ReportAuthorController.获取报告作者接口 parameters: - in: query name: AuthorType description: 来源类型,1:中文,2:英文 required: true type: integer format: int64 - in: query name: Keyword description: 搜索关键词 required: true type: string - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: StartDate description: 开始时间 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ReportAuthorResp' /report_author/author/add: post: tags: - report_author description: |- 新增报告作者接口
operationId: ReportAuthorController.新增报告作者接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.AddReportAuthorReq' responses: "200": description: Ret=200 添加成功 /report_author/author/delete: post: tags: - report_author description: |- 删除报告作者接口
operationId: ReportAuthorController.删除报告作者接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.AddReportAuthorReq' responses: "200": description: Ret=200 启用成功 /report_author/author/edit: post: tags: - report_author description: |- 编辑报告作者接口
operationId: ReportAuthorController.编辑报告作者接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.AddReportAuthorReq' responses: "200": description: Ret=200 编辑成功 /report_author/author/enable: post: tags: - report_author description: |- 禁用/启用报告作者接口
operationId: ReportAuthorController.禁用/启用报告作者接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.EnableReportAuthorReq' responses: "200": description: Ret=200 启用成功 /resource/image/upload: post: tags: - resource description: |- 图片上传接口
operationId: ResourceController.图片上传 parameters: - in: query name: file description: 文件 required: true type: file responses: "200": description: "" schema: $ref: '#/definitions/models.ResourceResp' /resource/image/uploadV2: post: tags: - resource description: |- 图片上传接口
operationId: ResourceController.图片上传 parameters: - in: query name: file description: 文件 required: true type: file responses: "200": description: 新增成功 /resource/oss/get_sts_token: get: tags: - resource description: |- 获取STSToken
operationId: ResourceController.获取STSToken responses: "200": description: 获取成功 /resource/upload_image_base64: post: tags: - resource description: |- 上传图片
operationId: ResourceController.上传图片 parameters: - in: query name: Image description: 图片,base64字符串 type: string responses: "200": description: "" schema: $ref: '#/definitions/models.ImageResponse' /resource/video/upload: post: tags: - resource description: |- 视频上传接口
operationId: ResourceController.视频上传 parameters: - in: query name: file description: 文件 required: true type: file responses: "200": description: 新增成功 /resource/voice/upload: post: tags: - resource description: |- 音频上传接口
operationId: ResourceController.音频上传 parameters: - in: query name: file description: 文件 required: true type: file responses: "200": description: "" schema: $ref: '#/definitions/models.ResourceResp' /roadshow/researcher/list: get: tags: - roadshow description: |- 研究员列表接口
operationId: CalendarController.研究员列表 responses: "200": description: "" schema: $ref: '#/definitions/roadshow.ResearcherGroup' /sandbox/classify/add: post: tags: - sandbox description: |- 新增沙盘分类接口
operationId: SandboxController.新增沙盘分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddChartClassifyReq' responses: "200": description: Ret=200 保存成功 /sandbox/classify/delete: post: tags: - sandbox description: |- 删除沙盘分类/沙盘接口
operationId: SandboxController.删除沙盘分类/沙盘 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DeleteChartClassifyReq' responses: "200": description: Ret=200 删除成功 /sandbox/classify/delete/check: post: tags: - sandbox description: |- 删除沙盘检测接口
operationId: SandboxController.删除沙盘检测接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartClassifyDeleteCheckResp' responses: "200": description: Ret=200 检测成功 /sandbox/classify/edit: post: tags: - sandbox description: |- 修改沙盘分类接口
operationId: SandboxController.修改沙盘分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.EditChartClassifyReq' responses: "200": description: Ret=200 修改成功 /sandbox/classify/list: get: tags: - sandbox description: |- 获取所有沙盘分类接口-包含沙盘
operationId: SandboxController.获取所有沙盘分类接口-包含沙盘 parameters: - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /sandbox/classify/move: post: tags: - sandbox description: |- 沙盘分类移动接口
operationId: SandboxController.沙盘分类移动接口 responses: "200": description: "" schema: $ref: '#/definitions/data_manage.MoveChartClassifyReq' /sandbox/classifyList: get: tags: - sandbox description: |- 获取所有沙盘分类接口-不包含沙盘
operationId: SandboxController.获取所有沙盘分类接口-不包含沙盘 parameters: - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartClassifyListResp' /sandbox/delete: post: tags: - sandbox description: |- 删除沙盘接口
operationId: SandboxController.删除沙盘 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.DeleteSandbox' responses: "200": description: 标记成功 /sandbox/deleteV2: post: tags: - sandbox description: |- 删除沙盘接口
operationId: SandboxController.删除沙盘 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.DeleteSandbox' responses: "200": description: 标记成功 /sandbox/detail: get: tags: - sandbox description: |- 获取沙盘版本数据详情接口(已保存的)
operationId: SandboxController.获取沙盘版本数据详情(已保存的) parameters: - in: query name: SandboxVersionCode description: 沙盘版本code required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/sandbox.SandboxVersion' /sandbox/draft/add: post: tags: - sandbox description: |- 添加沙盘草稿接口
operationId: SandboxController.添加沙盘草稿 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddAndEditSandbox' responses: "200": description: "" schema: $ref: '#/definitions/sandbox.SandboxDraft' /sandbox/last_info: get: tags: - sandbox description: |- 获取最后一次编辑的沙盘数据详情接口
operationId: SandboxController.获取最后一次编辑的沙盘数据详情 parameters: - in: query name: SandboxId description: 沙盘编号id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/sandbox.Sandbox' /sandbox/link/check: post: tags: - sandbox description: |- 链接指标检测接口
operationId: SandboxController.链接指标检测 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.ChartClassifyDeleteCheckResp' responses: "200": description: Ret=200 检测成功 /sandbox/list_by_quote: get: tags: - sandbox description: |- 逻辑导图列表接口(其他地方引用到的,莫名其妙要根据输入的关键字匹配品种)
operationId: SandboxController.逻辑导图列表(其他地方引用到的,莫名其妙要根据输入的关键字匹配品种) parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ChartPermissionId description: 权限编号id required: true type: integer format: int64 - in: query name: Keyword description: 搜索关键词:沙盘名称/编辑人名称 type: string responses: "200": description: "" schema: $ref: '#/definitions/response.SandboxListResp' /sandbox/listV2: get: tags: - sandbox description: |- ETA图表列表接口
operationId: SandboxController.ETA图表列表接口 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: ChartClassifyId description: 分类id required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词 required: true type: string - in: query name: IsShowMe description: 是否只看我的,true、false required: true type: boolean responses: "200": description: "" schema: $ref: '#/definitions/data_manage.ChartListResp' /sandbox/mark: post: tags: - sandbox description: |- 标记沙盘编辑状态接口
operationId: SandboxController.标记沙盘编辑状态 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.MarkEditSandbox' responses: "200": description: 标记成功 ;202 标记成功 /sandbox/saveV2: post: tags: - sandbox description: |- 新增/编辑保存沙盘接口
operationId: SandboxController.新增/编辑保存沙盘 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddAndEditSandbox' responses: "200": description: "" schema: $ref: '#/definitions/sandbox.Sandbox' /sandbox/version/detail: get: tags: - sandbox description: |- 获取沙盘版本数据详情接口(已保存的)
operationId: SandboxController.获取沙盘版本数据详情(已保存的) parameters: - in: query name: SandboxVersionCode description: 沙盘版本code required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/sandbox.SandboxVersion' /sandbox/version/first_list: get: tags: - sandbox description: |- 逻辑导图版本列表接口(列表页第一页)
operationId: SandboxController.逻辑导图版本列表(列表页第一页) parameters: - in: query name: SandboxId description: 沙盘id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.SandboxVersionListResp' /sandbox/version/list: get: tags: - sandbox description: |- 逻辑导图版本列表接口
operationId: SandboxController.逻辑导图版本列表 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: SandboxId description: 沙盘id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.SandboxVersionListResp' /semantic_analysis/compare/del: post: tags: - semantic_analysis description: |- 删除语义分析
operationId: SaCompareController.删除语义分析 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaCompareDelReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/compare/detail: get: tags: - semantic_analysis description: |- 比对详情
operationId: SaCompareController.比对详情 parameters: - in: query name: CompareId description: 比对ID required: true type: integer format: int64 responses: "200": description: Ret=200 获取成功 /semantic_analysis/compare/move: post: tags: - semantic_analysis description: |- 移动比对
operationId: SaCompareController.移动比对 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaCompareMoveReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/compare/page_list: get: tags: - semantic_analysis description: |- 文档比对列表
operationId: SaCompareController.文档比对列表 parameters: - in: query name: Keyword description: 关键词 type: string - in: query name: ClassifyId description: 分类ID type: integer format: int64 responses: "200": description: Ret=200 获取成功 /semantic_analysis/compare/save: post: tags: - semantic_analysis description: |- 保存比对
operationId: SaCompareController.保存比对 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaCompareSaveReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/compare/save_keywords: post: tags: - semantic_analysis description: |- 保存比对
operationId: SaCompareController.保存关键词 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaCompareSearchKeywordSaveReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/compare/search: get: tags: - semantic_analysis description: |- 图表模糊搜索(从es获取)
operationId: SaCompareController.文档对比搜索(从es获取) parameters: - in: query name: Keyword description: 文档对比标题 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/saModel.CompareListByEsResp' /semantic_analysis/compare/select_docs: get: tags: - semantic_analysis description: |- 选择比对文档
operationId: SaCompareController.选择比对文档 parameters: - in: query name: DocIds description: 文档IDs required: true type: string responses: "200": description: Ret=200 获取成功 /semantic_analysis/compare/update_result_img: post: tags: - semantic_analysis description: |- 更新比对结果图片
operationId: SaCompareController.更新比对结果图片 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaCompareUpdateResultImgReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/compare_classify/add: post: tags: - semantic_analysis description: |- 新增比对分类
operationId: SaCompareClassifyController.新增比对分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaCompareClassifyAddReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/compare_classify/del: post: tags: - semantic_analysis description: |- 删除比对分类
operationId: SaCompareClassifyController.删除比对分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaCompareClassifyDelReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/compare_classify/edit: post: tags: - semantic_analysis description: |- 编辑比对分类
operationId: SaCompareClassifyController.编辑比对分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaCompareClassifyEditReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/compare_classify/list: get: tags: - semantic_analysis description: |- 比对分类列表
operationId: SaCompareClassifyController.比对分类列表 parameters: - in: query name: Keyword description: 关键词-比对标题 type: string responses: "200": description: Ret=200 获取成功 /semantic_analysis/doc/add: post: tags: - semantic_analysis description: |- 新增文档
operationId: SaDocController.新增文档 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaDocAddReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/doc/del: post: tags: - semantic_analysis description: |- 删除文档
operationId: SaDocController.删除文档 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaDocDelReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/doc/detail: get: tags: - semantic_analysis description: |- 文档详情
operationId: SaDocController.文档详情 parameters: - in: query name: DocId description: 文档ID required: true type: string responses: "200": description: Ret=200 获取成功 /semantic_analysis/doc/edit: post: tags: - semantic_analysis description: |- 编辑文档
operationId: SaDocController.编辑文档 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaDocEditReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/doc/move: post: tags: - semantic_analysis description: |- 移动文档
operationId: SaDocController.移动文档 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaDocEditReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/doc/page_list: get: tags: - semantic_analysis description: |- 文档列表
operationId: SaDocController.文档列表 parameters: - in: query name: Keyword description: 文档关键词 type: string - in: query name: ClassifyId description: 文档分类ID type: integer format: int64 responses: "200": description: Ret=200 获取成功 /semantic_analysis/doc_classify/add: post: tags: - semantic_analysis description: |- 新增文档分类
operationId: SaDocClassifyController.新增文档分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaDocClassifyAddReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/doc_classify/del: post: tags: - semantic_analysis description: |- 删除文档分类
operationId: SaDocClassifyController.删除文档分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaDocClassifyDelReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/doc_classify/edit: post: tags: - semantic_analysis description: |- 编辑文档分类
operationId: SaDocClassifyController.编辑文档分类 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaDocClassifyEditReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/doc_classify/list: get: tags: - semantic_analysis description: |- 文档分类列表
operationId: SaDocClassifyController.文档分类列表 parameters: - in: query name: DocKeyword description: 文档关键词 type: string responses: "200": description: Ret=200 获取成功 /semantic_analysis/label/add: post: tags: - semantic_analysis description: |- 新增标签
operationId: SaLabelController.新增标签 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaLabelAddReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/label/del: post: tags: - semantic_analysis description: |- 删除标签
operationId: SaLabelController.删除标签 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaLabelDelReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/label/edit: post: tags: - semantic_analysis description: |- 编辑标签
operationId: SaLabelController.编辑标签 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaLabelEditReq' responses: "200": description: Ret=200 操作成功 /semantic_analysis/label/page_list: get: tags: - semantic_analysis description: |- 标签列表
operationId: SaLabelController.标签列表 parameters: - in: query name: Keyword description: 关键词 type: string responses: "200": description: Ret=200 获取成功 /semantic_analysis/label/use_detail: get: tags: - semantic_analysis description: |- 段落引用详情
operationId: SaLabelController.段落引用详情 parameters: - in: query name: LabelId description: 标签ID required: true type: integer format: int64 responses: "200": description: Ret=200 获取成功 /smart_report/add: post: tags: - smart_report description: |- 新增
operationId: SmartReportController.新增 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/smart_report.SmartReportAddReq' responses: "200": description: "" schema: $ref: '#/definitions/smart_report.SmartReportItem' /smart_report/detail: get: tags: - smart_report description: |- 详情
operationId: SmartReportController.详情 parameters: - in: query name: SmartReportId description: 智能研报ID required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/smart_report.SmartReportItem' /smart_report/detail_img: get: tags: - smart_report description: |- 生成长图
operationId: SmartReportController.生成长图 parameters: - in: query name: SmartReportId description: 智能研报ID required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/smart_report.SmartReportSaveContentResp' /smart_report/edit: post: tags: - smart_report description: |- 编辑
operationId: SmartReportController.编辑 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/smart_report.SmartReportEditReq' responses: "200": description: "" schema: $ref: '#/definitions/smart_report.SmartReportItem' /smart_report/last_published_report: get: tags: - smart_report description: |- 上期已发布的报告
operationId: SmartReportController.上期已发布的报告 parameters: - in: query name: ClassifyIdFirst description: 一级分类ID type: integer format: int64 - in: query name: ClassifyIdSecond description: 二级分类ID type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/smart_report.SmartReportItem' /smart_report/list: get: tags: - smart_report description: |- 报告列表
operationId: SmartReportController.报告列表 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码 required: true type: integer format: int64 - in: query name: TimeType description: '筛选的时间类别: publish_time-发布时间, modify_time-更新时间' type: string - in: query name: StartDate description: 开始时间 type: string - in: query name: EndDate description: 结束时间 type: string - in: query name: Frequency description: 频度 type: string - in: query name: ClassifyIdFirst description: 一级分类ID type: integer format: int64 - in: query name: ClassifyIdSecond description: 二级分类ID type: integer format: int64 - in: query name: State description: '发布状态: 1-待发布; 2-已发布' type: integer format: int64 - in: query name: Keyword description: 搜索关键词 type: string responses: "200": description: "" schema: $ref: '#/definitions/smart_report.SmartReportListResp' /smart_report/mark_edit: post: tags: - smart_report description: |- 标记报告编辑状态接口
operationId: SmartReportController.标记报告编辑状态 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.MarkEditEnReport' responses: "200": description: 标记成功 ;202 标记成功 /smart_report/pre_publish: post: tags: - smart_report description: |- 设置定时发布
operationId: SmartReportController.设置定时发布 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/smart_report.SmartReportPrePublishReq' responses: "200": description: string "操作成功" /smart_report/publish: post: tags: - smart_report description: |- 发布/取消发布
operationId: SmartReportController.发布/取消发布 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/smart_report.SmartReportPublishReq' responses: "200": description: string "操作成功" /smart_report/remove: post: tags: - smart_report description: |- 删除
operationId: SmartReportController.删除 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/smart_report.SmartReportRemoveReq' responses: "200": description: string "操作成功" /smart_report/save_content: post: tags: - smart_report description: |- 保存草稿
operationId: SmartReportController.保存草稿 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/smart_report.SmartReportSaveContentReq' responses: "200": description: "" schema: $ref: '#/definitions/smart_report.SmartReportSaveContentResp' /smart_report/send_msg: post: tags: - smart_report description: |- 消息推送
operationId: SmartReportController.消息推送 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.SendTemplateMsgReq' responses: "200": description: Ret=200 推送成功 /smart_report/voice_upload: post: tags: - smart_report description: |- 音频上传接口
operationId: SmartReportController.音频上传 parameters: - in: query name: file description: 文件 required: true type: file - in: query name: SmartReportId description: 报告ID required: true type: integer format: int64 responses: Ret=200: description: 上传成功 /supply_analysis/variety/add: post: tags: - supply_analysis description: |- 新增品种接口
operationId: VarietyController.新增品种 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddVarietyReq' responses: "200": description: Ret=200 添加成功 /supply_analysis/variety/analysis: post: tags: - supply_analysis description: |- 品种分析接口
operationId: VarietyController.品种分析 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AnalysisReq' responses: "200": description: Ret=200 检测成功 /supply_analysis/variety/data/export: get: tags: - supply_analysis description: |- 商品价格图表分类列表接口
operationId: VarietyController.导出品种的指标数据 parameters: - in: query name: VarietyId description: 品种id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.VarietyEdbListResp' /supply_analysis/variety/delete: post: tags: - supply_analysis description: |- 删除存量装置图表分类/图表接口
operationId: VarietyController.删除存量装置图表分类/图表 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.DeleteChartClassifyReq' responses: "200": description: Ret=200 删除成功 /supply_analysis/variety/delete/check: post: tags: - supply_analysis description: |- 删除品种检测接口
operationId: VarietyController.删除品种检测接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.DelVarietyReq' responses: "200": description: Ret=200 检测成功 /supply_analysis/variety/detail: get: tags: - supply_analysis description: |- 存量装置图表分类列表接口
operationId: VarietyController.存量装置图表分类列表 parameters: - in: query name: VarietyId description: 品种id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.VarietyListResp' /supply_analysis/variety/edb/add: post: tags: - supply_analysis description: |- 添加到指标库
operationId: VarietyController.添加到指标库 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/data_manage.AddEdbInfoReq' responses: "200": description: "" schema: $ref: '#/definitions/response.VarietyEdbListResp' /supply_analysis/variety/edb/data/list: get: tags: - supply_analysis description: |- 指标数据列表接口
operationId: VarietyController.指标数据列表接口 parameters: - in: query name: VarietyEdbId description: 指标id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.VarietyEdbListResp' /supply_analysis/variety/edb/data/list/v2: get: tags: - supply_analysis description: |- 指标数据列表接口
operationId: VarietyController.指标数据列表接口 parameters: - in: query name: VarietyEdbId description: 指标id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.VarietyEdbListResp' /supply_analysis/variety/edb/data/seasonal: get: tags: - supply_analysis description: |- 获取指标数据
operationId: VarietyController.获取指标数据(季节性) parameters: - in: query name: EdbInfoId description: 指标ID required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:自定义起始时间至今,7:18年至今,8:19年至今,9:20年至今,10:全部 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string - in: query name: Calendar description: 公历/农历 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoDataResp' /supply_analysis/variety/edb/data/tb: get: tags: - supply_analysis description: |- 获取指标数据
operationId: VarietyController.获取指标数据同比值 parameters: - in: query name: EdbInfoId description: 指标ID required: true type: integer format: int64 - in: query name: DateType description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:自定义起始时间至今,7:18年至今,8:19年至今,9:20年至今,10:全部 required: true type: integer format: int64 - in: query name: StartDate description: 自定义开始日期 required: true type: string - in: query name: EndDate description: 自定义结束日期 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/data_manage.EdbInfoDataResp' /supply_analysis/variety/edb/list: get: tags: - supply_analysis description: |- 指标列表
operationId: VarietyController.指标列表 parameters: - in: query name: VarietyId description: 品种id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.VarietyEdbListResp' /supply_analysis/variety/edit: post: tags: - supply_analysis description: |- 编辑品种接口
operationId: VarietyController.编辑品种接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.EditVarietyReq' responses: "200": description: Ret=200 修改成功 /supply_analysis/variety/list: get: tags: - supply_analysis description: |- 存量装置图表分类列表接口
operationId: VarietyController.存量装置图表分类列表 parameters: - in: query name: IsAnalyse description: 是否有权限的,true、false required: true type: boolean - in: query name: Keyword description: 关键字搜索 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/response.VarietyListResp' /supply_analysis/variety/plant/add: post: tags: - supply_analysis description: |- 新增装置品种接口
operationId: VarietyController.新增品种装置 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddVarietyPlantReq' responses: "200": description: Ret=200 添加成功 /supply_analysis/variety/plant/copy: post: tags: - supply_analysis description: |- 从其他品种下复制装置接口
operationId: VarietyController.从其他品种下复制装置 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddVarietyPlantReq' responses: "200": description: Ret=200 添加成功 /supply_analysis/variety/plant/delete: post: tags: - supply_analysis description: |- 删除装置接口
operationId: VarietyController.删除装置 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.DeleteVarietyPlantReq' responses: "200": description: Ret=200 删除成功 /supply_analysis/variety/plant/edit: post: tags: - supply_analysis description: |- 编辑品种装置接口
operationId: VarietyController.编辑品种装置接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.EditVarietyPlantReq' responses: "200": description: Ret=200 修改成功 /supply_analysis/variety/plant/list: get: tags: - supply_analysis description: |- 装置列表
operationId: VarietyController.装置列表 parameters: - in: query name: VarietyId description: 品种id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/response.VarietyListResp' /supply_analysis/variety/production_day/modify: post: tags: - supply_analysis description: |- 编辑品种的生产天数接口
operationId: VarietyController.编辑品种的生产天数接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.ModifyProductionDayReq' responses: "200": description: Ret=200 修改成功 /system/config: get: tags: - system description: |- 系统配置列表
operationId: SysRoleController.系统配置列表 responses: "200": description: "" schema: type: array items: $ref: '#/definitions/system.BusinessConf' /system/department/add: post: tags: - system description: |- 新增部门接口
operationId: SysDepartmentController.新增部门 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysDepartmentAddReq' responses: "200": description: 新增成功 /system/department/delete: post: tags: - system description: |- 删除部门接口
operationId: SysDepartmentController.删除部门 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysDepartmentDeleteReq' responses: "200": description: 删除成功 /system/department/edit: post: tags: - system description: |- 修改部门接口
operationId: SysDepartmentController.修改部门 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysDepartmentEditReq' responses: "200": description: 修改成功 /system/department/list: get: tags: - system description: |- 获取部门列表接口
operationId: SysDepartmentController.获取部门列表 responses: "200": description: "" schema: $ref: '#/definitions/system.SysDepartmentListResp' /system/group/add: post: tags: - system description: |- 新增分组接口
operationId: SysGroupController.新增分组 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysGroupAddReq' responses: "200": description: 新增成功 /system/group/delete: post: tags: - system description: |- 删除分组接口
operationId: SysGroupController.删除分组 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysGroupDeleteReq' responses: "200": description: 删除成功 /system/group/edit: post: tags: - system description: |- 修改分组接口
operationId: SysGroupController.修改分组 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysGroupEditReq' responses: "200": description: 修改成功 /system/group/set_sort: post: tags: - system description: |- 分组排序
operationId: SysGroupController.分组排序 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysGroupEditReq' responses: "200": description: 修改成功 /system/menu/buttons: get: tags: - system description: |- 获取菜单全部按钮接口
operationId: SysRoleController.获取菜单全部按钮 parameters: - in: query name: RoleId description: 角色ID required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/system.MenuButtonsResp' /system/menu/list: get: tags: - system description: |- 获取用户权限菜单接口
operationId: SysRoleController.获取用户权限菜单 responses: "200": description: "" schema: $ref: '#/definitions/system.MenuListResp' /system/research_group/admin_group: get: tags: - system description: |- 获取研究员研究方向
operationId: ResearchGroupController.获取研究员研究方向 parameters: - in: query name: AdminId description: 研究员ID required: true type: integer format: int64 responses: "200": description: 获取成功 schema: $ref: '#/definitions/models.ResearchGroupRelation' /system/research_group/list: get: tags: - system description: |- 获取研究方向分组列表
operationId: ResearchGroupController.获取研究方向分组列表 responses: "200": description: 获取成功 schema: $ref: '#/definitions/services.ResearchGroupItem' /system/role/add: post: tags: - system description: |- 新增角色接口
operationId: SysRoleController.新增角色 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysRoleAddReq' responses: "200": description: 新增成功 /system/role/admin/add: post: tags: - system description: |- 新增留言管理管理员
operationId: SysRoleAdminController.新增留言管理管理员 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.AddRoleAdminReq' responses: Ret=200: description: 操作成功 /system/role/admin/del: post: tags: - system description: |- 删除留言管理管理员
operationId: SysRoleAdminController.删除留言管理管理员 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/request.DelCommentAdminReq' responses: Ret=200: description: 操作成功 /system/role/admin/list: get: tags: - system description: |- 获取特定角色下的管理员列表
operationId: SysRoleAdminController.获取特定角色下的管理员列表 parameters: - in: query name: RoleTypeCode description: 角色类型编码 type: string responses: "200": description: "" schema: $ref: '#/definitions/response.RoleAdminItemResp' /system/role/all: get: tags: - system description: |- 获取所有角色
operationId: SysRoleController.获取所有角色 responses: "200": description: "" schema: $ref: '#/definitions/system.SysRoleListResp' /system/role/delete: post: tags: - system description: |- 删除角色接口
operationId: SysRoleController.删除角色 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysRoleDeleteReq' responses: "200": description: 删除成功 /system/role/edit: post: tags: - system description: |- 修改角色接口
operationId: SysRoleController.修改角色 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysRoleEditReq' responses: "200": description: 修改成功 /system/role/list: get: tags: - system description: |- 获取角色列表接口
operationId: SysRoleController.获取角色列表 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/system.SysRoleListResp' /system/role/menu/add: post: tags: - system description: |- 角色设置权限
operationId: SysRoleController.角色设置权限-CRM14.1弃用 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.RoleMenusAddReq' responses: "200": description: "" schema: $ref: '#/definitions/system.SysRoleListResp' /system/role/menu/auth_list: get: tags: - system description: |- 角色设置权限-菜单列表
operationId: SysRoleController.角色设置权限-菜单列表 parameters: - in: query name: RoleId description: 角色Id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/system.SysRoleListResp' /system/role/menu/auth_save: post: tags: - system description: |- 角色设置权限-保存
operationId: SysRoleController.角色设置权限-保存 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/RoleMenusSaveReq' responses: "200": description: "" schema: $ref: '#/definitions/system.SysRoleListResp' /system/role/menu/buttons: get: tags: - system description: |- 角色-按钮权限列表
operationId: SysRoleController.角色-按钮权限列表 parameters: - in: query name: RoleId description: 角色Id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/system.SysRoleListResp' /system/role/menu/list: get: tags: - system description: |- 角色设置权限-菜单列表
operationId: SysRoleController.角色设置权限-菜单列表-CRM14.1弃用 parameters: - in: query name: RoleId description: 角色Id required: true type: integer format: int64 responses: "200": description: "" schema: $ref: '#/definitions/system.SysRoleListResp' /system/role/seller/list: get: tags: - system description: |- 获取未配置权限的管理员(根据部门、分组)接口
operationId: SysRoleAdminController.获取未配置权限的管理员(根据部门、分组) responses: "200": description: "" schema: $ref: '#/definitions/response.DepartmentGroupSellersResp' /system/sysuser/add: post: tags: - system description: |- 新增系统用户接口
operationId: SysAdminController.新增系统用户 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysuserAddReq' responses: "200": description: 新增成功 /system/sysuser/config/set: post: tags: - system description: |- 用户信息配置接口
operationId: SysAdminController.用户信息配置接口 responses: "200": description: "" schema: $ref: '#/definitions/system.SetAdminConfigReq' /system/sysuser/delete: post: tags: - system description: |- 删除系统用户接口
operationId: SysAdminController.删除系统用户 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysuserDeleteReq' responses: "200": description: 删除成功 /system/sysuser/detail: get: tags: - system description: |- 用户详情信息
operationId: SysAdminController.用户详情信息 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysuserAddReq' responses: "200": description: 新增成功 /system/sysuser/edit: post: tags: - system description: |- 编辑系统用户接口
operationId: SysAdminController.编辑系统用户 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysuserEditReq' responses: "200": description: 编辑成功 /system/sysuser/editEnabled: post: tags: - system description: |- 开启/禁用系统用户接口
operationId: SysAdminController.开启/禁用系统用户 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysuserEditReq' responses: "200": description: 操作成功 /system/sysuser/list: get: tags: - system description: |- 根据分组或者部门获取系统用户列表接口
operationId: SysAdminController.根据分组或者部门获取系统用户列表 parameters: - in: query name: PageSize description: 每页数据条数 required: true type: integer format: int64 - in: query name: CurrentIndex description: 当前页页码,从1开始 required: true type: integer format: int64 - in: query name: DepartmentId description: 部门ID required: true type: integer format: int64 - in: query name: GroupId description: 分组ID required: true type: integer format: int64 - in: query name: TeamId description: 小组ID required: true type: integer format: int64 - in: query name: RoleId description: 角色ID required: true type: integer format: int64 - in: query name: KeyWord description: 搜索关键词 required: true type: string responses: "200": description: "" schema: $ref: '#/definitions/system.SysuserListResp' /system/sysuser/move: post: tags: - system description: |- 移动分组
operationId: SysAdminController.移动分组 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysUserMoveReq' responses: "200": description: 编辑成功 /system/sysuser/reset_pass: post: tags: - system description: |- 重置密码
operationId: SysAdminController.重置密码 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysUserResetPassReq' responses: "200": description: 编辑成功 /system/team/add: post: tags: - system description: |- 新增分组接口
operationId: SysTeamController.新增分组 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysTeamAddReq' responses: "200": description: 新增成功 /system/team/delete: post: tags: - system description: |- 删除分组接口
operationId: SysTeamController.删除分组 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysTeamDeleteReq' responses: "200": description: 删除成功 /system/team/edit: post: tags: - system description: |- 修改分组接口
operationId: SysTeamController.修改分组 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/system.SysTeamEditReq' responses: "200": description: 修改成功 /sysuser/auth_code_login: get: tags: - sysuser description: |- 编码登录
operationId: SysUserController.编码登录 responses: "200": description: Ret=200 操作成功 /sysuser/check_pwd: get: tags: - sysuser description: |- 校验是否初始密码
operationId: SysUserAuthController.校验是否初始密码 responses: "200": description: '{bool} true "是否初始密码;false代表不是初始密码,直接进去;true代表是初始密码,需要强制修改密码"' /sysuser/get_crm_auth_code: get: tags: - sysuser description: |- 免密登录-获取登录CRM系统的编码
operationId: SysUserAuthController.免密登录-获取登录CRM系统的编码 responses: "200": description: Ret=200 获取成功 /sysuser/login: post: tags: - sysuser description: |- 系统用户登录
operationId: SysUserController.系统用户登录接口 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.LoginReq' responses: "200": description: "" schema: $ref: '#/definitions/models.LoginResp' /sysuser/modify/pwd: post: tags: - sysuser description: |- 修改密码
operationId: SysUserAuthController.修改密码 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/models.ModifyPwdReq' responses: "200": description: "" schema: $ref: '#/definitions/models.LoginResp' /sysuser/uuid: get: tags: - sysuser description: |- 获取系统用户UUID
operationId: SysUserController.获取系统用户UUID responses: "200": description: "" schema: $ref: '#/definitions/system.SysuserListResp' /taglib/variety_tag/tag_tree: get: tags: - taglib description: |- 标签树
operationId: VarietyTagController.标签树 responses: "200": description: string "获取成功" /trade_analysis/classify: get: tags: - trade_analysis description: |- 获取交易所合约列表
operationId: TradeAnalysisController.获取交易所合约列表 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/saModel.SaCompareSaveReq' responses: "200": description: "" schema: $ref: '#/definitions/trade_analysis.TradeClassifyNameListSort' /trade_analysis/top: get: tags: - trade_analysis description: |- 获取合约榜单详情
operationId: TradeAnalysisController.获取合约榜单详情 parameters: - in: query name: Exchange description: 交易所 type: string - in: query name: ClassifyName description: 分类名称 type: string - in: query name: ClassifyType description: 具体合约名称 type: string - in: query name: DataTime description: 请求日期,如果为空,则返回最新的榜单日期 type: string responses: "200": description: Ret=200 操作成功 /user_login/area_code/list: get: tags: - user_login description: |- 手机号区号列表
operationId: UserLoginController.手机号区号列表 responses: "200": description: Ret=200 获取成功 /user_login/forget/account_get: post: tags: - user_login description: |- 忘记密码-账号校验
operationId: UserLoginController.忘记密码-账号校验 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ForgetAccountGetReq' responses: "200": description: Ret=200 获取成功 /user_login/forget/code_verify: post: tags: - user_login description: |- 忘记密码-验证码校验
operationId: UserLoginController.忘记密码-验证码校验 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ForgetCodeVerifyReq' responses: "200": description: Ret=200 获取成功 /user_login/forget/reset_pass: post: tags: - user_login description: |- 忘记密码-重置密码
operationId: UserLoginController.忘记密码-重置密码 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/ForgetResetPassReq' responses: "200": description: Ret=200 获取成功 /user_login/get_captcha: get: tags: - user_login description: |- 生成图形验证码
operationId: UserLoginController.生成图形验证码 responses: "200": description: Ret=200 获取成功 /user_login/login: post: tags: - user_login description: |- 用户登录
operationId: UserLoginController.用户登录 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/UserLoginReq' responses: "200": description: "" schema: $ref: '#/definitions/models.LoginResp' /user_login/verify_code: post: tags: - user_login description: |- 获取短信/邮箱验证码
operationId: UserLoginController.获取短信/邮箱验证码 parameters: - in: body name: request description: type json string required: true schema: $ref: '#/definitions/VerifyCodeReq' responses: "200": description: Ret=200 获取成功 /voice/download: get: tags: - voice description: |- 音频下载接口
operationId: VoiceCommonController.音频下载 parameters: - in: query name: ReportId description: 报告ID required: true type: integer format: int64 responses: Ret=200: description: 下载成功 /voice/report/download: get: tags: - voice description: |- 音频下载接口
operationId: VoiceCommonController.报告章节列表音频下载 parameters: - in: query name: ChapterIds description: 章节IDs required: true type: string responses: Ret=200: description: 下载成功 /voice/upload: post: tags: - voice description: |- 音频上传接口
operationId: VoiceController.音频上传 parameters: - in: query name: file description: 文件 required: true type: file - in: query name: ReportId description: 报告ID required: true type: integer format: int64 responses: Ret=200: description: 上传成功 definitions: 3893.0xc0035d1620.false: title: "false" type: object 29459..LuckySheetDataValue: title: LuckySheetDataValue type: object 193187.0xc0025f60f0.false: title: "false" type: object 928793.0xc00336d680.false: title: "false" type: object EicDataV2: title: EicDataV2 type: object ForgetAccountGetReq: title: ForgetAccountGetReq type: object ForgetCodeVerifyReq: title: ForgetCodeVerifyReq type: object ForgetResetPassReq: title: ForgetResetPassReq type: object RoleMenusSaveReq: title: RoleMenusSaveReq type: object UserLoginReq: title: UserLoginReq type: object VerifyCodeReq: title: VerifyCodeReq type: object company.CompanyListResp: title: CompanyListResp type: object company.DepartmentGroupSellers: title: DepartmentGroupSellers type: object properties: AdminId: description: 系统用户id type: string Authority: description: 管理权限,0:无,1:部门负责人,2:小组负责人,或者ficc销售主管,4:ficc销售组长 type: integer format: int64 ChildrenList: description: 销售列表 type: array items: $ref: '#/definitions/company.DepartmentGroupSellers' RealName: description: 用户真实名称 type: string RoleTypeCode: description: 角色编码 type: string company.DepartmentGroupSellersResp: title: DepartmentGroupSellersResp type: object properties: List: type: array items: $ref: '#/definitions/company.DepartmentGroupSellers' company.PermissionLookItem: title: PermissionLookItem type: object properties: ChartPermissionId: description: 权限id type: integer format: int64 Checked: description: 选中状态 type: boolean Child: description: 子权限 type: array items: $ref: '#/definitions/company.PermissionLookItem' ClassifyName: description: 分类 type: string EndDate: description: 权限结束日期 type: string ExpireDay: description: 到期天数 type: string IsMerge: description: 是否合并行业, 给前端的标识, 暂时仅权益使用 type: boolean IsUpgrade: description: 是否升级,1是,0否 type: integer format: int64 PermissionName: description: 权限名称 type: string PermissionType: description: 1主观,2客观 type: integer format: int64 PermissionTypeName: description: 主观、客观 type: string RaiBothHas: description: 权益-是否主客观都有 type: boolean Remark: description: 备注 type: string StartDate: description: 权限开始日期 type: string Status: description: '''正式'',''试用'',''关闭''' type: string company.PermissionSetItem: title: PermissionSetItem type: object properties: ChartPermissionId: description: 权限id type: integer format: int64 Checked: description: 选中状态 type: boolean Child: description: 具体的主客观-方便前端的排版用的 type: array items: $ref: '#/definitions/company.PermissionSetItem' PermissionName: description: 权限名称 type: string PermissionType: description: 1主观,2客观 type: integer format: int64 company.PermissionSetItemType: title: PermissionSetItemType type: object properties: Checked: description: 选中状态 type: boolean CheckedMinate: description: 不确定状态 type: boolean Items: type: array items: $ref: '#/definitions/company.PermissionLookItem' NoClicking: description: 是否禁止点击 type: boolean PermissionName: description: 权限名称 type: string company.PermissionSetList: title: PermissionSetList type: object properties: CheckList: type: array items: type: integer format: int64 ClassifyName: description: 分类 type: string Items: type: array items: $ref: '#/definitions/company.PermissionSetItem' company.PermissionSetListType: title: PermissionSetListType type: object properties: CheckList: type: array items: type: integer format: int64 ClassifyName: description: 分类 type: string Items: type: array items: $ref: '#/definitions/company.PermissionSetItemType' company.PermissionSetResp: title: PermissionSetResp type: object properties: List: type: array items: $ref: '#/definitions/company.PermissionSetList' ListType: description: 主观客观列表 type: array items: $ref: '#/definitions/company.PermissionSetListType' company.PermissionVarietyItem: title: PermissionVarietyItem type: object properties: ChartPermissionId: description: 权限id type: integer format: int64 ClassifyName: description: 权限名称 type: string company.PermissionVarietyList: title: PermissionVarietyList type: object properties: ChartPermissionId: description: 父级id type: integer format: int64 ClassifyName: description: 分类 type: string Items: type: array items: $ref: '#/definitions/company.PermissionVarietyItem' company.PermissionVarietyResp: title: PermissionVarietyResp type: object properties: List: type: array items: $ref: '#/definitions/company.PermissionVarietyList' data_manage.&{255943 EdbClassifyItems}: title: '&{255943 EdbClassifyItems}' type: object data_manage.AddBaseFromBaiinfoClassifyReq: title: AddBaseFromBaiinfoClassifyReq type: object data_manage.AddBaseFromMysteelChemicalClassifyReq: title: AddBaseFromMysteelChemicalClassifyReq type: object data_manage.AddBaseFromSciClassifyReq: title: AddBaseFromSciClassifyReq type: object data_manage.AddBaseFromSmmClassifyReq: title: AddBaseFromSmmClassifyReq type: object data_manage.AddChartClassifyReq: title: AddChartClassifyReq type: object properties: ChartClassifyName: description: 分类名称 type: string Level: description: 层级,第一级传0,其余传上一级的层级 type: integer format: int64 ParentId: description: 父级id,第一级传0 type: integer format: int64 data_manage.AddChartInfoReq: title: AddChartInfoReq type: object properties: BarChartInfo: $ref: '#/definitions/data_manage.BarChartInfoReq' description: 柱方图的配置 Calendar: description: 公历/农历 type: string ChartClassifyId: description: 分类id type: integer format: int64 ChartEdbInfoList: description: 指标及配置信息 type: array items: $ref: '#/definitions/data_manage.ChartSaveItem' ChartName: description: 图表名称 type: string ChartType: description: 生成样式:1:曲线图,2:季节性图,3:面积图,4:柱状图,5:散点图,6:组合图,7:柱方图 type: integer format: int64 CorrelationChartInfo: $ref: '#/definitions/data_manage.CorrelationChartInfoReq' description: 相关性图表配置 DateType: description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:起始日期至今 type: integer format: int64 EndDate: description: 自定义结束日期 type: string ExtraConfig: description: 图表额外配置信息,json字符串 type: string LeftMax: description: 图表左侧最大值 type: string LeftMin: description: 图表左侧最小值 type: string RightMax: description: 图表右侧最大值 type: string RightMin: description: 图表右侧最小值 type: string SeasonExtraConfig: $ref: '#/definitions/data_manage.SeasonExtraItem' description: 季节性图表中的配置,json数据 StartDate: description: 自定义开始日期 type: string StartYear: description: 当选择的日期类型为最近N年类型时,即date_type=20, 用start_year表示N type: integer format: int64 data_manage.AddChartInfoResp: title: AddChartInfoResp type: object properties: ChartInfoId: description: 图表id type: integer format: int64 ChartType: description: 生成样式:1:曲线图,2:季节性图 type: integer format: int64 UniqueCode: description: 图表唯一编码 type: string data_manage.AddEdbClassifyReq: title: AddEdbClassifyReq type: object properties: ClassifyName: description: 分类名称 type: string ClassifyType: description: 分类类型,0:普通指标分类,1:预测指标分类 type: integer format: int32 Level: description: 层级,第一级传0,其余传上一级的层级 type: integer format: int64 ParentId: description: 父级id,第一级传0 type: integer format: int64 data_manage.AddEdbInfoReq: title: AddEdbInfoReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 EdbCode: description: 指标编码 type: string EdbName: description: 指标名称 type: string EndDate: description: 终止日期 type: string Frequency: description: 频率 type: string Source: description: 来源id type: integer format: int64 StartDate: description: 起始日期 type: string Unit: description: 单位 type: string data_manage.AddEdbInfoResp: title: AddEdbInfoResp type: object properties: ClassifyId: description: 分类id type: integer format: int64 EdbInfoId: description: 指标ID type: integer format: int64 UniqueCode: description: 指标唯一编码 type: string data_manage.AddManualClassifyReq: title: AddManualClassifyReq type: object properties: ClassifyName: description: 分类名称 type: string ParentId: description: 父级id,第一级传0 type: integer format: int64 data_manage.AddPredictEdbInfoReq: title: AddPredictEdbInfoReq type: object data_manage.AddPythonEdbReq: title: AddPythonEdbReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 EdbInfoId: description: 指标id type: integer format: int64 EdbName: description: 指标名称 type: string Frequency: description: 频度 type: string PythonCode: description: python代码 type: string Unit: description: 单位 type: string data_manage.BaiinfoClassify: title: BaiinfoClassify type: object properties: TypeCode: description: 分类名称编码 type: string TypeName: description: 分类名称 type: string data_manage.BarChartInfoDateReq: title: BarChartInfoDateReq type: object properties: Color: description: 颜色 type: string Date: description: 固定日期 type: string Name: description: 别名 type: string Type: description: 配置类型 type: integer format: int64 Value: description: N天的值 type: integer format: int64 data_manage.BarChartInfoEdbItemReq: title: BarChartInfoEdbItemReq type: object properties: EdbInfoId: description: 指标ID type: integer format: int64 Name: description: 别名 type: string NameEn: description: 英文别名 type: string Source: description: 1:ETA图库;2:商品价格 type: integer format: int64 data_manage.BarChartInfoReq: title: BarChartInfoReq type: object properties: DateList: description: 日期配置 type: array items: $ref: '#/definitions/data_manage.BarChartInfoDateReq' EdbInfoIdList: description: 指标信息 type: array items: $ref: '#/definitions/data_manage.BarChartInfoEdbItemReq' Sort: $ref: '#/definitions/data_manage.BarChartInfoSortReq' description: 排序 Unit: description: 中文单位 type: string UnitEn: description: 英文单位 type: string XEdbList: description: X轴选择的指标列表 type: array items: $ref: '#/definitions/data_manage.BarChartInfoEdbItemReq' YEdbList: description: Y轴选择的指标列表 type: array items: $ref: '#/definitions/data_manage.BarChartInfoEdbItemReq' data_manage.BarChartInfoSortReq: title: BarChartInfoSortReq type: object properties: DateIndex: description: 日期数据的下标,从0开始 type: integer format: int64 Sort: description: 排序类型,0:默认,1:升序,2:降序 type: integer format: int64 data_manage.BaseFromMysteelChemicalClassifyItems: title: BaseFromMysteelChemicalClassifyItems type: object properties: BaseFromMysteelChemicalClassifyId: type: integer format: int64 BaseFromMysteelChemicalIndexId: type: integer format: int64 Button: $ref: '#/definitions/data_manage.BaseFromMysteelChemicalClassifyItemsButton' description: 操作权限 Children: description: 下级 type: array items: $ref: '#/definitions/data_manage.BaseFromMysteelChemicalClassifyItems' ClassifyName: description: 分类名称 type: string CreateTime: description: 创建时间 type: string format: datetime IndexCode: description: 指标编码 type: string Level: description: 层级 type: integer format: int64 ModifyTime: description: 修改时间 type: string format: datetime ParentId: description: 父级id type: integer format: int64 Sort: description: 排序字段,越小越靠前,默认值:10 type: integer format: int64 SysUserId: description: 创建人id type: integer format: int64 SysUserRealName: description: 创建人姓名 type: string UniqueCode: description: 唯一编码 type: string data_manage.BaseFromMysteelChemicalClassifyItemsButton: title: BaseFromMysteelChemicalClassifyItemsButton type: object properties: AddButton: description: 是否可添加 type: boolean DeleteButton: description: 是否可删除 type: boolean MoveButton: description: 是否可移动 type: boolean OpButton: description: 是否可编辑 type: boolean data_manage.BaseFromMysteelChemicalIndexResp: title: BaseFromMysteelChemicalIndexResp type: object properties: List: type: array items: $ref: '#/definitions/data_manage.BaseFromMysteelChemicalClassifyItems' data_manage.BaseFromTradeEicIndexV2: title: BaseFromTradeEicIndexV2 type: object properties: BaseFromEicIndexId: type: integer format: int64 Children: type: array items: $ref: '#/definitions/data_manage.BaseFromTradeEicIndexV2' Consumption: type: string ConsumptionCode: type: string ConsumptionFull: type: string ConsumptionFullCode: type: string CreateTime: type: string format: datetime EicCode: type: string Full: type: number format: double FullCode: type: string GasDayStart: type: string GasInStorage: type: number format: double GasInStorageCode: type: string Info: type: string Injection: type: number format: double InjectionCapacity: type: number format: double InjectionCapacityCode: type: string InjectionCode: type: string ModifyTime: type: string format: datetime Name: type: string Parent: type: string Status: type: string Trend: type: number format: double TrendCode: type: string Type: type: string Withdrawal: type: number format: double WithdrawalCapacity: type: number format: double WithdrawalCapacityCode: type: string WithdrawalCode: type: string WorkingGasVolume: type: number format: double WorkingGasVolumeCode: type: string data_manage.BatchChartRefreshReq: title: BatchChartRefreshReq type: object properties: ChartInfoCode: description: 图表编码数组 type: array items: type: string data_manage.CalculateDetailResp: title: CalculateDetailResp type: object properties: CalculateList: type: array items: $ref: '#/definitions/data_manage.EdbInfoCalculateDetail' EdbInfoDetail: $ref: '#/definitions/data_manage.EdbInfoFullClassify' data_manage.ChartClassifyDeleteCheckResp: title: ChartClassifyDeleteCheckResp type: object properties: DeleteStatus: description: 检测状态:0:默认值,如果为0,继续走其他校验,1:该分类下关联图表不可删除,2:确认删除当前目录及包含的子目录吗 type: integer format: int64 TipsMsg: description: 提示信息 type: string data_manage.ChartClassifyItems: title: ChartClassifyItems type: object properties: Button: $ref: '#/definitions/data_manage.ChartClassifyItemsButton' description: 按钮权限 Calendar: description: 公历/农历 type: string ChartClassifyId: description: 分类id type: integer format: int64 ChartClassifyName: type: string ChartClassifyNameEn: type: string ChartInfoId: description: 指标id type: integer format: int64 ChartType: description: 生成样式:1:曲线图,2:季节性图 type: integer format: int64 Children: type: array items: $ref: '#/definitions/data_manage.ChartClassifyItems' DateType: description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间 type: integer format: int64 EndDate: description: 自定义结束日期 type: string Level: description: 层级 type: integer format: int64 ParentId: type: integer format: int64 SeasonEndDate: description: 季节性图开始日期 type: string SeasonStartDate: description: 季节性图开始日期 type: string Sort: description: 排序字段,越小越靠前,默认值:10 type: integer format: int64 Source: description: 来源id type: integer format: int64 SourceName: description: 来源名称 type: string StartDate: description: 自定义开始日期 type: string SysUserId: description: 创建人id type: integer format: int64 SysUserRealName: description: 创建人姓名 type: string UniqueCode: description: 唯一编码 type: string data_manage.ChartClassifyItemsButton: title: ChartClassifyItemsButton type: object properties: AddButton: description: 是否可添加 type: boolean DeleteButton: description: 是否可删除 type: boolean MoveButton: description: 是否可移动 type: boolean OpButton: description: 是否可编辑 type: boolean data_manage.ChartClassifyListResp: title: ChartClassifyListResp type: object properties: AllNodes: type: array items: $ref: '#/definitions/data_manage.ChartClassifyItems' CanOpClassify: description: 是否允许操作分类 type: boolean Language: description: 指标的展示语言,CN:中文,EN:英文 type: string data_manage.ChartClassifyView: title: ChartClassifyView type: object properties: ChartClassifyId: type: integer format: int64 ChartClassifyName: description: 分类名称 type: string ParentId: description: 父级id type: integer format: int64 data_manage.ChartEdbInfo: title: ChartEdbInfo type: object properties: EdbInfoId: description: 指标id type: integer format: int64 EdbName: description: 指标名称 type: string data_manage.ChartEdbInfoDetailResp: title: ChartEdbInfoDetailResp type: object properties: EdbInfo: $ref: '#/definitions/data_manage.ChartEdbInfoMapping' data_manage.ChartEdbInfoMapping: title: ChartEdbInfoMapping type: object properties: ChartColor: description: 颜色 type: string ChartEdbMappingId: description: 图表指标id type: integer format: int64 ChartInfoId: description: 图表id type: integer format: int64 ChartStyle: description: 图表类型 type: string ChartType: description: 生成样式:1:曲线图,2:季节性图,3:面积图,4:柱状图,5:散点图,6:组合图,7:柱方图,8:商品价格曲线图,9:相关性图 type: integer format: int64 ChartWidth: description: 线条大小 type: number format: double ClassifyId: description: 分类id type: integer format: int64 DataList: $ref: '#/definitions/data_manage.interface' EdbAliasName: description: 指标名称(别名) type: string EdbAliasNameEn: description: 英文指标名称(别名) type: string EdbCode: description: 指标编码 type: string EdbInfoCategoryType: description: 0:普通指标,1:预测指标 type: integer format: int64 EdbInfoId: description: 指标id type: integer format: int64 EdbInfoType: description: 1:标准指标,0:领先指标 type: integer format: int64 EdbName: description: 指标名称 type: string EdbNameEn: description: 英文指标名称 type: string EdbType: description: 指标类型:1:基础指标,2:计算指标 type: integer format: int64 EndDate: description: 终止日期 type: string Frequency: description: 频率 type: string FrequencyEn: description: 英文频率 type: string IsAxis: description: 1:左轴,0:右轴 type: integer format: int64 IsOrder: description: true:正序,false:逆序 type: boolean LatestDate: description: 数据最新日期 type: string LatestValue: description: 数据最新值 type: number format: double LeadUnit: description: 领先单位 type: string LeadUnitEn: description: 领先英文单位 type: string LeadValue: description: 领先值 type: integer format: int64 MappingSource: description: 1:ETA图库;2:商品价格曲线 type: integer format: int64 MaxData: description: 上限 type: number format: double MinData: description: 下限 type: number format: double ModifyTime: description: 指标最后更新时间 type: string MoveLatestDate: description: 移动后的数据最新日期 type: string PredictChartColor: description: 预测数据的颜色 type: string Source: description: 来源id type: integer format: int64 SourceName: description: 来源名称 type: string StartDate: description: 起始日期 type: string UniqueCode: description: 指标唯一编码 type: string Unit: description: 单位 type: string UnitEn: description: 英文单位 type: string data_manage.ChartFrameworkAddReq: title: ChartFrameworkAddReq type: object properties: FrameworkContent: description: 框架内容 type: string FrameworkImg: description: 框架图片 type: string FrameworkName: description: 框架名称 type: string Nodes: description: 框架节点 type: array items: $ref: '#/definitions/data_manage.ChartFrameworkNodeReq' data_manage.ChartFrameworkEditPublicReq: title: ChartFrameworkEditPublicReq type: object properties: ChartFrameworkId: description: 图库框架ID type: integer format: int64 IsPublic: description: 0-隐藏公开; 1-公开 type: integer format: int64 data_manage.ChartFrameworkEditReq: title: ChartFrameworkEditReq type: object properties: ChartFrameworkId: description: 图库框架ID type: integer format: int64 FrameworkContent: description: 框架内容 type: string FrameworkImg: description: 框架图片 type: string FrameworkName: description: 框架名称 type: string Nodes: description: 框架节点 type: array items: $ref: '#/definitions/data_manage.ChartFrameworkNodeReq' data_manage.ChartFrameworkMoveReq: title: ChartFrameworkMoveReq type: object properties: ChartFrameworkId: description: 图库框架ID type: integer format: int64 NextChartFrameworkId: description: 下一个框架ID type: integer format: int64 PrevChartFrameworkId: description: 上一个框架ID type: integer format: int64 data_manage.ChartFrameworkNodeReq: title: ChartFrameworkNodeReq type: object properties: MyChartClassifyId: description: 我的图表分类ID type: integer format: int64 NodeName: description: 节点名称 type: string data_manage.ChartFrameworkRemoveReq: title: ChartFrameworkRemoveReq type: object properties: ChartFrameworkId: description: 图库框架ID type: integer format: int64 data_manage.ChartFrameworkRenameReq: title: ChartFrameworkRenameReq type: object properties: ChartFrameworkId: description: 图库框架ID type: integer format: int64 FrameworkName: description: 框架名称 type: string data_manage.ChartInfo: title: ChartInfo type: object properties: BarConfig: description: 柱方图的配置,json数据 type: string Calendar: description: 公历/农历 type: string ChartClassifyId: description: 图表分类id type: integer format: int64 ChartImage: description: 图表图片 type: string ChartInfoId: type: integer format: int64 ChartName: description: 来源名称 type: string ChartNameEn: description: 英文图表名称 type: string ChartType: description: 生成样式:1:曲线图,2:季节性图,3:面积图,4:柱状图,5:散点图,6:组合图,7:柱方图,8:商品价格曲线图,9:相关性图 type: integer format: int64 CreateTime: type: string format: datetime DateType: description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间 type: integer format: int64 Disabled: description: 是否禁用,0:启用,1:禁用,默认:0 type: integer format: int64 EdbInfoIds: description: 指标id type: string EndDate: description: 自定义结束日期 type: string ExtraConfig: description: 图表额外配置,json数据 type: string IsSetName: description: 设置名称 type: integer format: int64 LeftMax: description: 图表左侧最大值 type: string LeftMin: description: 图表左侧最小值 type: string ModifyTime: type: string format: datetime RightMax: description: 图表右侧最大值 type: string RightMin: description: 图表右侧最小值 type: string SeasonEndDate: description: 季节性图开始日期 type: string SeasonExtraConfig: description: 季节性图表中的配置,json数据 type: string SeasonStartDate: description: 季节性图开始日期 type: string Sort: description: 排序字段,数字越小越排前面 type: integer format: int64 Source: description: 1:ETA图库;2:商品价格曲线 type: integer format: int64 StartDate: description: 自定义开始日期 type: string StartYear: description: 当选择的日期类型为最近N年类型时,即date_type=20, 用start_year表示N type: integer format: int64 SysUserId: type: integer format: int64 SysUserRealName: type: string UniqueCode: description: 图表唯一编码 type: string data_manage.ChartInfoDetailFromUniqueCodeResp: title: ChartInfoDetailFromUniqueCodeResp type: object properties: BarChartInfo: $ref: '#/definitions/data_manage.BarChartInfoReq' description: 柱方图的配置 ChartInfo: $ref: '#/definitions/data_manage.ChartInfoView' CorrelationChartInfo: $ref: '#/definitions/data_manage.CorrelationInfo' description: 相关性图表信息 DataResp: $ref: '#/definitions/data_manage.interface' description: 图表数据,根据图的类型而定的,没有确定的数据格式 EdbInfoList: type: array items: $ref: '#/definitions/data_manage.ChartEdbInfoMapping' Status: description: true:图表存在,false:图表不存在 type: boolean XDataList: description: 商品价格曲线的X轴数据 type: array items: $ref: '#/definitions/data_manage.XData' XEdbIdValue: description: 柱方图的x轴数据,指标id type: array items: type: integer format: int64 YDataList: description: 柱方图的y轴数据 type: array items: $ref: '#/definitions/data_manage.YData' data_manage.ChartInfoDetailResp: title: ChartInfoDetailResp type: object properties: BarChartInfo: $ref: '#/definitions/data_manage.BarChartInfoReq' description: 柱方图的配置 ChartInfo: $ref: '#/definitions/data_manage.ChartInfoView' CorrelationChartInfo: $ref: '#/definitions/data_manage.CorrelationInfo' description: 相关性图表信息 DataResp: $ref: '#/definitions/data_manage.interface' description: 图表数据,根据图的类型而定的,没有确定的数据格式 EdbInfoList: type: array items: $ref: '#/definitions/data_manage.ChartEdbInfoMapping' XDataList: description: 商品价格曲线的X轴数据 type: array items: $ref: '#/definitions/data_manage.XData' XEdbIdValue: description: 柱方图的x轴数据,指标id type: array items: type: integer format: int64 YDataList: description: 柱方图的y轴数据 type: array items: $ref: '#/definitions/data_manage.YData' data_manage.ChartInfoList: title: ChartInfoList type: object properties: ChartChartClassifyId: description: 图表分类id type: integer format: int64 ChartInfoId: type: integer format: int64 ChartName: description: 来源名称 type: string CreateTime: type: string format: datetime EdbInfoList: type: array items: $ref: '#/definitions/data_manage.EdbInfoList' ModifyTime: type: string format: datetime SysUserId: type: integer format: int64 SysUserRealName: type: string UniqueCode: description: 图表唯一编码 type: string data_manage.ChartInfoView: title: ChartInfoView type: object properties: Button: $ref: '#/definitions/data_manage.ChartViewButton' description: 操作按钮 Calendar: description: 公历/农历 type: string ChartClassify: type: array items: $ref: '#/definitions/data_manage.ChartClassifyView' ChartClassifyId: description: 图表分类id type: integer format: int64 ChartClassifyName: description: 图表名称 type: string ChartImage: description: 图表图片 type: string ChartInfoId: type: integer format: int64 ChartName: description: 来源名称 type: string ChartNameEn: description: 英文图表名称 type: string ChartType: description: 生成样式:1:曲线图,2:季节性图 type: integer format: int64 CreateTime: type: string format: datetime DateType: description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间 type: integer format: int64 Disabled: description: 是否禁用,0:启用,1:禁用,默认:0 type: integer format: int64 EdbEndDate: description: 指标最新更新日期 type: string EdbInfoIds: description: 指标id type: string EndDate: description: 自定义结束日期 type: string ExtraConfig: description: 图表额外配置,json数据 type: string IsAdd: description: true:已加入我的图库,false:未加入我的图库 type: boolean IsEdit: description: 是否有编辑权限 type: boolean IsEnChart: description: 是否展示英文标识 type: boolean IsSetName: description: 设置名称 type: integer format: int64 LeftMax: description: 图表左侧最大值 type: string LeftMin: description: 图表左侧最小值 type: string ModifyTime: type: string format: datetime MyChartClassifyId: description: 我的图表分类,多个用逗号隔开 type: string MyChartId: type: integer format: int64 RightMax: description: 图表右侧最大值 type: string RightMin: description: 图表右侧最小值 type: string SeasonEndDate: description: 季节性图开始日期 type: string SeasonExtraConfig: description: 季节性图表中的配置,json数据 type: string SeasonStartDate: description: 季节性图开始日期 type: string Sort: description: 排序字段,数字越小越排前面 type: integer format: int64 Source: description: 1:ETA图库;2:商品价格曲线;3:相关性图表 type: integer format: int64 StartDate: description: 自定义开始日期 type: string StartYear: description: 当选择的日期类型为最近N年类型时,即date_type=20, 用start_year表示N type: integer format: int64 SysUserId: type: integer format: int64 SysUserRealName: type: string UniqueCode: description: 图表唯一编码 type: string Unit: description: 中文单位名称 type: string UnitEn: description: 英文单位名称 type: string WarnMsg: description: 错误信息 type: string data_manage.ChartListResp: title: ChartListResp type: object properties: List: type: array items: $ref: '#/definitions/data_manage.ChartInfoView' Paging: $ref: '#/definitions/paging.PagingItem' data_manage.ChartRecommendListResp: title: ChartRecommendListResp type: object properties: List: type: array items: $ref: '#/definitions/data_manage.ChartInfoView' data_manage.ChartSaveItem: title: ChartSaveItem type: object properties: ChartColor: description: 颜色 type: string ChartStyle: description: 图表类型 type: string ChartWidth: description: 线条大小 type: number format: double EdbInfoId: description: 指标id type: integer format: int64 EdbInfoType: description: 1:标准指标,0:领先指标 type: integer format: int64 IsAxis: description: 1:左轴,0:右轴 type: integer format: int64 IsOrder: description: true:正序,false:逆序 type: boolean LeadUnit: description: 领先单位 type: string LeadValue: description: 领先值 type: integer format: int64 MaxData: description: 上限 type: number format: double MinData: description: 下限 type: number format: double PredictChartColor: description: 预测数据的颜色 type: string Source: description: 1:ETA图库;2:商品价格曲线 type: integer format: int64 data_manage.ChartViewButton: title: ChartViewButton type: object properties: IsAdd: description: true:已加入我的图库,false:未加入我的图库 type: boolean IsCopy: description: 是否有另存为按钮 type: boolean IsEdit: description: 是否有编辑权限 type: boolean IsEnChart: description: 是否展示英文标识 type: boolean IsSetName: description: 设置名称 type: integer format: int64 data_manage.ClassifyDeleteCheckReq: title: ClassifyDeleteCheckReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 EdbInfoId: description: 指标id type: integer format: int64 data_manage.CoalmineDataResp: title: CoalmineDataResp type: object properties: DataList: type: array items: $ref: '#/definitions/data_manage.DataList' Frequency: type: string IndexCode: type: string IndexName: type: string ModifyTime: type: string Unit: type: string data_manage.CoalmineSingalDataResp: title: CoalmineSingalDataResp type: object properties: ClassifyId: type: integer format: int64 DataList: type: array items: $ref: '#/definitions/data_manage.DataList' Frequency: type: string GroupId: type: integer format: int64 GroupName: type: string IndexCode: type: string IndexName: type: string ModifyTime: type: string Unit: type: string data_manage.ComTradeCountryItem: title: ComTradeCountryItem type: object properties: Name: description: 国家名称(英文) type: string NameCn: description: 国家名称(中文) type: string ThirdId: description: 第三方的国家id type: integer format: int64 data_manage.ComTradeDataListItem: title: ComTradeDataListItem type: object properties: ComTradeDataId: type: integer format: int64 ComTradeId: description: 指标id type: integer format: int64 CreateTime: description: 创建时间 type: string format: datetime Date: description: 数据年月份 type: string DateType: description: 日期类型,1:年度,2:月度 type: integer format: int64 Flow: description: 贸易流向:X(Export:出口);M(Import:进口) type: string IndexCode: description: 联合国商品贸易编码 type: string IndexNameCn: description: 联合国商品贸易名称(中文) type: string IndexNetWeightCode: description: 净重编码 type: string IndexTradeCode: description: 离岸价编码 type: string ModifyTime: description: 最新更新时间 type: string format: datetime NetWeightValue: description: 净重/公斤 type: number format: double Partner2Code: description: 第二进口国id type: integer format: int64 Partner2Name: description: 第二进口国名称 type: string PartnerCode: description: 进口国id type: integer format: int64 PartnerName: description: 进口国名称 type: string ReporterCode: description: 出口国id type: integer format: int64 ReporterName: description: 出口国名称 type: string TradeValue: description: 离岸价(美元) type: number format: double data_manage.ComTradeDataListResp: title: ComTradeDataListResp type: object properties: LastUpdateTime: type: string List: type: array items: $ref: '#/definitions/data_manage.ComTradeDataListItem' Paging: $ref: '#/definitions/paging.PagingItem' data_manage.ComTradeIndex: title: ComTradeIndex type: object properties: ComTradeId: type: integer format: int64 CreateTime: description: 创建时间 type: string format: datetime IndexCode: description: 联合国商品贸易编码 type: string IndexName: description: 联合国商品名称 type: string IndexNameCn: description: 联合国商品名称(中文) type: string UpdateTime: description: 数据最近更新时间 type: string format: datetime data_manage.CopyAddChartInfoReq: title: CopyAddChartInfoReq type: object properties: ChartClassifyId: description: 分类id type: integer format: int64 ChartInfoId: description: 待复制的图表id type: integer format: int64 ChartName: description: 图表名称 type: string data_manage.CopyChartClassifyReq: title: CopyChartClassifyReq type: object properties: MyChartClassifyId: description: 分类id type: integer format: int64 data_manage.CorrelationChartInfoEdbItemReq: title: CorrelationChartInfoEdbItemReq type: object properties: EdbInfoId: description: 指标ID type: integer format: int64 Name: description: 别名 type: string NameEn: description: 英文别名 type: string data_manage.CorrelationChartInfoReq: title: CorrelationChartInfoReq type: object properties: BaseCalculateUnit: description: 基础计算频度(滚动相关性的时候用到) type: string BaseCalculateValue: description: 基础计算窗口(滚动相关性的时候用到) type: integer format: int64 CalculateUnit: description: 计算频度 type: string CalculateValue: description: 计算窗口 type: integer format: int64 DateType: description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:起始日期至今 type: integer format: int64 EdbInfoIdList: description: 指标信息 type: array items: $ref: '#/definitions/data_manage.CorrelationChartInfoEdbItemReq' EndDate: description: 结束日期 type: string LeadUnit: description: 频度 type: string LeadValue: description: 领先期数 type: integer format: int64 StartDate: description: 开始日期 type: string data_manage.CorrelationInfo: title: CorrelationInfo type: object properties: CalculateUnit: description: 计算频度 type: string CalculateValue: description: 计算窗口 type: integer format: int64 CorrelationData: description: Y轴-相关性系数 type: string EdbInfoIdFirst: description: A指标ID type: integer format: int64 EdbInfoIdSecond: description: B指标ID type: integer format: int64 EndDate: description: 结束日期 type: string LeadUnit: description: 领先单位 type: string LeadValue: description: 领先值 type: integer format: int64 PeriodData: description: X轴-期数数据 type: string StartDate: description: 开始日期 type: string data_manage.DataList: title: DataList type: object properties: DataTime: type: string Value: type: string data_manage.DelBaseFromBaiinfoClassifyReq: title: DelBaseFromBaiinfoClassifyReq type: object data_manage.DelBaseFromBaiinfoReq: title: DelBaseFromBaiinfoReq type: object data_manage.DelBaseFromMysteelChemicalClassifyReq: title: DelBaseFromMysteelChemicalClassifyReq type: object data_manage.DelBaseFromMysteelChemicalReq: title: DelBaseFromMysteelChemicalReq type: object data_manage.DelBaseFromSciClassifyReq: title: DelBaseFromSciClassifyReq type: object data_manage.DelBaseFromSciReq: title: DelBaseFromSciReq type: object data_manage.DelBaseFromSmmClassifyReq: title: DelBaseFromSmmClassifyReq type: object data_manage.DelBaseFromSmmReq: title: DelBaseFromSmmReq type: object data_manage.DelManualClassifyReq: title: DelManualClassifyReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 data_manage.DeleteChartClassifyReq: title: DeleteChartClassifyReq type: object properties: ChartClassifyId: description: 分类id type: integer format: int64 ChartInfoId: description: 指标id type: integer format: int64 data_manage.DeleteEdbClassifyReq: title: DeleteEdbClassifyReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 EdbInfoId: description: 指标id type: integer format: int64 data_manage.EdbClassifyIdItems: title: EdbClassifyIdItems type: object properties: ClassifyId: description: 分类id type: integer format: int64 ClassifyName: type: string Level: description: 层级 type: integer format: int64 ParentId: description: 父级分类id type: integer format: int64 RootId: description: 顶级分类id type: integer format: int64 UniqueCode: description: 唯一编码 type: string data_manage.EdbClassifyItemList: title: EdbClassifyItemList type: array items: $ref: '#/definitions/data_manage.&{255943 EdbClassifyItems}' data_manage.EdbClassifyItemsButton: title: EdbClassifyItemsButton type: object properties: AddButton: description: 是否可添加 type: boolean DeleteButton: description: 是否可删除 type: boolean InsertNewDataButton: description: 是否可插入最新值 type: boolean MoveButton: description: 是否可移动 type: boolean OpButton: description: 是否可编辑 type: boolean ShowChartRelation: description: 是否展示关联图表 type: boolean ShowEdbRelation: description: 是否展示关联指标 type: boolean data_manage.EdbClassifyListResp: title: EdbClassifyListResp type: object properties: AllNodes: $ref: '#/definitions/data_manage.EdbClassifyItemList' CanOpClassify: description: 是否允许操作分类 type: boolean Language: description: 指标的展示语言,CN:中文,EN:英文 type: string data_manage.EdbClassifySimplify: title: EdbClassifySimplify type: object properties: ClassifyId: description: 分类id type: integer format: int64 ClassifyName: description: 分类名称 type: string ParentId: type: integer format: int64 data_manage.EdbData: title: EdbData type: object properties: DataTime: type: string EdbDataId: type: integer format: int64 EdbInfoId: type: integer format: int64 Value: type: number format: double data_manage.EdbDataInsertConfigItem: title: EdbDataInsertConfigItem type: object properties: Date: description: 插入的日期 type: string RealDate: description: 实际最晚的日期 type: string Value: description: 插入的值 type: string data_manage.EdbDataList: title: EdbDataList type: object properties: DataTime: type: string DataTimestamp: description: 数据日期 type: integer format: int64 EdbDataId: description: ' 指标数据ID' type: integer format: int64 EdbInfoId: description: 指标ID type: integer format: int64 Value: description: 数据值 type: number format: double data_manage.EdbInfo: title: EdbInfo type: object properties: CalculateFormula: description: 计算公式 type: string Calendar: description: 公历/农历 type: string ChartImage: description: 图表图片 type: string ClassifyId: description: 分类id type: integer format: int64 CreateTime: type: string format: datetime DataDateType: type: string EdbCode: description: 指标编码 type: string EdbInfoId: type: integer format: int64 EdbInfoType: description: 指标类型,0:普通指标,1:预测指标 type: integer format: int64 EdbName: description: 指标名称 type: string EdbNameEn: description: 英文指标名称 type: string EdbNameSource: description: 指标名称来源 type: string EdbType: description: 指标类型:1:基础指标,2:计算指标 type: integer format: int64 EndDate: description: 终止日期 type: string Frequency: description: 频率 type: string LatestDate: description: 数据最新日期 type: string LatestValue: description: 数据最新值 type: number format: double ManualSave: description: '是否有手动保存过上下限: 0-否; 1-是' type: integer format: int64 MaxValue: description: 指标最大值 type: number format: double MinValue: description: 指标最小值 type: number format: double ModifyTime: type: string format: datetime MoveFrequency: description: 移动频度 type: string MoveType: description: 移动方式:1:领先(默认),2:滞后 type: integer format: int64 NoUpdate: description: 是否停止更新,0:继续更新;1:停止更新 type: integer format: int32 ServerUrl: description: 服务器地址 type: string Sort: description: 排序字段 type: integer format: int64 Source: description: 来源id type: integer format: int64 SourceName: description: 来源名称 type: string StartDate: description: 起始日期 type: string SysUserId: type: integer format: int64 SysUserRealName: type: string UniqueCode: description: 指标唯一编码 type: string Unit: description: 单位 type: string UnitEn: description: 英文单位 type: string data_manage.EdbInfoCalculateBatchEditReq: title: EdbInfoCalculateBatchEditReq type: object properties: Calendar: description: 公历/农历 type: string ClassifyId: description: 分类id type: integer format: int64 EdbInfoId: description: 编辑指标id type: integer format: int64 EdbInfoIdArr: type: array items: $ref: '#/definitions/data_manage.EdbInfoFromTag' EdbName: description: 指标名称 type: string Formula: description: N值 type: string Frequency: description: 频度 type: string FromEdbInfoId: description: 计算来源指标id type: integer format: int64 MoveFrequency: description: 移动频度:天/周/月/季/年 type: string MoveType: description: 移动方式:1:领先(默认),2:滞后 type: integer format: int64 Source: description: 来源:1:同花顺,2:wind,3:彭博,4:指标运算,5:累计值转月,6:同比值,7:同差值,8:N数值移动平均计算,12:环比值,13:环差值,14:变频 type: integer format: int64 Unit: description: 单位 type: string data_manage.EdbInfoCalculateBatchSaveReq: title: EdbInfoCalculateBatchSaveReq type: object properties: CalculateFormula: description: 计算公式 type: string Calendar: description: 公历/农历 type: string ClassifyId: description: 分类id type: integer format: int64 EdbInfoId: description: 指标id type: integer format: int64 EdbInfoIdArr: description: 指标信息 type: array items: $ref: '#/definitions/data_manage.EdbInfoFromTag' EdbName: description: 指标名称 type: string Formula: description: N值/移动天数 type: string Frequency: description: 频度 type: string FromEdbInfoId: description: 计算来源指标id type: integer format: int64 MoveFrequency: description: 移动频度:天/周/月/季/年 type: string MoveType: description: 移动方式:1:领先(默认),2:滞后 type: integer format: int64 Source: description: 来源:1:同花顺,2:wind,3:彭博,4:指标运算,5:累计值转月,6:同比值,7:同差值,8:N数值移动平均计算,12:环比值,13:环差值,14:变频 type: integer format: int64 Unit: description: 单位 type: string data_manage.EdbInfoCalculateDetail: title: EdbInfoCalculateDetail type: object properties: CreateTime: description: 创建时间 type: string format: datetime EdbCode: description: 指标编码 type: string EdbInfoCalculateId: type: integer format: int64 EdbInfoId: description: 指标id type: integer format: int64 EdbType: description: 指标类型:1:基础指标,2:计算指标 type: integer format: int64 EndDate: description: 结束日期 type: string EndValue: description: 结束日期的值(可能是插入值) type: number format: double FromEdbCode: description: 计算指标编码 type: string FromEdbInfoId: description: 计算指标id type: integer format: int64 FromEdbName: description: 计算指标名称 type: string FromSource: description: 计算指标来源 type: integer format: int64 FromSourceName: description: 计算指标来源名称 type: string FromTag: description: 来源指标标签 type: string LatestDate: description: 实际的结束日期 type: string LatestValue: description: 最近实际数据的值 type: number format: double ModifyTime: description: 修改时间 type: string format: datetime MoveValue: description: 移动的值,小于0是提前,0是不变,大于0是滞后 type: integer format: int64 Sort: description: 计算指标名称排序 type: integer format: int64 StartDate: description: 开始日期 type: string data_manage.EdbInfoCalculateEditReq: title: EdbInfoCalculateEditReq type: object properties: CalculateFormula: description: 计算公式 type: string ClassifyId: description: 分类id type: integer format: int64 EdbInfoId: description: 指标id type: integer format: int64 EdbInfoIdArr: description: 指标信息 type: array items: $ref: '#/definitions/data_manage.EdbInfoFromTag' EdbName: description: 指标名称 type: string Frequency: description: 频率 type: string Unit: description: 单位 type: string data_manage.EdbInfoCalculateSaveReq: title: EdbInfoCalculateSaveReq type: object properties: CalculateFormula: description: 计算公式 type: string Calendar: description: 公历/农历 type: string ClassifyId: description: 分类id type: integer format: int64 EdbInfoIdArr: description: 指标信息 type: array items: $ref: '#/definitions/data_manage.EdbInfoFromTag' EdbName: description: 指标名称 type: string Frequency: description: 频率 type: string Unit: description: 单位 type: string data_manage.EdbInfoDataResp: title: EdbInfoDataResp type: object properties: DataList: type: array items: $ref: '#/definitions/data_manage.EdbDataList' EdbInfo: $ref: '#/definitions/data_manage.EdbInfo' data_manage.EdbInfoExistCheckResp: title: EdbInfoExistCheckResp type: object properties: ExistEdbCodeArr: description: 存在的指标代码 type: array items: type: string ExistSecuritiesCodeArr: description: 存在的证券代码 type: array items: type: string IndexExist: description: 指标是否存在:true,存在,false:不存在 type: boolean data_manage.EdbInfoFromTag: title: EdbInfoFromTag type: object properties: EdbInfoId: description: 指标id type: integer format: int64 FromTag: description: 指标对应标签 type: string MoveValue: description: 移动的值 type: integer format: int64 data_manage.EdbInfoFullClassify: title: EdbInfoFullClassify type: object properties: CalculateFormula: description: 计算公式 type: string Calendar: description: 公历/农历 type: string ChartImage: description: 图表图片 type: string ClassifyId: description: 分类id type: integer format: int64 ClassifyList: type: array items: $ref: '#/definitions/data_manage.EdbClassifyIdItems' CorrelationStr: description: 相关性系数字符串 type: string CreateTime: type: string format: datetime DataDateType: type: string EdbCode: description: 指标编码 type: string EdbInfoId: type: integer format: int64 EdbInfoType: description: 指标类型,0:普通指标,1:预测指标 type: integer format: int64 EdbName: description: 指标名称 type: string EdbNameEn: description: 英文指标名称 type: string EdbNameSource: description: 指标名称来源 type: string EdbType: description: 指标类型:1:基础指标,2:计算指标 type: integer format: int64 EndDate: description: 终止日期 type: string Frequency: description: 频率 type: string LatestDate: description: 数据最新日期 type: string LatestValue: description: 数据最新值 type: number format: double ManualSave: description: '是否有手动保存过上下限: 0-否; 1-是' type: integer format: int64 MaxValue: description: 指标最大值 type: number format: double MinValue: description: 指标最小值 type: number format: double ModifyTime: type: string format: datetime MoveFrequency: description: 移动频度 type: string MoveType: description: 移动方式:1:领先(默认),2:滞后 type: integer format: int64 NoUpdate: description: 是否停止更新,0:继续更新;1:停止更新 type: integer format: int32 ServerUrl: description: 服务器地址 type: string Sort: description: 排序字段 type: integer format: int64 Source: description: 来源id type: integer format: int64 SourceName: description: 来源名称 type: string StartDate: description: 起始日期 type: string SysUserId: type: integer format: int64 SysUserRealName: type: string UniqueCode: description: 指标唯一编码 type: string Unit: description: 单位 type: string UnitEn: description: 英文单位 type: string data_manage.EdbInfoList: title: EdbInfoList type: object properties: Button: $ref: '#/definitions/data_manage.EdbClassifyItemsButton' description: 操作权限 ChartImage: description: 图表图片 type: string ClassifyId: description: 分类id type: integer format: int64 CreateTime: description: 创建时间 type: string DataDateType: description: 数据日期类型,枚举值:交易日、自然日 type: string DataInsertConfig: $ref: '#/definitions/data_manage.EdbDataInsertConfigItem' description: 指标数据插入配置 DataList: description: 实际指标数据 type: array items: $ref: '#/definitions/data_manage.EdbData' EdbCode: description: 指标编码 type: string EdbInfoId: type: integer format: int64 EdbInfoType: description: 指标类型,0:普通指标,1:预测指标 type: integer format: int64 EdbName: description: 指标名称 type: string EdbNameEn: description: 英文指标名称 type: string EdbType: description: 指标类型:1:基础指标,2:计算指标 type: integer format: int64 EndDate: description: 终止日期 type: string FixedValue: description: 固定值 type: number format: double Frequency: description: 频率 type: string FrequencyEn: description: 英文频率 type: string IsEnEdb: description: 是否展示英文标识 type: boolean LatestDate: description: 数据最新日期 type: string LatestValue: description: 数据最新值 type: number format: double ModifyTime: description: 最新修改时间 type: string PredictDataList: description: 预测指标数据 type: array items: $ref: '#/definitions/data_manage.EdbData' RuleType: description: 预测规则,1:最新,2:固定值 type: integer format: int64 Source: description: 来源id type: integer format: int64 SourceName: description: 来源名称 type: string StartDate: description: 起始日期 type: string SysUserId: description: 创建人id type: integer format: int64 SysUserRealName: description: 创建人姓名 type: string UniqueCode: description: 指标唯一编码 type: string Unit: description: 单位 type: string UnitEn: description: 英文单位 type: string data_manage.EdbInfoListResp: title: EdbInfoListResp type: object properties: ClassifyList: type: array items: $ref: '#/definitions/data_manage.EdbClassifyIdItems' Item: $ref: '#/definitions/data_manage.EdbInfoList' Paging: $ref: '#/definitions/paging.PagingItem' data_manage.EdbInfoReplaceReq: title: EdbInfoReplaceReq type: object properties: NewEdbInfoId: description: 替换为指标ID type: integer format: int64 OldEdbInfoId: description: 原指标ID type: integer format: int64 data_manage.EdbInfoSearch: title: EdbInfoSearch type: object properties: DataList: type: array items: $ref: '#/definitions/data_manage.EdbInfoSearchData' EdbCode: description: 指标编码 type: string EdbName: description: 指标名称 type: string EndDate: description: 终止日期 type: string Frequency: description: 频率 type: string StartDate: description: 起始日期 type: string Unit: description: 单位 type: string data_manage.EdbInfoSearchData: title: EdbInfoSearchData type: object properties: DataTime: description: 数据日期 type: string Value: description: 数据 type: number format: double data_manage.EdbInfoSearchResp: title: EdbInfoSearchResp type: object properties: ClassifyList: type: array items: $ref: '#/definitions/data_manage.EdbClassifySimplify' SearchItem: $ref: '#/definitions/data_manage.EdbInfoSearch' description: 指标分类 Status: description: 1:数据已存在于弘则数据库,2:新数据,3:数据已存在于弘则数据库,但是当前账号无权限 type: integer format: int64 data_manage.EdbdataClassify: title: EdbdataClassify type: object properties: ClassifyId: description: 分类id type: integer format: int64 ClassifyName: description: 分类名称 type: string CreateTime: description: 创建时间 type: string format: datetime IsShow: description: 是否显示 type: integer format: int64 ParentId: description: 父级id type: integer format: int64 Sort: description: 排序 type: integer format: int64 data_manage.EditBaseFromMysteelChemicalClassifyReq: title: EditBaseFromMysteelChemicalClassifyReq type: object data_manage.EditChartClassifyReq: title: EditChartClassifyReq type: object properties: ChartClassifyId: description: 分类id type: integer format: int64 ChartClassifyName: description: 分类名称 type: string data_manage.EditChartEnInfoEdbItem: title: EditChartEnInfoEdbItem type: object properties: EdbInfoId: description: 指标ID type: integer format: int64 EdbNameEn: description: 英文指标名称 type: string UnitEn: description: 英文单位 type: string data_manage.EditChartEnInfoReq: title: EditChartEnInfoReq type: object properties: ChartEdbInfoList: description: 指标及配置信息 type: array items: $ref: '#/definitions/data_manage.EditChartEnInfoEdbItem' ChartInfoId: description: 图表ID type: integer format: int64 ChartNameEn: description: 英文图表名称 type: string ExtraConfig: description: 图表额外配置信息,json字符串 type: string data_manage.EditChartInfoReq: title: EditChartInfoReq type: object properties: BarChartInfo: $ref: '#/definitions/data_manage.BarChartInfoReq' description: 柱方图的配置 Calendar: description: 公历/农历 type: string ChartClassifyId: description: 分类id type: integer format: int64 ChartEdbInfoList: description: 指标及配置信息 type: array items: $ref: '#/definitions/data_manage.ChartSaveItem' ChartInfoId: description: 图表ID type: integer format: int64 ChartName: description: 图表名称 type: string ChartType: description: 生成样式:1:曲线图,2:季节性图,3:面积图,4:柱状图,5:散点图,6:组合图,7:柱方图,8:商品价格曲线图,9:相关性图,10:截面散点图 type: integer format: int64 CorrelationChartInfo: $ref: '#/definitions/data_manage.CorrelationChartInfoReq' description: 相关性图表配置 DateType: description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:起始日期至今,20:N年至今 type: integer format: int64 EndDate: description: 自定义结束日期 type: string ExtraConfig: description: 图表额外配置信息,json字符串 type: string LeftMax: description: 图表左侧最大值 type: string LeftMin: description: 图表左侧最小值 type: string RightMax: description: 图表右侧最大值 type: string RightMin: description: 图表右侧最小值 type: string SeasonExtraConfig: $ref: '#/definitions/data_manage.SeasonExtraItem' description: 季节性图表中的配置,json数据 StartDate: description: 自定义开始日期 type: string StartYear: description: 当选择的日期类型为最近N年类型时,即date_type=20, 用start_year表示N type: integer format: int64 data_manage.EditEdbClassifyReq: title: EditEdbClassifyReq type: object properties: ClassifyId: description: 分类名称 type: integer format: int64 ClassifyName: description: 分类名称 type: string data_manage.EditEdbEnInfoReq: title: EditEdbEnInfoReq type: object properties: EdbInfoId: description: 指标ID type: integer format: int64 EdbNameEn: description: 英文指标名称 type: string UnitEn: description: 英文单位 type: string data_manage.EditEdbInfoReq: title: EditEdbInfoReq type: object properties: CalculateFormula: description: 计算公式 type: string ClassifyId: description: 分类id type: integer format: int64 EdbInfoId: description: 指标ID type: integer format: int64 EdbName: description: 指标名称 type: string Frequency: description: 频率 type: string Unit: description: 单位 type: string data_manage.EditManualClassifyReq: title: EditManualClassifyReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 ClassifyName: description: 分类名称 type: string ParentId: description: 上级id type: integer format: int64 data_manage.ExcelInfo: title: ExcelInfo type: object data_manage.LzClassify: title: LzClassify type: object properties: BreedId: description: 分类id type: integer format: int64 BreedName: description: 分类名称 type: string data_manage.LzFrequency: title: LzFrequency type: object properties: Frequency: description: 频度:1-日度 2-周度 3-月度 4-季度 5-年度 99-无固定频率 type: integer format: int64 data_manage.ManualClassifyList: title: ManualClassifyList type: object properties: CheckList: type: array items: type: integer format: int64 Child: type: array items: $ref: '#/definitions/data_manage.ManualClassifyList' ClassifyId: type: integer format: int64 ClassifyName: type: string ParentId: type: integer format: int64 data_manage.ManualSysUser: title: ManualSysUser type: object properties: Children: type: array items: $ref: '#/definitions/data_manage.ManualSysUser' ItemId: description: 部门/组/用户 id type: integer format: int64 ItemName: description: 部门/组/用户 名称 type: string data_manage.ManualSysUserClassifySaveReq: title: ManualSysUserClassifySaveReq type: object properties: AdminId: description: 用户id type: integer format: int64 ClassifyId: description: 分类id数组 type: array items: type: integer format: int64 data_manage.ManualUserList: title: ManualUserList type: object properties: AdminId: description: 用户id type: integer format: int64 AdminRealName: description: 用户姓名 type: integer format: int64 data_manage.ModifyChartClassifyCompanyPublicReq: title: ModifyChartClassifyCompanyPublicReq type: object properties: IsCompanyPublic: description: 是否用户可见 0-否 1-是 type: integer format: int64 MyChartClassifyId: description: 分类id type: integer format: int64 data_manage.ModifyChartClassifyPublicReq: title: ModifyChartClassifyPublicReq type: object properties: IsPublic: description: 是否所有人可见,0:仅自己可见,1:所有人可见 type: integer format: int64 MyChartClassifyId: description: 分类id type: integer format: int64 data_manage.MoveBaseFromBaiinfoReq: title: MoveBaseFromBaiinfoReq type: object data_manage.MoveBaseFromMysteelChemicalClassifyReq: title: MoveBaseFromMysteelChemicalClassifyReq type: object data_manage.MoveBaseFromMysteelChemicalReq: title: MoveBaseFromMysteelChemicalReq type: object data_manage.MoveBaseFromSciReq: title: MoveBaseFromSciReq type: object data_manage.MoveBaseFromSmmReq: title: MoveBaseFromSmmReq type: object data_manage.MoveChartClassifyReq: title: MoveChartClassifyReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 NextClassifyId: description: 下一个兄弟节点分类id type: integer format: int64 ParentClassifyId: description: 父级分类id type: integer format: int64 PrevClassifyId: description: 上一个兄弟节点分类id type: integer format: int64 data_manage.MoveChartInfoReq: title: MoveChartInfoReq type: object properties: ChartClassifyId: description: 分类id type: integer format: int64 ChartInfoId: description: 图表ID type: integer format: int64 NextChartInfoId: description: 下一个图表ID type: integer format: int64 PrevChartInfoId: description: 上一个图表ID type: integer format: int64 data_manage.MoveEdbClassifyReq: title: MoveEdbClassifyReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 EdbInfoId: description: 指标ID, 如果指标ID有值,则移动对象为指标,否则认为移动对象为分类 type: integer format: int64 NextClassifyId: description: 下一个兄弟节点分类id type: integer format: int64 NextEdbInfoId: description: 下一个指标ID type: integer format: int64 ParentClassifyId: description: 父级分类id type: integer format: int64 PrevClassifyId: description: 上一个兄弟节点分类id type: integer format: int64 PrevEdbInfoId: description: 上一个指标ID type: integer format: int64 data_manage.MoveEdbInfoReq: title: MoveEdbInfoReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 EdbInfoId: description: 指标ID type: integer format: int64 NextEdbInfoId: description: 下一个指标ID type: integer format: int64 PrevEdbInfoId: description: 上一个指标ID type: integer format: int64 data_manage.MoveMyChartReq: title: MoveMyChartReq type: object properties: MyChartClassifyId: description: 当前分类id type: integer format: int64 MyChartId: description: 移动的,我的图表图表ID type: integer format: int64 NextMyChartId: description: 移动到的位置,下一级的,我的图表ID,如果没有下一级,则传0 type: integer format: int64 PrevMyChartId: description: 移动到的位置,上一级的,我的图表ID,如果没有上一级,则传0 type: integer format: int64 data_manage.MyChartAddReq: title: MyChartAddReq type: object properties: ChartInfoId: description: 图表id type: integer format: int64 MyChartClassifyId: description: 分类id,数组形式 type: array items: type: integer format: int64 data_manage.MyChartClassify: title: MyChartClassify type: object properties: AdminId: description: 创建人id type: integer format: int64 IsCompanyPublic: description: 是否为用户公共分类 type: integer format: int64 IsPublic: description: 是否公共分类 type: integer format: int64 MyChartClassifyId: type: integer format: int64 MyChartClassifyName: type: string data_manage.MyChartClassifyAddReq: title: MyChartClassifyAddReq type: object properties: MyChartClassifyName: description: 分类名称 type: string data_manage.MyChartClassifyDeleteReq: title: MyChartClassifyDeleteReq type: object properties: MyChartClassifyId: description: 分类ID type: integer format: int64 data_manage.MyChartClassifyEditReq: title: MyChartClassifyEditReq type: object properties: MyChartClassifyId: description: 分类ID type: integer format: int64 MyChartClassifyName: description: 分类名称 type: string data_manage.MyChartClassifyMoveReq: title: MyChartClassifyMoveReq type: object properties: MyChartClassifyId: description: 分类id type: integer format: int64 NextClassifyId: description: 下一个兄弟节点分类id type: integer format: int64 PrevClassifyId: description: 上一个兄弟节点分类id type: integer format: int64 data_manage.MyChartClassifyResp: title: MyChartClassifyResp type: object properties: Language: description: 指标的展示语言,CN:中文,EN:英文 type: string List: type: array items: $ref: '#/definitions/data_manage.MyChartClassify' data_manage.MyChartDeleteReq: title: MyChartDeleteReq type: object properties: MyChartClassifyId: description: 我的图表分类id type: integer format: int64 MyChartId: description: 我的图表id type: integer format: int64 data_manage.MyChartEditReq: title: MyChartEditReq type: object properties: CurrentMyChartClassifyId: description: 当前分类ID type: integer format: int64 MyChartClassifyId: description: 分类id,数组形式 type: array items: type: integer format: int64 MyChartId: description: 我的图表主键 type: integer format: int64 data_manage.MyChartList: title: MyChartList type: object properties: AdminId: description: 关联人id type: integer format: int64 Calendar: description: 公历/农历 type: string ChartClassifyId: description: 图表分类id type: integer format: int64 ChartImage: description: 图表图片 type: string ChartInfoId: type: integer format: int64 ChartName: description: 来源名称 type: string ChartNameEn: description: 英文图表名称 type: string ChartType: description: 生成样式:1:曲线图,2:季节性图 type: integer format: int64 CreateTime: type: string format: datetime DateType: description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间 type: integer format: int64 Disabled: description: 是否禁用,0:启用,1:禁用,默认:0 type: integer format: int64 EdbEndDate: description: 指标最新更新日期 type: string EdbInfoIds: description: 指标id type: string EndDate: description: 自定义结束日期 type: string IsAdd: description: true:已加入我的图库,false:未加入我的图库 type: boolean IsEnChart: description: 是否展示英文标识 type: boolean IsSetName: description: 设置名称 type: integer format: int64 ModifyTime: type: string format: datetime MyChartClassifyId: description: 分类id,多个用英文逗号分割 type: string MyChartClassifyName: description: 分类名称,多个用英文逗号分割 type: string MyChartId: description: 我的图表主键 type: integer format: int64 SeasonEndDate: description: 季节性图开始日期 type: string SeasonStartDate: description: 季节性图开始日期 type: string Sort: description: 排序字段,数字越小越排前面 type: integer format: int64 Source: description: 1:ETA图库;2:商品价格曲线 type: integer format: int64 StartDate: description: 自定义开始日期 type: string SysUserId: type: integer format: int64 SysUserRealName: type: string UniqueCode: description: 图表唯一编码 type: string data_manage.MyChartListResp: title: MyChartListResp type: object properties: List: type: array items: $ref: '#/definitions/data_manage.MyChartList' Paging: $ref: '#/definitions/paging.PagingItem' data_manage.PredictEdbConfCalculateMappingDetail: title: PredictEdbConfCalculateMappingDetail type: object properties: ConfigId: description: 配置id type: integer format: int64 CreateTime: description: 创建时间 type: string format: datetime EdbCode: description: 指标code type: string EdbInfoId: description: 指标id type: integer format: int64 EdbType: description: 指标类型:1:基础指标,2:计算指标 type: integer format: int64 EndDate: description: 结束日期 type: string FromEdbCode: description: 基础指标编码 type: string FromEdbInfoId: description: 基础指标id type: integer format: int64 FromEdbName: description: 基础指标名称 type: string FromSource: description: 基础指标来源 type: integer format: int64 FromSourceName: description: 基础指标来源名称 type: string FromTag: description: 来源指标标签 type: string ModifyTime: description: 修改时间 type: string format: datetime PredictEdbConfCalculateMappingId: type: integer format: int64 Sort: description: 计算指标名称排序 type: integer format: int64 StartDate: description: 开始日期 type: string data_manage.PredictEdbConfDetail: title: PredictEdbConfDetail type: object properties: CalculateList: description: 配置与指标的关联信息 type: array items: $ref: '#/definitions/data_manage.PredictEdbConfCalculateMappingDetail' ConfigId: description: 规则id type: integer format: int64 CreateTime: description: 添加时间 type: string format: datetime EndDate: description: 截止日期 type: string format: datetime FixedValue: description: 固定值 type: number format: double ModifyTime: description: 修改时间 type: string format: datetime PredictEdbInfoId: description: 预测指标id type: integer format: int64 RuleType: description: 预测规则,1:最新,2:固定值,3:同比,4:同差,5:环比,6:环差,7:N期移动均值,8:N期段线性外推值,9:动态环差 type: integer format: int64 SourceEdbInfoId: description: 来源指标id type: integer format: int64 Value: description: 配置的值 type: string data_manage.PredictEdbInfoCalculateBatchSaveReq: title: PredictEdbInfoCalculateBatchSaveReq type: object properties: AdminId: description: 添加人id type: integer format: int64 AdminName: description: 添加人名称 type: string CalculateFormula: description: 计算公式 type: string Calendar: description: 公历/农历 type: string ClassifyId: description: 分类id type: integer format: int64 EdbInfoId: description: 指标id type: integer format: int64 EdbInfoIdArr: type: array items: $ref: '#/definitions/928793.0xc00336d680.false' EdbName: description: 指标名称 type: string Formula: description: N值/移动天数 type: string Frequency: description: 频度 type: string FromEdbInfoId: description: 计算来源指标id type: integer format: int64 MoveFrequency: description: 移动频度:天/周/月/季/年 type: string MoveType: description: 移动方式:1:领先(默认),2:滞后 type: integer format: int64 Source: description: 来源:32:同比,33:同差,39:数值移动平均计算,42:累计值转月,43:环比值,44:环差值,45:变频,46:时间移位,47:直接拼接,48累计值同比拼接,49:超季节性,50 拟合残差 type: integer format: int64 Unit: description: 单位 type: string data_manage.PredictEdbInfoCalculateSaveReq: title: PredictEdbInfoCalculateSaveReq type: object properties: AdminId: description: 添加人id type: integer format: int64 AdminName: description: 添加人名称 type: string CalculateFormula: description: 计算公式 type: string ClassifyId: description: 分类id type: integer format: int64 EdbInfoId: description: 指标id type: integer format: int64 EdbInfoIdArr: description: 指标信息 type: array items: $ref: '#/definitions/data_manage.EdbInfoFromTag' EdbName: description: 指标名称 type: string Frequency: description: 频率 type: string Unit: description: 单位 type: string data_manage.PreviewChartInfoReq: title: PreviewChartInfoReq type: object properties: Calendar: description: 公历/农历 type: string ChartEdbInfoList: description: 指标及配置信息 type: array items: $ref: '#/definitions/data_manage.ChartSaveItem' ChartType: description: 生成样式:1:曲线图,2:季节性图,3:面积图,4:柱状图,5:散点图,6:组合图,7:柱方图 type: integer format: int64 DateType: description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:起始日期至今 20:最近N年 type: integer format: int64 EndDate: description: 自定义结束日期 type: string SeasonExtraConfig: $ref: '#/definitions/data_manage.SeasonExtraItem' description: 季节性图表中的配置,json数据 StartDate: description: 自定义开始日期 type: string StartYear: description: 当选择的日期类型为最近N年类型时,即date_type=20, 用start_year表示N type: integer format: int64 data_manage.PythonEdbDetailResp: title: PythonEdbDetailResp type: object properties: EdbInfoDetail: $ref: '#/definitions/data_manage.EdbInfo' PythonCode: type: string data_manage.RuleConfig: title: RuleConfig type: object data_manage.SaveChartInfoReq: title: SaveChartInfoReq type: object properties: Calendar: description: 公历/农历 type: string ChartEdbInfoList: description: 指标及配置信息 type: array items: $ref: '#/definitions/data_manage.ChartSaveItem' ChartInfoId: description: 图表id,新增时传0 type: integer format: int64 DateType: description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:起始日期至今 type: integer format: int64 EndDate: description: 自定义结束日期 type: string ExtraConfig: description: 图表额外配置,json数据 type: string LeftMax: description: 图表左侧最大值 type: string LeftMin: description: 图表左侧最小值 type: string RightMax: description: 图表右侧最大值 type: string RightMin: description: 图表右侧最小值 type: string StartDate: description: 自定义开始日期 type: string StartYear: description: 当选择的日期类型为最近N年类型时,即date_type=20, 用start_year表示N type: integer format: int64 data_manage.SciClassify: title: SciClassify type: object properties: TypeCode: description: 分类名称编码 type: string TypeName: description: 分类名称 type: string data_manage.SeasonChartLegend: title: SeasonChartLegend type: object properties: Name: type: string Value: type: string data_manage.SeasonExtraItem: title: SeasonExtraItem type: object properties: ChartLegend: description: 自定义的图例名称 type: array items: $ref: '#/definitions/data_manage.SeasonChartLegend' JumpYear: description: 横坐标日期是否跨年,1跨年,0不跨年 type: integer format: int64 XEndDate: description: 横坐标显示的截止日 type: string XStartDate: description: 横坐标显示的起始日 type: string data_manage.SectionScatter: title: SectionScatter type: object data_manage.SetChartInfoImageReq: title: SetChartInfoImageReq type: object properties: ChartInfoId: description: 图表ID type: integer format: int64 ImageUrl: description: 图表图片地址 type: string data_manage.SmmClassify: title: SmmClassify type: object properties: TypeCode: description: 分类名称编码 type: string TypeName: description: 分类名称 type: string data_manage.UpdatesStatisticalResp: title: UpdatesStatisticalResp type: object properties: BaiinfoNotUpdate: description: 百川盈孚数据未更新 type: integer format: int64 BaiinfoUpdate: description: 百川盈孚数据已更新 type: integer format: int64 CalculateNotUpdate: description: 计算指标未更新 type: integer format: int64 CalculateUpdate: description: 计算指标已更新 type: integer format: int64 CffexNotUpdate: description: 中金所未更新 type: integer format: int64 CffexUpdate: description: 中金所已更新 type: integer format: int64 CoalNotUpdate: description: 煤炭网未更新 type: integer format: int64 CoalUpdate: description: 煤炭网已更新 type: integer format: int64 DlNotUpdate: description: 大商所未更新 type: integer format: int64 DlUpdate: description: 大商所已更新 type: integer format: int64 EiaSteoNotUpdate: description: eia steo报告未更新 type: integer format: int64 EiaSteoUpdate: description: eia steo报告已更新 type: integer format: int64 FubaoNotUpdate: description: 富宝未更新 type: integer format: int64 FubaoUpdate: description: 富宝已更新 type: integer format: int64 GieNotUpdate: description: 欧洲天然气未更新 type: integer format: int64 GieUpdate: description: 欧洲天然气已更新 type: integer format: int64 GoogleTravelNotUpdate: description: 谷歌出行未更新 type: integer format: int64 GoogleTravelUpdate: description: 谷歌出行已更新 type: integer format: int64 LtNotUpdate: description: 路透未更新 type: integer format: int64 LtUpdate: description: 路透已更新 type: integer format: int64 LzNotUpdate: description: 隆众未更新 type: integer format: int64 LzUpdate: description: 隆众已更新 type: integer format: int64 ManualNotUpdate: description: 手工指标未更新 type: integer format: int64 ManualUpdate: description: 手工指标已更新 type: integer format: int64 MysteelNotUpdate: description: 钢联未更新 type: integer format: int64 MysteelUpdate: description: 钢联已更新 type: integer format: int64 NationalStatisticsNotUpdate: description: 国家统计局数据未更新 type: integer format: int64 NationalStatisticsUpdate: description: 国家统计局数据已更新 type: integer format: int64 PbFinanceNotUpdate: description: 彭博财务未更新 type: integer format: int64 PbFinanceUpdate: description: 彭博财务已更新 type: integer format: int64 PbNotUpdate: description: 彭博未更新 type: integer format: int64 PbUpdate: description: 彭博已更新 type: integer format: int64 SciNotUpdate: description: 卓创数据未更新 type: integer format: int64 SciUpdate: description: 卓创数据已更新 type: integer format: int64 ShNotUpdate: description: 上期所未更新 type: integer format: int64 ShUpdate: description: 上期所已更新 type: integer format: int64 ShfeNotUpdate: description: 上期能源未更新 type: integer format: int64 ShfeUpdate: description: 上期能源已更新 type: integer format: int64 SmmNotUpdate: description: Smm未更新 type: integer format: int64 SmmUpdate: description: Smm已更新 type: integer format: int64 ThsNotUpdate: description: 同花顺未更新 type: integer format: int64 ThsUpdate: description: 同花顺已更新 type: integer format: int64 UNNotUpdate: description: UN报告未更新 type: integer format: int64 UNUpdate: description: UN报告已更新 type: integer format: int64 WindNotUpdate: description: wind未更新 type: integer format: int64 WindUpdate: description: wind已更新 type: integer format: int64 ZzNotUpdate: description: 郑商所未更新 type: integer format: int64 ZzUpdate: description: 郑商所已更新 type: integer format: int64 data_manage.XData: title: XData type: object properties: Name: description: 别名 type: string NameEn: description: 英文别名 type: string data_manage.YData: title: YData type: object properties: Color: description: 数据颜色 type: string Date: description: 数据日期 type: string EnNameList: description: 每个值对应的英文名称 type: array items: type: string Name: description: 别名 type: string NameEn: description: 英文别名 type: string NameList: description: 每个值对应的名称 type: array items: type: string NoDataEdbList: description: 没有数据的指标列表 type: array items: type: integer format: int64 Unit: description: 中文单位名称 type: string UnitEn: description: 英文单位名称 type: string Value: description: 每个指标的值 type: array items: type: number format: double XEdbInfoIdList: description: 对应X轴的指标id列表 type: array items: type: integer format: int64 data_manage.interface: title: interface type: object excel.ExcelClassifyItems: title: ExcelClassifyItems type: object properties: Children: type: array items: $ref: '#/definitions/excel.ExcelClassifyItems' ExcelClassifyId: description: 分类id type: integer format: int64 ExcelClassifyName: type: string ExcelInfoId: description: 表格id type: integer format: int64 Level: description: 层级 type: integer format: int64 ParentId: type: integer format: int64 Sort: description: 排序字段,越小越靠前,默认值:10 type: integer format: int64 StartDate: description: 自定义开始日期 type: string SysUserId: description: 创建人id type: integer format: int64 SysUserRealName: description: 创建人姓名 type: string UniqueCode: description: 唯一编码 type: string excel.ExcelEdbMappingItem: title: ExcelEdbMappingItem type: object properties: ClassifyId: description: 分类id type: integer format: int64 DataSequenceStr: description: 数据序列公式 type: string DateSequenceStr: description: 日期序列公式 type: string EdbInfoId: description: 指标id type: integer format: int64 EdbName: description: 指标名称 type: string Frequency: description: 频度 type: string UniqueCode: description: 唯一编码 type: string Unit: description: 单位 type: string excel.TableData: title: TableData type: object properties: MergeList: description: 合并数据列 type: array items: $ref: '#/definitions/excel.TableDataMerge' RemoveBottomRow: description: 移除表格下方的行数 type: integer format: int64 RemoveLeftColumn: description: 移除表格左侧的列数 type: integer format: int64 RemoveRightColumn: description: 移除表格右侧的列数 type: integer format: int64 RemoveTopRow: description: 移除表格上方的行数 type: integer format: int64 RowHeightList: type: array items: type: number format: double RowWidthList: type: array items: type: number format: double TableDataList: type: array items: $ref: '#/definitions/29459..LuckySheetDataValue' excel.TableDataMerge: title: TableDataMerge type: object properties: merge_column_num: description: 合并的列数 type: integer format: int64 merge_row_num: description: 合并的行数 type: integer format: int64 start_column: description: 开始的列下标 type: integer format: int64 start_row_index: description: 开始的行下标 type: integer format: int64 excel2.MyExcelInfoList: title: MyExcelInfoList type: object future_good.FutureGoodEdbDataItem: title: FutureGoodEdbDataItem type: object properties: Amt: description: 成交额 type: number format: double Close: description: 收盘价 type: number format: double CreateTime: type: string DataTime: description: 数据日期 type: string DataTimestamp: description: 数据日期时间戳 type: integer format: int64 FutureGoodEdbCode: description: 期货指标code type: string FutureGoodEdbDataId: type: integer format: int64 FutureGoodEdbInfoId: description: 期货指标id type: integer format: int64 FutureGoodEdbName: description: 期货指标名称 type: string High: description: 最高价 type: number format: double Low: description: 最低价 type: number format: double ModifyTime: type: string Oi: description: 持仓量 type: number format: double Open: description: 开盘价 type: number format: double Settle: description: 结算价 type: number format: double TradeCode: description: 证券代码 type: string Volume: description: 成交量 type: number format: double future_good.FutureGoodEdbDataListResp: title: FutureGoodEdbDataListResp type: object properties: List: type: array items: $ref: '#/definitions/future_good.FutureGoodEdbDataItem' Paging: $ref: '#/definitions/paging.PagingItem' future_good.FutureGoodEdbInfo: title: FutureGoodEdbInfo type: object properties: CreateTime: type: string format: datetime DateSourceId: description: 画图时,日期来源的指标id type: integer format: int64 EndDate: description: 终止日期 type: string Exchange: description: 所属交易所 type: string FutureGoodEdbCode: description: 期货指标code type: string FutureGoodEdbInfoId: type: integer format: int64 FutureGoodEdbName: description: 期货指标名称 type: string FutureGoodEdbNameEn: description: 期货指标英文名称 type: string FutureGoodEdbType: description: 指标类型,1:年月是固定的合约;2:只有M+N期的合约,未固定年月 type: integer format: int64 LatestDate: description: 数据最新的日期 type: string format: datetime LatestValue: description: 数据最新的值 type: number format: double MaxValue: description: 最大值 type: number format: double MinValue: description: 最小值 type: number format: double ModifyTime: type: string format: datetime Month: description: 所属月份 type: integer format: int64 ParentId: description: 上级期货id type: integer format: int64 RegionType: description: 交易所来源,海外还是国内 type: string ServerUrl: description: 服务器地址 type: string StartDate: description: 起始日期 type: string Year: description: 所属年份 type: integer format: int64 map[string]interface{}: title: map[string]interface{} type: object models.: type: object models.AddEnglishReportReq: title: AddEnglishReportReq type: object properties: Abstract: description: 摘要 type: string AddType: description: 新增方式:1:新增报告,2:继承报告 type: integer format: int64 Author: description: 作者 type: string ClassifyIdFirst: description: 一级分类id type: integer format: int64 ClassifyIdSecond: description: 二级分类id type: integer format: int64 ClassifyNameFirst: description: 一级分类名称 type: string ClassifyNameSecond: description: 二级分类名称 type: string Content: description: 内容 type: string CreateTime: description: 创建时间 type: string Frequency: description: 频度 type: string Overview: description: 英文概述部分 type: string State: description: 状态:1:未发布,2:已发布 type: integer format: int64 Title: description: 标题 type: string models.AddEnglishReportResp: title: AddEnglishReportResp type: object properties: ReportCode: description: 报告code type: string ReportId: description: 报告id type: integer format: int64 models.AddPptV2Req: title: AddPptV2Req type: object properties: Content: description: ppt的json数据 type: string FirstPage: $ref: '#/definitions/193187.0xc0025f60f0.false' description: 首页 GroupId: description: 目录id type: integer format: int64 PptId: description: ppt_id type: integer format: int64 models.AddReportAuthorReq: title: AddReportAuthorReq type: object properties: Author: description: 报告作者名称 type: string AuthorType: description: 类型,1:中文;2:英文 type: integer format: int64 Id: description: 作者id type: integer format: int64 models.AddReq: title: AddReq type: object properties: Abstract: description: 摘要 type: string AddType: description: 新增方式:1:新增报告,2:继承报告 type: integer format: int64 Author: description: 作者 type: string ClassifyIdFirst: description: 一级分类id type: integer format: int64 ClassifyIdSecond: description: 二级分类id type: integer format: int64 ClassifyNameFirst: description: 一级分类名称 type: string ClassifyNameSecond: description: 二级分类名称 type: string Content: description: 内容 type: string CreateTime: description: 创建时间 type: string Frequency: description: 频度 type: string ReportVersion: description: 1:旧版,2:新版 type: integer format: int64 State: description: 状态:1:未发布,2:已发布 type: integer format: int64 Title: description: 标题 type: string models.AddResp: title: AddResp type: object properties: ReportCode: description: 报告code type: string ReportId: description: 报告id type: integer format: int64 models.BaseResponse: title: BaseResponse type: object properties: Data: $ref: '#/definitions/models.interface' ErrCode: type: string ErrMsg: type: string Msg: type: string Ret: type: integer format: int64 Success: description: true 执行成功,false 执行失败 type: boolean models.BatchDataDeleteReq: title: BatchDataDeleteReq type: object properties: CreateDate: description: 创建日期 type: string TradeCodeList: description: 指标唯一编码列表 type: array items: type: string models.BatchDataEditReq: title: BatchDataEditReq type: object properties: CreateDate: description: 新的录入日期 type: string List: description: 需要修改的数据 type: array items: $ref: '#/definitions/models.DataEditReq' OldCreateDate: description: 旧的录入日期 type: string models.BatchEnPPT2CnReq: title: BatchEnPPT2CnReq type: object properties: GroupId: description: 目录ID type: integer format: int64 PptIds: description: 英文PPT主键s type: string models.ChartPermissionSearchKeyWordMapping: title: ChartPermissionSearchKeyWordMapping type: object properties: ChartPermissionId: description: 权限id type: integer format: int64 KeyWord: description: 二级分类名称 type: string models.CheckDeleteClassifyResp: title: CheckDeleteClassifyResp type: object properties: Code: description: 编码:0:检测成功,可进行删除,1:分类不存在,2:该分类有关联报告,不允许删除,3:二级分类有关联报告,不允许删除,4:该分类下有关联分类,是否确认全部删除 type: integer format: int64 Msg: description: 描述信息 type: string models.Classify: title: Classify type: object properties: Abstract: description: 栏目简介 type: string AuthorDescript: description: 作者简介 type: string AvatarImgUrl: description: 头像 type: string ClassifyLabel: description: 分类标签 type: string ClassifyName: description: 分类名称 type: string ColumnImgUrl: description: 栏目配图 type: string CreateTime: description: 创建时间 type: string format: datetime Descript: description: 分享描述 type: string HasTeleconference: description: 是否有电话会:0-否 1-是 type: integer format: int64 HeadImgUrl: description: 头部banner type: string HomeImgUrl: description: 首页配图 type: string Id: type: integer format: int64 IsMassSend: description: 1:群发,0:非群发 type: integer format: int64 IsShow: description: 是否在小程序显示:1-显示 0-隐藏 type: integer format: int64 ModifyTime: description: 修改时间 type: string format: datetime ParentId: description: 父级分类id type: integer format: int64 RelateTel: description: '是否在电话会中可选: 0-否; 1-是' type: integer format: int64 RelateVideo: description: '是否在路演视频中可选: 0-否; 1-是' type: integer format: int64 ReportAuthor: description: 栏目作者 type: string ReportImgUrl: description: 报告配图 type: string ShowType: description: 展示类型:1-列表 2-专栏 type: integer format: int64 VipTitle: description: 研究员头衔 type: string YbBgUrl: description: 小程序已购详情背景图 type: string YbFiccIcon: description: 小程序FICC页icon type: string YbFiccPcIcon: description: 小程序PC端FICC页背景图 type: string YbFiccSort: description: 小程序FICC页排序 type: integer format: int64 YbIconUrl: description: 小程序已购页icon type: string YbListImg: description: 小程序研报列表封面图 type: string YbRightBanner: description: Pc端详情页,右侧,报告合集背景图 type: string YbShareBgImg: description: 小程序研报详情分享背景图 type: string models.ClassifyAddReq: title: ClassifyAddReq type: object properties: Abstract: description: 栏目简介 type: string AuthorDescript: description: 作者简介 type: string AvatarImgUrl: description: 头像 type: string ClassifyLabel: description: 分类标签 type: string ClassifyMenuId: description: 二级分类-子目录ID type: integer format: int64 ClassifyName: description: 分类名称 type: string ColumnImgUrl: description: 栏目配图 type: string Descript: description: 分享描述 type: string HasTeleconference: description: 是否有电话会:0-否 1-是 type: integer format: int64 HeadImgUrl: description: 头部banner type: string HomeImgUrl: description: 首页配图 type: string IsShow: description: 是否在小程序显示:1-显示 0-隐藏 type: integer format: int64 MenuList: description: 子目录列表 type: array items: $ref: '#/definitions/models.ClassifyMenuSaveReq' ParentId: description: 父级分类id,没有父级分类传0 type: integer format: int64 RelateTel: description: '是否在电话会中可选: 0-否; 1-是' type: integer format: int64 RelateVideo: description: '是否在路演视频中可选: 0-否; 1-是' type: integer format: int64 ReportAuthor: description: 栏目作者 type: string ReportImgUrl: description: 报告配图 type: string ShowType: description: 展示类型:1-列表 2-专栏 type: integer format: int64 Sort: description: 后台排序 type: integer format: int64 VipTitle: description: 研究员头衔 type: string YbBgUrl: description: 小程序已购详情背景图 type: string YbFiccIcon: description: 小程序FICC页icon type: string YbFiccPcIcon: description: 小程序PC端FICC页背景图 type: string YbFiccSort: description: 小程序FICC页排序 type: integer format: int64 YbIconUrl: description: 小程序已购页icon type: string YbListImg: description: 小程序研报列表封面图 type: string YbRightBanner: description: Pc端详情页,右侧,报告合集背景图 type: string YbShareBgImg: description: 小程序研报详情分享背景图 type: string models.ClassifyIdDetailReq: title: ClassifyIdDetailReq type: object properties: ClassifyIdFirst: description: 报告一级分类id type: integer format: int64 ClassifyIdSecond: description: 报告二级分类id type: integer format: int64 models.ClassifyMenuSaveReq: title: ClassifyMenuSaveReq type: object properties: MenuId: description: 子目录ID, 0为新增, 大于0为编辑 type: integer format: int64 MenuName: description: 子目录名称 type: string models.CloudDiskBatchDeleteReq: title: CloudDiskBatchDeleteReq type: object properties: MenuId: description: 当前目录ID type: integer format: int64 MenuIds: description: 目录IDs type: string ResourceIds: description: 文件IDs type: string models.CloudDiskCheckResourceRepeatReq: title: CloudDiskCheckResourceRepeatReq type: object properties: FileNames: description: 文件名 type: array items: type: string MenuId: description: 目录ID type: integer format: int64 models.CloudDiskMenuCreateReq: title: CloudDiskMenuCreateReq type: object properties: MenuName: description: 目录名称 type: string ParentId: description: 父级ID type: integer format: int64 models.CloudDiskMenuDeleteReq: title: CloudDiskMenuDeleteReq type: object properties: MenuId: description: 目录ID type: integer format: int64 models.CloudDiskMenuRenameReq: title: CloudDiskMenuRenameReq type: object properties: MenuId: description: 目录ID type: integer format: int64 MenuName: description: 目录名称 type: string models.CloudDiskResourceDeleteReq: title: CloudDiskResourceDeleteReq type: object properties: ResourceId: description: 文件ID type: integer format: int64 models.CloudDiskResourceRenameReq: title: CloudDiskResourceRenameReq type: object properties: ResourceId: description: 文件ID type: integer format: int64 ResourceName: description: 文件名称 type: string models.DataAddReq: title: DataAddReq type: object properties: Close: description: 录入值 type: string CreateDate: description: 创建日期 type: string TradeCode: description: 指标唯一编码 type: string models.DataDeleteReq: title: DataDeleteReq type: object properties: CreateDate: description: 数据录入日期 type: string TradeCode: description: 指标唯一编码 type: string models.DataEditReq: title: DataEditReq type: object properties: Close: $ref: '#/definitions/models.interface' description: 录入值 CreateDate: description: 创建日期 type: string OldCreateDate: description: 旧的录入日期 type: string TradeCode: description: 指标唯一编码 type: string models.DataList: title: DataList type: object properties: ClassifyId: description: 分类id type: integer format: int64 ClassifyName: description: 分类名称 type: string Close: description: 录入值 type: number format: double Dt: description: 录入日期 type: string Frequency: description: 频度 type: string ModifyTime: description: 修改时间 type: string Remark: description: 备注 type: string SecName: description: 指标名称 type: string TradeCode: description: 指标编码 type: string Unit: description: 单位 type: string models.DataListResp: title: DataListResp type: object properties: List: type: array items: $ref: '#/definitions/models.DataList' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.DayWeekReportUpdateRule: title: DayWeekReportUpdateRule type: object properties: PauseEndTime: description: 暂停结束时间 type: string PauseStartTime: description: 暂停开始时间 type: string ReportChapterTypeId: description: 章节类型ID type: integer format: int64 models.DeleteClassifyReq: title: DeleteClassifyReq type: object properties: ClassifyId: description: 分类ID type: integer format: int64 models.DeletePptV2Req: title: DeletePptV2Req type: object properties: PptId: description: PptId type: integer format: int64 models.DeleteReq: title: DeleteReq type: object properties: ReportIds: description: 报告id type: integer format: int64 models.ETATrialAddReq: title: ETATrialAddReq type: object models.EdbInfoItem: title: EdbInfoItem type: object properties: ClassifyId: description: 分类id type: integer format: int64 ClassifyName: description: 分类名称 type: string CreateDate: description: 创建时间 type: string DataList: description: 指标数据列表 type: array items: $ref: '#/definitions/models.Edbdata' Frequency: description: 频度 type: string Mobile: description: 录入者手机号 type: string ModifyDate: description: 待更新日期 type: string NoticeTime: description: 通知时间 type: string Remark: description: 备注 type: string SecName: description: 指标名称 type: string Status: description: 状态:未完成/完成 type: string TradeCode: description: 指标code type: string Unit: description: 单位 type: string UserId: description: 录入用户id type: integer format: int64 models.Edbdata: title: Edbdata type: object properties: Close: description: 值 type: string Dt: description: 日期 type: string ModifyTime: description: 修改时间 type: string format: datetime TradeCode: description: 指标编码 type: string models.EdbdataClassify: title: EdbdataClassify type: object properties: ClassifyId: type: integer format: int64 ClassifyName: type: string EdbInfoTotal: type: integer format: int64 ParentId: type: integer format: int64 models.EdbdataClassifyList: title: EdbdataClassifyList type: object properties: Child: type: array items: $ref: '#/definitions/models.EdbdataClassify' ClassifyId: type: integer format: int64 ClassifyName: type: string ParentId: type: integer format: int64 models.EdbdataClassifyResp: title: EdbdataClassifyResp type: object properties: List: type: array items: $ref: '#/definitions/models.EdbdataClassifyList' models.Edbinfo: title: Edbinfo type: object properties: ClassifyId: description: 分类id type: integer format: int64 ClassifyName: description: 分类名称 type: string CreateDate: description: 创建时间 type: string Frequency: description: 频度 type: string Mobile: description: 录入者手机号 type: string NoticeTime: description: 通知时间 type: string Remark: description: 备注 type: string SecName: description: 指标名称 type: string TradeCode: description: 指标code type: string Unit: description: 单位 type: string UserId: description: 录入用户id type: integer format: int64 UserName: description: 录入用户名称 type: string models.EdbinfoAddReq: title: EdbinfoAddReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 Frequency: description: 频度 type: string NoticeTime: description: 通知时间 type: string SecName: description: 指标名称 type: string Unit: description: 单位 type: string models.EdbinfoEditReq: title: EdbinfoEditReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 Frequency: description: 频度 type: string NoticeTime: description: 通知时间 type: string SecName: description: 指标名称 type: string TradeCode: description: 指标code type: string Unit: description: 单位 type: string models.EditClassifyPermissionReq: title: EditClassifyPermissionReq type: object properties: ChartPermissionIdList: description: 权限id数组 type: array items: type: integer format: int64 ClassifyId: description: 分类ID type: integer format: int64 models.EditClassifyReq: title: EditClassifyReq type: object properties: Abstract: description: 栏目简介 type: string AuthorDescript: description: 作者简介 type: string AvatarImgUrl: description: 头像 type: string ClassifyId: description: 分类ID type: integer format: int64 ClassifyLabel: description: 分类标签 type: string ClassifyMenuId: description: 二级分类-子目录ID type: integer format: int64 ClassifyName: description: 分类名称 type: string ColumnImgUrl: description: 栏目配图 type: string Descript: description: 分享描述 type: string HasTeleconference: description: 是否有电话会:0-否 1-是 type: integer format: int64 HeadImgUrl: description: 头部banner type: string HomeImgUrl: description: 首页配图 type: string IsShow: description: 是否在小程序显示:1-显示 0-隐藏 type: integer format: int64 MenuList: description: 子目录列表 type: array items: $ref: '#/definitions/models.ClassifyMenuSaveReq' ParentId: description: 父级分类id,没有父级分类传0 type: integer format: int64 RelateTel: description: '是否在电话会中可选: 0-否; 1-是' type: integer format: int64 RelateVideo: description: '是否在路演视频中可选: 0-否; 1-是' type: integer format: int64 ReportAuthor: description: 栏目作者 type: string ReportImgUrl: description: 报告配图 type: string ShowType: description: 展示类型:1-列表 2-专栏 type: integer format: int64 Sort: description: 后台排序 type: integer format: int64 VipTitle: description: 研究员头衔 type: string YbBgUrl: description: 小程序已购详情背景图 type: string YbFiccIcon: description: 小程序FICC页icon type: string YbFiccPcIcon: description: 小程序PC端FICC页背景图 type: string YbFiccSort: description: 小程序FICC页排序 type: integer format: int64 YbIconUrl: description: 小程序已购页icon type: string YbListImg: description: 小程序研报列表封面图 type: string YbRightBanner: description: Pc端详情页,右侧,报告合集背景图 type: string YbShareBgImg: description: 小程序研报详情分享背景图 type: string models.EditEnglishReportFromPolicyReq: title: EditEnglishReportFromPolicyReq type: object properties: Abstract: description: 摘要 type: string Author: description: 作者 type: string CreateTime: description: 创建时间 type: string Frequency: description: 频度 type: string ReportId: description: 报告id type: integer format: int64 Title: description: 标题 type: string models.EditEnglishReportReq: title: EditEnglishReportReq type: object properties: Abstract: description: 摘要 type: string Author: description: 作者 type: string ClassifyIdFirst: description: 一级分类id type: integer format: int64 ClassifyIdSecond: description: 二级分类id type: integer format: int64 ClassifyNameFirst: description: 一级分类名称 type: string ClassifyNameSecond: description: 二级分类名称 type: string Content: description: 内容 type: string CreateTime: description: 创建时间 type: string Frequency: description: 频度 type: string Overview: description: 英文概述部分 type: string ReportId: description: 报告id type: integer format: int64 State: description: 状态:1:未发布,2:已发布 type: integer format: int64 Title: description: 标题 type: string models.EditEnglishReportResp: title: EditEnglishReportResp type: object properties: ReportCode: description: 报告code type: string ReportId: description: 报告id type: integer format: int64 models.EditReportChapterReq: title: EditReportChapterReq type: object properties: AddType: description: 新增方式:1:新增报告,2:继承报告 type: integer format: int64 Author: description: 作者 type: string Content: description: 内容 type: string CreateTime: description: 发布时间 type: string ReportChapterId: description: 报告章节ID type: integer format: int64 TickerList: description: 指标信息 type: array items: $ref: '#/definitions/models.EditTickList' Title: description: 标题 type: string VideoName: description: 音频文件名称 type: string VideoPlaySeconds: description: 音频播放时长 type: string VideoSize: description: 音频文件大小,单位M type: string VideoUrl: description: 音频文件URL type: string models.EditReq: title: EditReq type: object properties: Abstract: description: 摘要 type: string Author: description: 作者 type: string ClassifyIdFirst: description: 一级分类id type: integer format: int64 ClassifyIdSecond: description: 二级分类id type: integer format: int64 ClassifyNameFirst: description: 一级分类名称 type: string ClassifyNameSecond: description: 二级分类名称 type: string Content: description: 内容 type: string CreateTime: description: 创建时间 type: string Frequency: description: 频度 type: string ReportId: description: 报告id type: integer format: int64 State: description: 状态:1:未发布,2:已发布 type: integer format: int64 Title: description: 标题 type: string models.EditResp: title: EditResp type: object properties: ReportCode: description: 报告code type: string ReportId: description: 报告id type: integer format: int64 models.EditTickList: title: EditTickList type: object properties: Label: type: string Sort: type: integer format: int64 Ticker: type: string models.EnPPT2CnReq: title: EnPPT2CnReq type: object properties: GroupId: description: 目录ID type: integer format: int64 PptId: description: 英文PPT主键 type: integer format: int64 models.EnPermissionAddReq: title: EnPermissionAddReq type: object properties: CnPermissionName: description: 对应的中文权限名称 type: string EnPermissionName: description: 品种权限名称 type: string ParentId: description: 父级ID type: integer format: int64 Sort: description: 排序 type: integer format: int64 models.EnPermissionRemoveReq: title: EnPermissionRemoveReq type: object properties: EnPermissionId: description: 英文品种权限ID type: integer format: int64 models.EnableReportAuthorReq: title: EnableReportAuthorReq type: object properties: EnableType: description: 是否启用,0:禁用,1:启用 type: integer format: int64 Id: description: 作者id type: integer format: int64 models.EnglishClassifyList: title: EnglishClassifyList type: object properties: Child: type: array items: $ref: '#/definitions/models.EnglishClassifyList' ClassifyLabel: description: 分类标签 type: string ClassifyName: description: 分类名称 type: string CreateTime: description: 创建时间 type: string format: datetime EnPermissions: description: 英文权限IDs type: array items: type: integer format: int64 Id: type: integer format: int64 IsShow: description: 是否在小程序显示:1-显示 0-隐藏 type: integer format: int64 ModifyTime: description: 修改时间 type: string format: datetime ParentId: description: 父级分类id type: integer format: int64 RootId: description: 一级分类ID type: integer format: int64 ShowType: description: 展示类型:1-列表 2-专栏 type: integer format: int64 Sort: description: 排序 type: integer format: int64 models.EnglishClassifyListResp: title: EnglishClassifyListResp type: object properties: List: type: array items: $ref: '#/definitions/models.EnglishClassifyList' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.EnglishCompanyDelReq: title: EnglishCompanyDelReq type: object properties: CompanyId: description: 客户ID type: integer format: int64 models.EnglishCompanyEditEnabledReq: title: EnglishCompanyEditEnabledReq type: object properties: CompanyId: description: 公司ID type: integer format: int64 Enabled: description: 1:有效,0:禁用 type: integer format: int64 models.EnglishCompanyListTodo: title: EnglishCompanyListTodo type: object properties: CanConfirm: description: 是否允许完成任务 type: boolean Deadline: description: 未完成的todo任务的截止日期,截止目前还剩余的天数 type: string HiddenConfirm: description: 是否隐藏完成任务按钮 type: boolean HiddenCreate: description: 是否隐藏新增/编辑按钮 type: boolean TodoButtonColor: description: '任务按钮颜色: red; green; gray' type: string TodoEndTimeStr: description: 未完成的todo任务的截止日期拼接格式 type: string TodoStatus: description: 是否存在进行中任务 type: boolean models.EnglishCompanyPageListResp: title: EnglishCompanyPageListResp type: object properties: List: type: array items: $ref: '#/definitions/models.EnglishCompanyResp' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.EnglishCompanyResp: title: EnglishCompanyResp type: object properties: CompanyId: description: 客户ID type: integer format: int64 CompanyName: description: 客户名称 type: string Country: description: 国家 type: string CountryCode: description: 国家代码 type: string CreateTime: description: 创建时间 type: string EnPermissions: description: 英文权限 type: array items: type: integer format: int64 Enabled: description: 0-禁用; 1-启用; 2-部分禁用 type: integer format: int64 SellerId: description: 销售ID type: integer format: int64 SellerName: description: 销售姓名 type: string TodoInfo: $ref: '#/definitions/models.EnglishCompanyListTodo' description: TODO任务信息 ViewTotal: description: 累计点击量 type: integer format: int64 models.EnglishCompanySaveReq: title: EnglishCompanySaveReq type: object properties: CompanyId: description: 客户ID type: integer format: int64 CompanyName: description: 客户名称 type: string Country: description: 国家 type: string CountryCode: description: 国家代码 type: string EnPermissions: description: 英文权限IDs type: array items: type: integer format: int64 SellerId: description: 销售ID type: integer format: int64 models.EnglishCompanyTodoAddReq: title: EnglishCompanyTodoAddReq type: object properties: CompanyId: description: 客户id type: integer format: int64 Description: description: 任务描述 type: string EndTime: description: 截止时间 type: string models.EnglishCompanyTodoApproveReq: title: EnglishCompanyTodoApproveReq type: object properties: Id: description: 客户任务记录id type: integer format: int64 Remark: description: 审批备注 type: string models.EnglishCompanyTodoDoingResp: title: EnglishCompanyTodoDoingResp type: object properties: ApproveTime: description: 审核时间 type: string ApproveUserId: description: 审批人用户id type: integer format: int64 ApproveUserName: description: 审批人用户姓名 type: string CompanyId: description: 客户id type: integer format: int64 CompanyName: description: 客户名称 type: string Content: description: 任务描述 type: string CreateTime: description: 创建时间 type: string CreateUserId: description: 创建人用户id type: integer format: int64 CreateUserName: description: 创建人用户姓名 type: string EndTime: description: 截止时间 type: string Id: description: 待办ID type: integer format: int64 Remark: description: 审批备注 type: string SellerId: description: 客户所属销售id type: integer format: int64 SellerName: description: 客户所属销售名称 type: string Status: description: '任务状态: 枚举值:进行中,已完成,已作废' type: string models.EnglishCompanyTodoEditReq: title: EnglishCompanyTodoEditReq type: object properties: CompanyId: description: 客户id type: integer format: int64 Description: description: 任务描述 type: string EndTime: description: 截止时间 type: string Id: description: 客户任务记录id type: integer format: int64 models.EnglishCompanyTodoListItem: title: EnglishCompanyTodoListItem type: object models.EnglishCompanyTodoPublicAddReq: title: EnglishCompanyTodoPublicAddReq type: object properties: Description: description: 任务描述 type: string models.EnglishCompanyViewResp: title: EnglishCompanyViewResp type: object properties: Email: description: 邮箱地址 type: string EmailId: description: 联系人ID type: integer format: int64 LastViewTime: description: 创建时间 type: string UserName: description: 联系人姓名 type: string ViewTotal: description: 累计点击量 type: integer format: int64 models.EnglishEmailViewPageListResp: title: EnglishEmailViewPageListResp type: object properties: List: type: array items: $ref: '#/definitions/models.EnglishEmailViewResp' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.EnglishEmailViewResp: title: EnglishEmailViewResp type: object properties: ClickType: description: 类型:0英文研报,1英文线上路演 type: integer format: int64 LastViewTime: description: 最近一次点击时间 type: string ReportId: description: 英文研报ID type: integer format: int64 ReportTitle: description: 报告标题 type: string ReportType: description: 报告类型 type: string ViewTotal: description: 点击量 type: integer format: int64 models.EnglishPolicyReportDetailView: title: EnglishPolicyReportDetailView type: object models.EnglishReportDetailView: title: EnglishReportDetailView type: object models.EnglishReportEditEnabledReq: title: EnglishReportEditEnabledReq type: object properties: EmailId: description: 邮箱ID type: integer format: int64 Enabled: description: 1:有效,0:禁用 type: integer format: int64 models.EnglishReportEmailDelReq: title: EnglishReportEmailDelReq type: object properties: EmailId: description: 邮箱ID type: integer format: int64 models.EnglishReportEmailLogPageList: title: EnglishReportEmailLogPageList type: object properties: CreateTime: description: 创建时间 type: string Email: description: 邮箱地址 type: string EmailId: description: 邮箱ID type: integer format: int64 ReportId: description: 报告ID type: integer format: int64 ResultMsg: description: 结果详情 type: string SendId: description: 推送ID type: integer format: int64 SendStatus: description: 发送状态:-1-已发送;0-发送失败;1-发送成功 type: integer format: int64 Source: description: 服务商:1-阿里云;2-腾讯云 type: integer format: int64 models.EnglishReportEmailLogPageListResp: title: EnglishReportEmailLogPageListResp type: object properties: List: description: 列表数据 type: array items: $ref: '#/definitions/models.EnglishReportEmailLogPageList' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.EnglishReportEmailPageListResp: title: EnglishReportEmailPageListResp type: object properties: List: type: array items: $ref: '#/definitions/models.EnglishReportEmailResp' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.EnglishReportEmailPvResp: title: EnglishReportEmailPvResp type: object properties: ClickNum: description: 点击量 type: integer format: int64 Email: description: 邮箱地址 type: string Name: description: 客户名称 type: string RecentClickTime: description: 最近一次点击时间 type: string models.EnglishReportEmailResendReq: title: EnglishReportEmailResendReq type: object properties: ReportId: description: 报告ID type: integer format: int64 SendId: description: 发送ID, 0表示批量发送全部失败邮件 type: integer format: int64 models.EnglishReportEmailResp: title: EnglishReportEmailResp type: object properties: AdminId: description: 创建人ID type: integer format: int64 AdminName: description: 创建人姓名 type: string BusinessCardUrl: description: 名片 type: string CompanyId: description: 客户ID type: integer format: int64 CompanyName: description: 公司名称 type: string CountryCode: description: 区号,86、852、886等 type: string CreateTime: description: 创建时间 type: string Email: description: 邮箱地址 type: string Enabled: description: 邮箱状态:1:有效,0:禁用 type: integer format: int64 Id: description: 邮箱ID type: integer format: int64 IsDeleted: description: 删除状态:0-正常;1-已删除 type: integer format: int64 LastViewTime: description: 最后阅读时间 type: string format: datetime Mobile: description: 手机号 type: string ModifyTime: description: 更新时间 type: string Name: description: 客户名称 type: string RegisterCompanyName: description: 注册公司名称 type: string RegisterTime: description: 注册时间 type: string Status: description: 1:正式,2:临时,3:终止 type: integer format: int64 ViewTotal: description: 累计点击量 type: integer format: int64 models.EnglishReportEmailSaveReq: title: EnglishReportEmailSaveReq type: object properties: BusinessCardUrl: description: 名片 type: string CompanyId: description: 客户ID type: integer format: int64 CountryCode: description: 区号,86、852、886等 type: string Email: description: 邮箱地址 type: string Enabled: description: 邮箱状态:1:有效,0:禁用 type: integer format: int64 Id: description: 邮箱ID, 大于0为编辑 type: integer format: int64 Mobile: description: 手机号 type: string Name: description: 客户名称 type: string models.EnglishVideoCoverItem: title: EnglishVideoCoverItem type: object properties: CoverName: description: 封面名称 type: string CoverUrl: description: 封面图地址 type: string CreateTime: description: 提问时间 type: string Id: description: 封面ID type: integer format: int64 ModifyTime: description: 修改时间 type: string models.EnglishVideoCoverListResp: title: EnglishVideoCoverListResp type: object properties: List: description: 列表数据 type: array items: $ref: '#/definitions/models.EnglishVideoCoverItem' Paging: $ref: '#/definitions/paging.PagingItem' models.EnglishVideoCoverOptionReq: title: EnglishVideoCoverOptionReq type: object properties: Id: description: 封面图ID type: integer format: int64 models.EnglishVideoDetailView: title: EnglishVideoDetailView type: object models.EnglishVideoReq: title: EnglishVideoReq type: object properties: Id: description: 路演视频id type: integer format: int64 models.ExcelStyleReq: title: ExcelStyleReq type: object models.FindByIdClassifyReq: title: FindByIdClassifyReq type: object properties: ClassifyId: description: 分类ID type: integer format: int64 models.GetEnglishCompanyTodoDoingPageListResp: title: GetEnglishCompanyTodoDoingPageListResp type: object properties: List: type: array items: $ref: '#/definitions/models.EnglishCompanyTodoDoingResp' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.GetEnglishCompanyViewPageListResp: title: GetEnglishCompanyViewPageListResp type: object properties: List: type: array items: $ref: '#/definitions/models.EnglishCompanyViewResp' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.GrantInfoResp: title: GrantInfoResp type: object properties: AdminIdStr: description: 指定成员id,多个成员用英文,隔开 type: string GrantType: description: 分配类型;1:全部ficc研究员;2:指定成员 type: integer format: int64 PptId: description: PptId type: integer format: int64 models.GrantPptReq: title: GrantPptReq type: object properties: AdminIdStr: description: 指定成员id,多个成员用英文,隔开 type: string GrantType: description: 分配类型;1:全部ficc研究员;2:指定成员 type: integer format: int64 PptId: description: PptId type: integer format: int64 models.ImageResponse: title: ImageResponse type: object models.LoginReq: title: LoginReq type: object models.LoginResp: title: LoginResp type: object models.ModifyPwdReq: title: ModifyPwdReq type: object models.OutLinkReq: title: OutLinkReq type: object properties: Id: description: 序号 type: integer format: int64 models.OutLinkSaveReq: title: OutLinkSaveReq type: object properties: Id: description: 序号 type: integer format: int64 Title: description: 菜单名称 type: string Url: description: 链接地址 type: string models.PPT2ReportReq: title: PPT2ReportReq type: object properties: ClassifyIdSecond: description: 报告二级分类ID type: integer format: int64 PptId: description: PPT主键 type: integer format: int64 Title: description: 标题 type: string models.PptV2: title: PptV2 type: object properties: AdminId: description: 系统用户id type: integer format: int64 AdminRealName: description: 系统用户名称 type: string BackgroundImg: description: 背景图片 type: string Content: description: ppt内容 type: string CreateTime: description: 创建时间 type: string format: datetime IsShare: description: 是否分享,0:不分享,1:分享 type: integer format: int32 ModifyTime: description: 修改时间 type: string format: datetime PptDate: description: 选择日期 type: string PptId: description: ppt的Id type: integer format: int64 PptUrl: description: ppt下载地址 type: string PptVersion: description: 是否ppt的旧版本;1:旧的,2:新的 type: integer format: int32 PptxUrl: description: pptx下载地址 type: string PublishTime: description: 发布时间 type: string format: datetime ReportCode: description: 关联的报告code type: string ReportId: description: 关联的报告ID type: integer format: int64 ReportType: description: 报告类型 type: string TemplateType: description: 模版类型 type: integer format: int64 Title: description: 标题 type: string models.PptV2Item: title: PptV2Item type: object properties: AdminId: description: 系统用户id type: integer format: int64 AdminRealName: description: 系统用户名称 type: string BackgroundImg: description: 背景图片 type: string Content: description: ppt内容 type: string CreateTime: description: 创建时间 type: string format: datetime IsAuth: description: true:有操作权限,false:无操作权限 type: boolean IsShare: description: 是否分享,0:不分享,1:分享 type: integer format: int32 ModifyTime: description: 修改时间 type: string format: datetime PptDate: description: 选择日期 type: string PptId: description: ppt的Id type: integer format: int64 PptUrl: description: ppt下载地址 type: string PptVersion: description: 是否ppt的旧版本;1:旧的,2:新的 type: integer format: int32 PptxUrl: description: pptx下载地址 type: string PublishTime: description: 发布时间 type: string format: datetime ReportCode: description: 关联的报告code type: string ReportId: description: 报告ID type: integer format: int64 ReportType: description: 报告类型 type: string TemplateType: description: 模版类型 type: integer format: int64 Title: description: 标题 type: string models.PptV2ListResp: title: PptV2ListResp type: object properties: List: type: array items: $ref: '#/definitions/models.PptV2Item' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.PrePublishReq: title: PrePublishReq type: object properties: PreMsgSend: description: 定时发布成功后是否立即推送模版消息:0否,1是 type: integer format: int64 PrePublishTime: description: 预发布时间 type: string ReportId: description: 报告id type: integer format: int64 models.PublishCancelReq: title: PublishCancelReq type: object properties: ReportIds: description: 报告id type: integer format: int64 models.PublishDayWeekReportReq: title: PublishDayWeekReportReq type: object properties: ReportId: description: 报告ID type: integer format: int64 models.PublishReportChapterReq: title: PublishReportChapterReq type: object properties: AddType: description: 新增方式:1:新增报告,2:继承报告 type: integer format: int64 Author: description: 作者 type: string Content: description: 内容 type: string CreateTime: description: 发布时间 type: string PublishReport: description: 是否同时发布报告 type: integer format: int64 ReportChapterId: description: 报告章节ID type: integer format: int64 TickerList: description: 指标信息 type: array items: $ref: '#/definitions/models.EditTickList' Title: description: 标题 type: string VideoName: description: 音频文件名称 type: string VideoPlaySeconds: description: 音频播放时长 type: string VideoSize: description: 音频文件大小,单位M type: string VideoUrl: description: 音频文件URL type: string models.PublishReq: title: PublishReq type: object properties: ReportIds: description: 报告id,多个用英文逗号隔开 type: string models.Report: title: Report type: object properties: Abstract: description: 摘要 type: string AddType: description: 新增方式:1:新增报告,2:继承报告 type: integer format: int64 AdminId: description: 创建者账号 type: integer format: int64 AdminRealName: description: 创建者姓名 type: string Author: description: 作者 type: string ChapterType: description: 章节类型 day-晨报 week-周报 type: string ClassifyIdFirst: description: 一级分类id type: integer format: int64 ClassifyIdSecond: description: 二级分类id type: integer format: int64 ClassifyNameFirst: description: 一级分类名称 type: string ClassifyNameSecond: description: 二级分类名称 type: string Content: description: 内容 type: string ContentSub: description: 内容前两个章节 type: string CreateTime: description: 创建时间 type: string Frequency: description: 频度 type: string HasChapter: description: 是否有章节 0-否 1-是 type: integer format: int64 Id: description: 报告Id type: integer format: int64 ModifyTime: description: 修改时间 type: string format: datetime MsgIsSend: description: 消息是否已发送,0:否,1:是 type: integer format: int64 MsgSendTime: description: 模版消息发送时间 type: string format: datetime OldReportId: description: research_report表ID, 大于0则表示该报告为老后台同步过来的 type: integer format: int64 PublishTime: description: 发布时间 type: string format: datetime ReportCode: description: 报告唯一编码 type: string ReportVersion: description: 1:旧版,2:新版 type: integer format: int64 Stage: description: 期数 type: integer format: int64 State: description: 1:未发布,2:已发布 type: integer format: int64 ThsMsgIsSend: description: 客户群消息是否已发送,0:否,1:是 type: integer format: int64 Title: description: 标题 type: string VideoName: description: 音频文件名称 type: string VideoPlaySeconds: description: 音频播放时长 type: string VideoSize: description: 音频文件大小,单位M type: string VideoUrl: description: 音频文件URL type: string models.ReportAuthor: title: ReportAuthor type: object properties: AuthorType: description: 类型,1:中文;2:英文 type: integer format: int64 CreateTime: description: 创建时间 type: string format: datetime Enable: description: 是否启用,0:禁用,1:启用 type: integer format: int64 Id: description: 报告作者ID type: integer format: int64 IsDelete: description: 是否删除,0:未删除,1:已删除 type: integer format: int64 ModifyTime: description: 更新时间 type: string format: datetime ReportAuthor: description: 报告作者名称 type: string models.ReportAuthorResp: title: ReportAuthorResp type: object properties: List: type: array items: $ref: '#/definitions/models.ReportAuthor' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.ReportChapterTypeAddReq: title: ReportChapterTypeAddReq type: object properties: EditImgUrl: description: 管理后台编辑时选用的图 type: string IsShow: description: '显示隐藏: 1-显示; 0-隐藏' type: integer format: int64 ReportChapterTypeName: description: 报告章节类型名称 type: string ResearchType: description: 研报类型 type: string SelectedImage: description: 选中时的icon type: string Sort: description: 排序字段 type: integer format: int64 UnselectedImage: description: 未选中时的icon type: string WordsImage: description: 带字的icon type: string models.ReportChapterTypeDelReq: title: ReportChapterTypeDelReq type: object properties: ReportChapterTypeId: description: 报告章节类型id type: integer format: int64 models.ReportChapterTypeEditReq: title: ReportChapterTypeEditReq type: object properties: EditImgUrl: description: 管理后台编辑时选用的图 type: string IsShow: description: '显示隐藏: 1-显示; 0-隐藏' type: integer format: int64 ReportChapterTypeId: description: 报告章节类型id type: integer format: int64 ReportChapterTypeName: description: 报告章节类型名称 type: string ResearchType: description: 研报类型 type: string SelectedImage: description: 选中时的icon type: string Sort: description: 排序字段 type: integer format: int64 UnselectedImage: description: 未选中时的icon type: string WordsImage: description: 带字的icon type: string models.ReportChapterTypeListItem: title: ReportChapterTypeListItem type: object properties: CreatedTime: description: 创建时间 type: string EditImgUrl: description: 管理后台编辑时选用的图 type: string IsShow: description: '显示隐藏: 1-显示; 0-隐藏' type: integer format: int64 ReportChapterTypeId: description: 报告章节类型id type: integer format: int64 ReportChapterTypeName: description: 报告章节类型名称 type: string ResearchType: description: 研报类型 type: string SelectedImage: description: 选中时的图片 type: string Sort: description: 排序字段 type: integer format: int64 UnselectedImage: description: 没选中时的图片 type: string WordsImage: description: 带字的icon type: string models.ReportChapterTypePageListResp: title: ReportChapterTypePageListResp type: object properties: List: type: array items: $ref: '#/definitions/models.ReportChapterTypeListItem' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.ReportChapterVideoList: title: ReportChapterVideoList type: object properties: ReportChapterId: description: 报告章节ID type: integer format: int64 ReportId: description: 报告ID type: integer format: int64 VideoName: description: 音频文件名称 type: string VideoPlaySeconds: description: 音频播放时长 type: string VideoUrl: description: 音频文件URL type: string models.ReportDetailReq: title: ReportDetailReq type: object properties: ReportId: description: 报告id type: integer format: int64 models.ReportList: title: ReportList type: object properties: Abstract: description: 摘要 type: string AddType: description: 新增方式:1:新增报告,2:继承报告 type: integer format: int64 AdminId: description: 创建者账号 type: integer format: int64 AdminRealName: description: 创建者姓名 type: string Author: description: 作者 type: string CanEdit: description: 是否可编辑 type: boolean ChapterType: description: 章节类型 day-晨报 week-周报 type: string ChapterVideoList: description: 章节音频列表 type: array items: $ref: '#/definitions/models.ReportChapterVideoList' ClassifyIdFirst: description: 一级分类id type: integer format: int64 ClassifyIdSecond: description: 二级分类id type: integer format: int64 ClassifyNameFirst: description: 一级分类名称 type: string ClassifyNameSecond: description: 二级分类名称 type: string Content: description: 内容 type: string ContentSub: description: 内容前两个章节 type: string CreateTime: description: 创建时间 type: string Editor: description: 编辑人 type: string Frequency: description: 频度 type: string HasChapter: description: 是否有章节 0-否 1-是 type: integer format: int64 Id: description: 报告Id type: integer format: int64 ModifyTime: description: 修改时间 type: string format: datetime MsgIsSend: description: 模板消息是否已发送,0:否,1:是 type: integer format: int64 MsgSendTime: description: 模版消息发送时间 type: string NeedThsMsg: description: 是否需要推送客群消息 0-否 1-是 type: integer format: int64 OldReportId: description: research_report表ID, 大于0则表示该报告为老后台同步过来的 type: integer format: int64 PrePublishTime: description: 预发布时间 type: string PublishTime: description: 发布时间 type: string Pv: description: Pv type: integer format: int64 ReportCode: description: 报告唯一编码 type: string ReportVersion: description: 1:旧版,2:新版 type: integer format: int64 Stage: description: 期数 type: integer format: int64 State: description: 1:未发布,2:已发布 3:已驳回 4:已审批 type: integer format: int64 ThsMsgIsSend: description: 客户群消息是否已发送,0:否,1:是 type: integer format: int64 Title: description: 标题 type: string Uv: description: Uv type: integer format: int64 VideoName: description: 音频文件名称 type: string VideoPlaySeconds: description: 音频播放时长 type: string VideoUrl: description: 音频文件URL type: string models.ReportListResp: title: ReportListResp type: object properties: List: type: array items: $ref: '#/definitions/models.ReportList' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.ReqAddPptGroup: title: ReqAddPptGroup type: object properties: GroupName: description: 目录名称 type: string models.ReqCopyPpt: title: ReqCopyPpt type: object properties: GroupId: description: 目录id type: integer format: int64 PptId: description: PptId type: integer format: int64 models.ReqMoveGroup: title: ReqMoveGroup type: object properties: GroupId: description: 目标目录id type: integer format: int64 NextGroupId: description: 下一个目录Id,放到末尾,则传0值 type: integer format: int64 PrevGroupId: description: 上一个目录Id,置顶,则传0值 type: integer format: int64 models.ReqMoveGroupPpt: title: ReqMoveGroupPpt type: object properties: GroupId: description: 目标目录id type: integer format: int64 GroupPptId: description: 当前被移动的目录里的ppt绑定序号 type: integer format: int64 NextGroupPptId: description: 下一个目录里的ppt绑定序号,ppt最终在目录末尾,则传0值 type: integer format: int64 PrevGroupPptId: description: 上一个目录里的ppt绑定序号,ppt最终在目录中置顶,则传0值 type: integer format: int64 models.ReqPptGroup: title: ReqPptGroup type: object properties: GroupId: description: 目录id type: integer format: int64 models.ReqPptShare: title: ReqPptShare type: object properties: GroupPptId: description: 目录和ppt绑定序号 type: integer format: int64 models.ReqRenamePptGroup: title: ReqRenamePptGroup type: object properties: GroupId: description: 目录id type: integer format: int64 GroupName: description: 目录名称 type: string models.ResearchGroupRelation: title: ResearchGroupRelation type: object models.Researcher: title: Researcher type: object properties: AdminId: description: 系统用户id type: integer format: int64 AdminName: description: 系统用户名称 type: string Mobile: description: 手机号 type: string RealName: description: 系统用户姓名 type: string Role: description: 系统用户角色 type: string TargetCount: description: 指标数量 type: integer format: int64 models.ResearcherListResp: title: ResearcherListResp type: object properties: List: type: array items: $ref: '#/definitions/models.Researcher' models.ResourceResp: title: ResourceResp type: object properties: CacheKey: type: string Id: description: 用户id type: integer format: int64 PlaySeconds: description: 播放时长,单位秒 type: integer format: int32 ResourceName: description: 资源名称 type: string ResourceUrl: description: 资源地址 type: string Source: type: string models.RespAddPptGroup: title: RespAddPptGroup type: object properties: GroupId: description: 目录id type: integer format: int64 models.RespGroupList: title: RespGroupList type: object properties: GrantList: type: array items: $ref: '#/definitions/models.RespGroupListItem' PrivateList: type: array items: $ref: '#/definitions/models.RespGroupListItem' PublicList: type: array items: $ref: '#/definitions/models.RespGroupListItem' models.RespGroupListItem: title: RespGroupListItem type: object properties: AdminId: description: 目录创建者账号ID type: integer format: int64 GroupId: description: 目录id type: integer format: int64 GroupName: description: 目录名称 type: string IsShare: description: 是否共享,0私有,1共享 type: integer format: int32 OnlyOld: description: 是否只包含ppt旧版本的目录,只包含旧版的ppt:true,否则 false type: boolean PptList: type: array items: $ref: '#/definitions/models.RespGroupPptNameListItem' models.RespGroupPptList: title: RespGroupPptList type: object properties: List: type: array items: $ref: '#/definitions/models.RespGroupPptListItem' Total: description: ppt总数 type: integer format: int64 models.RespGroupPptListItem: title: RespGroupPptListItem type: object properties: AdminId: description: 移动ppt到该目录的系统用户id type: integer format: int64 AdminRealName: description: 系统用户名称 type: string BackgroundImg: description: 背景图片 type: string GroupPptId: description: 目录和ppt绑定序号 type: integer format: int64 IsSingleShare: description: 是否是单个共享ppt,0未单个共享,1共享 type: integer format: int32 PptCreateTime: description: ppt创建时间 type: string PptId: description: ppt ID type: integer format: int64 PptModifyTime: description: ppt修改时间 type: string PptVersion: description: 是否ppt的旧版本;1:旧的,2:新的 type: integer format: int32 PptxUrl: description: pptx下载地址 type: string PublishTime: description: 发布时间 type: string ReportCode: description: 关联的报告code type: string ReportId: description: 关联的报告ID type: integer format: int64 TemplateType: description: 模版类型 type: integer format: int64 Title: description: 标题 type: string models.RespGroupPptNameListItem: title: RespGroupPptNameListItem type: object properties: AdminId: description: 移动ppt到该目录的系统用户id type: integer format: int64 AdminRealName: description: 系统用户名称 type: string GroupPptId: description: 目录和ppt绑定序号 type: integer format: int64 IsGrant: description: 是否分配了权限,0:不是,1:是 type: integer format: int32 IsReceived: description: 是否收到的共享,0:不是,1:是 type: integer format: int32 IsSingleShare: description: 是否是单个共享ppt,0未单个共享,1共享 type: integer format: int32 PptCreateTime: description: ppt创建时间 type: string PptId: description: ppt ID type: integer format: int64 PptModifyTime: description: ppt修改时间 type: string PptPage: description: PPT总页数 type: integer format: int64 PptVersion: description: 是否ppt的旧版本;1:旧的,2:新的 type: integer format: int32 PptxUrl: description: pptx下载地址 type: string PublishTime: description: 发布时间 type: string ReportCode: description: 关联的报告code type: string ReportId: description: 关联的报告ID type: integer format: int64 Title: description: 标题 type: string models.RespPptGroupName: title: RespPptGroupName type: object properties: GroupId: description: 目录id type: integer format: int64 GroupName: description: 目录名称 type: string models.RespPptGroupNameList: title: RespPptGroupNameList type: object properties: List: type: array items: $ref: '#/definitions/models.RespPptGroupName' models.RespPptGroupShare: title: RespPptGroupShare type: object properties: GroupId: description: 目录id type: integer format: int64 IsShare: description: 是否共享,0私有,1共享 type: integer format: int32 models.RespPptShare: title: RespPptShare type: object properties: GroupPptId: description: 目录和ppt绑定自增序号 type: integer format: int64 IsSingleShare: description: 是否是单个共享ppt,0未单个共享,1共享 type: integer format: int32 models.RespSearchGroupPptList: title: RespSearchGroupPptList type: object properties: List: type: array items: $ref: '#/definitions/models.RespSearchGroupPptListItem' models.RespSearchGroupPptListItem: title: RespSearchGroupPptListItem type: object properties: GroupPptId: description: 目录和ppt绑定序号 type: integer format: int64 PptId: description: ppt ID type: integer format: int64 Title: description: 标题 type: string models.SaveDayWeekReportReq: title: SaveDayWeekReportReq type: object properties: Author: description: 作者 type: string CreateTime: description: 创建时间 type: string ReportId: description: 报告ID type: integer format: int64 ReportType: description: 一级分类ID type: string Title: description: 标题 type: string models.SaveEnglishVideoReq: title: SaveEnglishVideoReq type: object properties: Abstract: description: 摘要 type: string Author: description: 作者 type: string ClassifyIdFirst: description: 一级分类id type: integer format: int64 ClassifyIdSecond: description: 二级分类id type: integer format: int64 Id: description: 路演视频ID type: integer format: int64 Overview: description: 英文概述部分 type: string State: description: 状态:1:未发布,2:已发布 type: integer format: int64 Title: description: 标题 type: string VideoCoverUrl: description: 视频文件封面地址 type: string VideoSeconds: description: 视频时长 type: string VideoUrl: description: 视频文件URL type: string models.SaveEnglishVideoResp: title: SaveEnglishVideoResp type: object properties: Id: description: 路演视频ID type: integer format: int64 VideoCode: description: 报告code type: string models.SavePptV2PathReq: title: SavePptV2PathReq type: object properties: PptId: description: PptId type: integer format: int64 PptxUrl: description: PptxUrl type: string models.SaveReportContent: title: SaveReportContent type: object properties: Content: description: 内容 type: string NoChange: description: 内容是否未改变:1:内容未改变 type: integer format: int64 ReportId: description: 报告id type: integer format: int64 models.SearchTargetListResp: title: SearchTargetListResp type: object properties: List: type: array items: $ref: '#/definitions/models.Edbinfo' models.SendTemplateMsgReq: title: SendTemplateMsgReq type: object properties: ReportId: description: 报告id type: integer format: int64 models.SetDayWeekReportEnableUpdateRuleReq: title: SetDayWeekReportEnableUpdateRuleReq type: object properties: DayReportChapterTypeId: description: 章节类型ID 英文逗号拼接 type: string WeekReportChapterTypeId: description: 章节类型ID 英文逗号拼接 type: string models.SetDayWeekReportUpdateRuleReq: title: SetDayWeekReportUpdateRuleReq type: object properties: List: description: 暂停规则 type: array items: $ref: '#/definitions/models.DayWeekReportUpdateRule' ResearchType: description: 报告类型 day; week; type: string models.SunCodeReq: title: SunCodeReq type: object properties: CodePage: description: 太阳码page type: string CodeScene: description: 太阳码scene type: string models.SyncEnglishPolicyReq: title: SyncEnglishPolicyReq type: object properties: Id: description: 策略报告id type: integer format: int64 models.TargetDeleteReq: title: TargetDeleteReq type: object properties: TradeCode: description: 指标唯一编码 type: string models.TargetItemListResp: title: TargetItemListResp type: object properties: FrequencyList: type: array items: type: string List: type: array items: $ref: '#/definitions/models.EdbInfoItem' models.TargetListResp: title: TargetListResp type: object properties: List: type: array items: $ref: '#/definitions/models.Edbinfo' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 models.interface: title: interface type: object paging.PagingItem: title: PagingItem type: object properties: CurrentIndex: description: 当前页页码 type: integer format: int64 IsEnd: description: 是否最后一页 type: boolean IsStart: description: 是否首页 type: boolean NextIndex: description: 下一页页码 type: integer format: int64 PageSize: description: 每页数据条数 type: integer format: int64 Pages: description: 总页数 type: integer format: int64 PreviousIndex: description: 上一页页码 type: integer format: int64 Totals: description: 总数据量 type: integer format: int64 ppt_english.AddPptEnglishReq: title: AddPptEnglishReq type: object properties: Content: description: ppt的json数据 type: string FirstPage: $ref: '#/definitions/3893.0xc0035d1620.false' description: 首页 GroupId: description: 目录id type: integer format: int64 PptId: description: ppt_id type: integer format: int64 ppt_english.DeletePptEnglishReq: title: DeletePptEnglishReq type: object properties: PptId: description: PptId type: integer format: int64 ppt_english.EnglishPPT2ReportReq: title: EnglishPPT2ReportReq type: object properties: Abstract: description: 摘要 type: string ClassifyIdFirst: description: 一级分类ID type: integer format: int64 ClassifyIdSecond: description: 二级分类ID type: integer format: int64 PptId: description: PPT主键 type: integer format: int64 Title: description: 标题 type: string ppt_english.GrantInfoResp: title: GrantInfoResp type: object properties: AdminIdStr: description: 指定成员id,多个成员用英文,隔开 type: string GrantType: description: 分配类型;1:全部ficc研究员;2:指定成员 type: integer format: int64 PptId: description: PptId type: integer format: int64 ppt_english.GrantPptReq: title: GrantPptReq type: object properties: AdminIdStr: description: 指定成员id,多个成员用英文,隔开 type: string GrantType: description: 分配类型;1:全部ficc研究员;2:指定成员 type: integer format: int64 PptId: description: PptId type: integer format: int64 ppt_english.PptEnglish: title: PptEnglish type: object properties: AdminId: description: 系统用户id type: integer format: int64 AdminRealName: description: 系统用户名称 type: string BackgroundImg: description: 背景图片 type: string Content: description: ppt内容 type: string CreateTime: description: 创建时间 type: string format: datetime IsShare: description: 是否分享,0:不分享,1:分享 type: integer format: int32 ModifyTime: description: 修改时间 type: string format: datetime PptDate: description: 选择日期 type: string PptId: description: ppt的Id type: integer format: int64 PptxUrl: description: pptx下载地址 type: string PublishTime: description: 发布时间 type: string format: datetime ReportCode: description: 关联的报告code type: string ReportId: description: 关联的报告ID type: integer format: int64 ReportType: description: 报告类型 type: string TemplateType: description: 模版类型 type: integer format: int64 Title: description: 标题 type: string ppt_english.PptEnglishItem: title: PptEnglishItem type: object properties: AdminId: description: 系统用户id type: integer format: int64 AdminRealName: description: 系统用户名称 type: string BackgroundImg: description: 背景图片 type: string Content: description: ppt内容 type: string CreateTime: description: 创建时间 type: string format: datetime IsAuth: description: true:有操作权限,false:无操作权限 type: boolean IsShare: description: 是否分享,0:不分享,1:分享 type: integer format: int32 ModifyTime: description: 修改时间 type: string format: datetime PptDate: description: 选择日期 type: string PptId: description: ppt的Id type: integer format: int64 PptxUrl: description: pptx下载地址 type: string PublishTime: description: 发布时间 type: string format: datetime ReportCode: description: 关联的报告code type: string ReportId: description: 报告ID type: integer format: int64 ReportType: description: 报告类型 type: string TemplateType: description: 模版类型 type: integer format: int64 Title: description: 标题 type: string ppt_english.PptEnglishListResp: title: PptEnglishListResp type: object properties: List: type: array items: $ref: '#/definitions/ppt_english.PptEnglishItem' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 ppt_english.ReqAddPptGroup: title: ReqAddPptGroup type: object properties: GroupName: description: 目录名称 type: string ppt_english.ReqCopyPpt: title: ReqCopyPpt type: object properties: GroupId: description: 目录id type: integer format: int64 PptId: description: PptId type: integer format: int64 ppt_english.ReqMoveGroup: title: ReqMoveGroup type: object properties: GroupId: description: 目标目录id type: integer format: int64 NextGroupId: description: 下一个目录Id,放到末尾,则传0值 type: integer format: int64 PrevGroupId: description: 上一个目录Id,置顶,则传0值 type: integer format: int64 ppt_english.ReqMoveGroupPpt: title: ReqMoveGroupPpt type: object properties: GroupId: description: 目标目录id type: integer format: int64 GroupPptId: description: 当前被移动的目录里的ppt绑定序号 type: integer format: int64 NextGroupPptId: description: 下一个目录里的ppt绑定序号,ppt最终在目录末尾,则传0值 type: integer format: int64 PrevGroupPptId: description: 上一个目录里的ppt绑定序号,ppt最终在目录中置顶,则传0值 type: integer format: int64 ppt_english.ReqPptGroup: title: ReqPptGroup type: object properties: GroupId: description: 目录id type: integer format: int64 ppt_english.ReqPptShare: title: ReqPptShare type: object properties: GroupPptId: description: 目录和ppt绑定序号 type: integer format: int64 ppt_english.ReqRenamePptGroup: title: ReqRenamePptGroup type: object properties: GroupId: description: 目录id type: integer format: int64 GroupName: description: 目录名称 type: string ppt_english.RespAddPptGroup: title: RespAddPptGroup type: object properties: GroupId: description: 目录id type: integer format: int64 ppt_english.RespGroupList: title: RespGroupList type: object properties: GrantList: type: array items: $ref: '#/definitions/ppt_english.RespGroupListItem' PrivateList: type: array items: $ref: '#/definitions/ppt_english.RespGroupListItem' PublicList: type: array items: $ref: '#/definitions/ppt_english.RespGroupListItem' ppt_english.RespGroupListItem: title: RespGroupListItem type: object properties: AdminId: description: 目录创建者账号ID type: integer format: int64 GroupId: description: 目录id type: integer format: int64 GroupName: description: 目录名称 type: string IsShare: description: 是否共享,0私有,1共享 type: integer format: int32 OnlyOld: description: 是否只包含ppt旧版本的目录,只包含旧版的ppt:true,否则 false type: boolean PptList: type: array items: $ref: '#/definitions/ppt_english.RespGroupPptNameListItem' ppt_english.RespGroupPptList: title: RespGroupPptList type: object properties: List: type: array items: $ref: '#/definitions/ppt_english.RespGroupPptListItem' Total: description: ppt总数 type: integer format: int64 ppt_english.RespGroupPptListItem: title: RespGroupPptListItem type: object properties: AdminId: description: 移动ppt到该目录的系统用户id type: integer format: int64 AdminRealName: description: 系统用户名称 type: string BackgroundImg: description: 背景图片 type: string GroupPptId: description: 目录和ppt绑定序号 type: integer format: int64 IsSingleShare: description: 是否是单个共享ppt,0未单个共享,1共享 type: integer format: int32 PptCreateTime: description: ppt创建时间 type: string PptId: description: ppt ID type: integer format: int64 PptModifyTime: description: ppt修改时间 type: string PptVersion: description: 是否ppt的旧版本;1:旧的,2:新的 type: integer format: int32 PptxUrl: description: pptx下载地址 type: string PublishTime: description: 发布时间 type: string ReportCode: description: 关联的报告code type: string ReportId: description: 关联的报告ID type: integer format: int64 TemplateType: description: 模版类型 type: integer format: int64 Title: description: 标题 type: string ppt_english.RespGroupPptNameListItem: title: RespGroupPptNameListItem type: object properties: AdminId: description: 移动ppt到该目录的系统用户id type: integer format: int64 AdminRealName: description: 系统用户名称 type: string GroupPptId: description: 目录和ppt绑定序号 type: integer format: int64 IsGrant: description: 是否分配了权限,0:不是,1:是 type: integer format: int32 IsReceived: description: 是否收到的共享,0:不是,1:是 type: integer format: int32 IsSingleShare: description: 是否是单个共享ppt,0未单个共享,1共享 type: integer format: int32 PptCreateTime: description: ppt创建时间 type: string PptId: description: ppt ID type: integer format: int64 PptModifyTime: description: ppt修改时间 type: string PptPage: description: PPT总页数 type: integer format: int64 PptVersion: description: 是否ppt的旧版本;1:旧的,2:新的 type: integer format: int32 PptxUrl: description: pptx下载地址 type: string PublishTime: description: 发布时间 type: string ReportCode: description: 关联的报告code type: string ReportId: description: 关联的报告ID type: integer format: int64 Title: description: 标题 type: string ppt_english.RespPptGroupName: title: RespPptGroupName type: object properties: GroupId: description: 目录id type: integer format: int64 GroupName: description: 目录名称 type: string ppt_english.RespPptGroupNameList: title: RespPptGroupNameList type: object properties: List: type: array items: $ref: '#/definitions/ppt_english.RespPptGroupName' ppt_english.RespPptGroupShare: title: RespPptGroupShare type: object properties: GroupId: description: 目录id type: integer format: int64 IsShare: description: 是否共享,0私有,1共享 type: integer format: int32 ppt_english.RespPptShare: title: RespPptShare type: object properties: GroupPptId: description: 目录和ppt绑定自增序号 type: integer format: int64 IsSingleShare: description: 是否是单个共享ppt,0未单个共享,1共享 type: integer format: int32 ppt_english.RespSearchGroupPptList: title: RespSearchGroupPptList type: object properties: List: type: array items: $ref: '#/definitions/ppt_english.RespSearchGroupPptListItem' ppt_english.RespSearchGroupPptListItem: title: RespSearchGroupPptListItem type: object properties: GroupPptId: description: 目录和ppt绑定序号 type: integer format: int64 PptId: description: ppt ID type: integer format: int64 Title: description: 标题 type: string ppt_english.SavePptEnglishPathReq: title: SavePptEnglishPathReq type: object properties: PptId: description: PptId type: integer format: int64 PptxUrl: description: PptxUrl type: string request.AddAndEditSandbox: title: AddAndEditSandbox type: object properties: ChartPermissionId: description: 品种权限id type: integer format: int64 Content: description: 沙盘内容 type: string Name: description: 沙盘名称 type: string PicUrl: description: 沙盘图片地址 type: string SandboxId: description: 沙盘id type: integer format: int64 SandboxVersionCode: description: 沙盘版本code type: string SvgData: description: 沙盘svg图片数据 type: string request.AddEdb: title: AddEdb type: object properties: ClassifyId: description: 分类id type: integer format: int64 DataSequenceStr: description: 数据序列 type: string DataSequenceVal: description: 数据序列的值列表 type: array items: type: string DateSequenceStr: description: 日期序列 type: string DateSequenceVal: description: 日期序列的值列表 type: array items: type: string EdbName: description: 指标名称 type: string ExcelInfoId: description: 表格ID type: integer format: int64 Frequency: description: 频率 type: string Unit: description: 单位 type: string request.AddEnglishAuthRoleAdminReq: title: AddEnglishAuthRoleAdminReq type: object properties: AdminIds: description: 需要新增的管理账号ID,用英文逗号拼接 type: string request.AddExcelClassifyReq: title: AddExcelClassifyReq type: object properties: ExcelClassifyName: description: 分类名称 type: string Source: description: 1:excel插件的表格,2:自定义表格,3:混合表格,默认:1 type: integer format: int64 request.AddExcelDraftReq: title: AddExcelDraftReq type: object properties: Content: description: Excel表格内容 type: string ExcelClassifyId: description: 分类id type: integer format: int64 ExcelInfoId: description: ETA表格ID type: integer format: int64 ExcelName: description: 表格名称 type: string request.AddExcelInfoReq: title: AddExcelInfoReq type: object properties: Content: description: Excel表格内容 type: string ExcelClassifyId: description: 分类id type: integer format: int64 ExcelImage: description: 表格截图 type: string ExcelInfoId: description: 表格ID type: integer format: int64 ExcelName: description: 表格名称 type: string ExcelType: description: 表格类型,1:指标列,2:日期列,默认:1 type: integer format: int64 Source: description: 表格来源,1:excel插件的表格,2:自定义表格,默认:1 type: integer format: int64 TableData: $ref: '#/definitions/request.interface' description: 自定义表格的数据内容 request.AddPredictEdbInfoReq: title: AddPredictEdbInfoReq type: object properties: AdminId: description: 添加人id type: integer format: int64 AdminName: description: 添加人名称 type: string ClassifyId: description: 分类id type: integer format: int64 DataDateType: description: 日期类型,枚举值:交易日、自然日 type: string EdbInfoId: description: 指标ID type: integer format: int64 EdbName: description: 指标名称 type: string EndDate: description: 预测截止日期 type: string FixedValue: description: 固定值 type: number format: double MaxValue: description: 最大值 type: number format: double MinValue: description: 最小值 type: number format: double RuleList: description: 配置规则列表 type: array items: $ref: '#/definitions/request.RuleConfig' RuleType: description: 预测规则,1:最新,2:固定值 type: integer format: int64 SourceEdbInfoId: description: 来源指标id type: integer format: int64 request.AddRoleAdminReq: title: AddRoleAdminReq type: object properties: AdminIds: description: 需要新增的管理账号ID,用英文逗号拼接 type: string RoleTypeCode: description: 角色类型编码:留言板管理员:yb_comment_admin type: string request.AddVarietyPlantReq: title: AddVarietyPlantReq type: object properties: AnnualCapacity: description: 年产能 type: number format: double AverageDailyCapacityReduction: description: 日均产量减量 type: number format: double City: description: 所属城市 type: string Coefficient: description: 降负系数 type: number format: double FactoryName: description: 工厂名称 type: string IsStop: description: 是否停产,0:未停产;1:停产;默认未停产 type: integer format: int64 MaintenanceDate: description: 检修日期 type: string NextVarietyPlantId: description: 下一个品种装置id type: integer format: int64 PlantName: description: 装置/产线名称 type: string PrevVarietyPlantId: description: 上一个品种装置id type: integer format: int64 Province: description: 所属省份 type: string ResumptionDate: description: 复产日期 type: string VarietyId: description: 品种id type: integer format: int64 request.AddVarietyReq: title: AddVarietyReq type: object properties: AdminIdList: description: 有权限用户 type: array items: type: integer format: int64 VarietyName: description: 品种名称 type: string request.AnalysisReq: title: AnalysisReq type: object properties: VarietyId: description: 品种id type: integer format: int64 request.CalculateConf: title: CalculateConf type: object properties: Calendar: description: 公历/农历 type: string DataTime: description: 所属日期,这个日期有传递的话,那么就取上下两期+自己的数据;没有传就默认最近5期的数据 type: string EdbInfoId: description: 指标id type: integer format: int64 Formula: $ref: '#/definitions/request.interface' description: 计算公式,默认是string,实际上还需要转成其他样式 Frequency: description: 需要转换的频度 type: string MoveFrequency: description: 移动频度 type: string MoveType: description: 移动方式:1:领先(默认),2:滞后 type: integer format: int64 Source: description: 1:累计值转月;2:累计值转季;3:同比值;4:同差值;5:N数值移动平均数计算;6:环比值;7:环差值;8:升频;9:降频;10:时间移位;11:超季节性;12:年化;13:累计值;14:累计值年初至今;15:指数修匀;16:日均值 type: integer format: int64 request.CalculateReq: title: CalculateReq type: object properties: CalculateFormula: description: 计算公式 type: string TagMap: description: 标签与值的关系 additionalProperties: type: number format: double request.CurveConfig: title: CurveConfig type: object properties: DateType: description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,20最近N年 type: integer format: int64 EndDate: description: 自定义结束日期 type: string LeftMax: description: 图表左侧最大值 type: number format: double LeftMin: description: 图表左侧最小值 type: number format: double StartDate: description: 自定义开始日期 type: string StartYear: description: 最近N年里的N type: integer format: int64 request.DelCommentAdminReq: title: DelCommentAdminReq type: object request.DelEdbNoPermissionAdminReq: title: DelEdbNoPermissionAdminReq type: object properties: AdminId: description: 用户id type: integer format: int64 EdbInfoId: description: 指标id type: integer format: int64 request.DelEnglishAuthRoleAdminReq: title: DelEnglishAuthRoleAdminReq type: object properties: AdminId: description: 管理员ID type: integer format: int64 request.DelVarietyReq: title: DelVarietyReq type: object properties: VarietyId: description: 品种id type: integer format: int64 request.DeleteExcelClassifyReq: title: DeleteExcelClassifyReq type: object properties: ExcelClassifyId: description: 分类id type: integer format: int64 ExcelInfoId: description: 表格id type: integer format: int64 request.DeleteExcelInfoReq: title: DeleteExcelInfoReq type: object properties: ExcelInfoId: description: 表格ID type: integer format: int64 request.DeleteSandbox: title: DeleteSandbox type: object properties: SandboxId: description: 沙盘id type: integer format: int64 request.DeleteVarietyPlantReq: title: DeleteVarietyPlantReq type: object properties: VarietyPlantId: description: 品种装置id type: integer format: int64 request.EditActivityReq: title: EditActivityReq type: object request.EditEdb: title: EditEdb type: object properties: ClassifyId: description: 分类id type: integer format: int64 DataSequenceStr: description: 数据序列 type: string DataSequenceVal: description: 数据序列的值列表 type: array items: type: string DateSequenceStr: description: 日期序列 type: string DateSequenceVal: description: 日期序列的值列表 type: array items: type: string EdbInfoId: description: 指标ID type: integer format: int64 EdbName: description: 指标名称 type: string ExcelInfoId: description: 表格ID type: integer format: int64 Frequency: description: 频率 type: string Unit: description: 单位 type: string request.EditEdbInfoReq: title: EditEdbInfoReq type: object request.EditEnglishAuthRoleAdminReq: title: EditEnglishAuthRoleAdminReq type: object properties: AdminId: description: 管理员ID type: integer format: int64 RoleTypeCodes: description: 角色类型编码, 英文逗号拼接 type: string request.EditExcelClassifyReq: title: EditExcelClassifyReq type: object properties: ExcelClassifyId: description: 分类名称 type: integer format: int64 ExcelClassifyName: description: 分类名称 type: string request.EditExcelInfoReq: title: EditExcelInfoReq type: object properties: Content: description: Excel表格内容 type: string ExcelClassifyId: description: 分类id type: integer format: int64 ExcelImage: description: 表格截图 type: string ExcelInfoId: description: ETA表格ID type: integer format: int64 ExcelName: description: 表格名称 type: string ExcelType: description: 表格类型,1:指标列,2:日期列,默认:1 type: integer format: int64 TableData: $ref: '#/definitions/request.interface' description: 自定义表格的数据内容 request.EditVarietyPlantReq: title: EditVarietyPlantReq type: object properties: AnnualCapacity: description: 年产能 type: number format: double AverageDailyCapacityReduction: description: 日均产量减量 type: number format: double City: description: 所属城市 type: string Coefficient: description: 降负系数 type: number format: double FactoryName: description: 工厂名称 type: string IsStop: description: 是否停产,0:未停产;1:停产;默认未停产 type: integer format: int64 MaintenanceDate: description: 检修日期 type: string PlantName: description: 装置/产线名称 type: string Province: description: 所属省份 type: string ResumptionDate: description: 复产日期 type: string VarietyPlantId: description: 品种装置id type: integer format: int64 request.EditVarietyReq: title: EditVarietyReq type: object properties: AdminIdList: description: 有权限用户 type: array items: type: integer format: int64 VarietyId: description: 品种id type: integer format: int64 VarietyName: description: 品种名称 type: string request.EnglishVideoCoverSaveReq: title: EnglishVideoCoverSaveReq type: object request.ExcelClassifyDeleteCheckReq: title: ExcelClassifyDeleteCheckReq type: object properties: ExcelClassifyId: description: 分类id type: integer format: int64 ExcelInfoId: description: 表格id type: integer format: int64 request.FrequencyDistribution: title: FrequencyDistribution type: object properties: DateType: description: 日期类型:1:最近3月;2:最近6月;3:最近1年;4:最近2年;5:最近3年;6:最近5年;7:最近10年,8:自定义时间 type: integer format: int64 EndDate: description: 自定义结束日期 type: string FrequencyValue: description: 频段数,10/20 type: integer format: int64 StartDate: description: 自定义开始日期 type: string request.GetFutureDateDataReq: title: GetFutureDateDataReq type: object properties: DateType: description: 日期类型,1:期数,2:截止日期 type: integer format: int64 EdbInfoIdList: description: 指标id列表,从左至右,从上到下的顺序 type: array items: type: integer format: int64 EndDate: description: 结束日期 type: string Num: description: 需要添加的期数 type: integer format: int64 StartDate: description: 开始日期 type: string request.GetOtherEdbDateDataReq: title: GetOtherEdbDateDataReq type: object properties: DateList: description: 日期列表,从小到大 type: array items: type: string EdbInfoId: description: 指标id type: integer format: int64 SortType: description: 如何排序,是正序还是倒序,枚举值:asc 正序,desc 倒序,不传默认倒序 type: string request.MarkEditEnReport: title: MarkEditEnReport type: object request.MarkEditSandbox: title: MarkEditSandbox type: object properties: SandboxId: description: 沙盘id type: integer format: int64 Status: description: 标记状态,1:编辑中,2:编辑完成 type: integer format: int64 request.MixedTableCellDataReq: title: MixedTableCellDataReq type: object properties: DataTime: description: 所属日期 type: string DataTimeType: description: 日期类型:0:手动输入日期;1:导入系统日期;;3:导入指标日期(指标库的最新日期); type: integer format: int64 DataType: description: 数据类型,1:日期,2:指标,3:自定义文本,4:插值 type: integer format: int64 EdbInfoId: description: 指标id type: integer format: int64 Extra: description: 额外参数 type: string ShowValue: description: 展示值 type: string Uid: description: 单元格唯一标识 type: string Value: description: 实际值 type: string request.ModifyEdbNoPermissionAdminReq: title: ModifyEdbNoPermissionAdminReq type: object properties: AdminIdList: description: 用户id列表 type: array items: type: integer format: int64 EdbInfoId: description: 指标id type: integer format: int64 request.ModifyProductionDayReq: title: ModifyProductionDayReq type: object properties: Day: description: 生产天数 type: integer format: int64 VarietyId: description: 品种id type: integer format: int64 request.MoveExcelClassifyReq: title: MoveExcelClassifyReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 NextClassifyId: description: 下一个兄弟节点分类id type: integer format: int64 PrevClassifyId: description: 上一个兄弟节点分类id type: integer format: int64 request.MoveExcelInfoReq: title: MoveExcelInfoReq type: object properties: ExcelClassifyId: description: excel表格分类id type: integer format: int64 ExcelInfoId: description: excel表格ID type: integer format: int64 NextExcelInfoId: description: 下一个excel表格ID type: integer format: int64 PrevExcelInfoId: description: 上一个excel表格ID type: integer format: int64 request.Percentile: title: Percentile type: object properties: CalculateUnit: description: 时间长度频度 type: string CalculateValue: description: 时间长度期数 type: integer format: int64 request.RuleConfig: title: RuleConfig type: object properties: EdbInfoIdArr: description: 指标信息 type: array items: $ref: '#/definitions/data_manage.EdbInfoFromTag' EndDate: description: 截止日期 type: string RuleType: description: 预测规则,1:最新,2:固定值,3:同比,4:同差,5:环比,6:环差,7:N期移动均值,8:N期段线性外推值,9:动态环差 type: integer format: int64 Value: description: 值 type: string request.SaveMultipleGraphChartReq: title: SaveMultipleGraphChartReq type: object properties: ChartName: description: 图表名称 type: string ClassifyId: description: 分类id type: integer format: int64 Curve: $ref: '#/definitions/request.CurveConfig' description: 曲线图配置 EdbInfoId: description: 指标 type: integer format: int64 FrequencyDistribution: $ref: '#/definitions/request.FrequencyDistribution' description: 频率分布配置 IsSaveAs: description: 是否另存为,true的话,就是另存为,不会建立与配置的关系 type: boolean MultipleGraphConfigId: description: 配置id type: integer format: int64 Percentile: $ref: '#/definitions/request.Percentile' description: 百分位配置 Source: description: 来源,1:曲线图,8:标准差图表;9:百分位图表;10:频率分布图表; type: integer format: int64 StandardDeviation: $ref: '#/definitions/request.StandardDeviation' description: 标准差配置 request.SaveMultipleGraphConfigReq: title: SaveMultipleGraphConfigReq type: object properties: Curve: $ref: '#/definitions/request.CurveConfig' description: 曲线图配置 EdbInfoId: description: 指标 type: integer format: int64 FrequencyDistribution: $ref: '#/definitions/request.FrequencyDistribution' description: 频率分布配置 MultipleGraphConfigId: description: 配置id type: integer format: int64 Percentile: $ref: '#/definitions/request.Percentile' description: 百分位配置 StandardDeviation: $ref: '#/definitions/request.StandardDeviation' description: 标准差配置 request.SaveMultipleGraphEdbReq: title: SaveMultipleGraphEdbReq type: object properties: ClassifyId: description: 分类id type: integer format: int64 Curve: $ref: '#/definitions/request.CurveConfig' description: 曲线图配置 EdbInfoId: description: 指标 type: integer format: int64 EdbName: description: 指标名称 type: string Frequency: description: 频度 type: string FrequencyDistribution: $ref: '#/definitions/request.FrequencyDistribution' description: 频率分布配置 IsSaveAs: description: 是否另存为,true的话,就是另存为,不会建立与配置的关系 type: boolean MultipleGraphConfigId: description: 配置id type: integer format: int64 Percentile: $ref: '#/definitions/request.Percentile' description: 百分位配置 Source: description: 来源,1:曲线图,8:标准差图表;9:百分位图表;10:频率分布图表; type: integer format: int64 StandardDeviation: $ref: '#/definitions/request.StandardDeviation' description: 标准差配置 Unit: description: 单位 type: string request.StandardDeviation: title: StandardDeviation type: object properties: CalculateValue: description: 滚动期数 type: integer format: int64 request.interface: title: interface type: object response.AddEdbInfoResp: title: AddEdbInfoResp type: object properties: EdbInfoId: description: 指标ID type: integer format: int64 UniqueCode: description: 指标唯一编码 type: string response.AddExcelInfoResp: title: AddExcelInfoResp type: object properties: ExcelInfoId: description: 表格id type: integer format: int64 UniqueCode: description: 表格唯一编码 type: string response.Admin: title: Admin type: object properties: AdminId: description: 用户id type: integer format: int64 DepartmentGroup: description: 部门/分组 type: string RealName: description: 用户姓名 type: string RoleName: description: 用户角色 type: string response.CommunityQuestionListResp: title: CommunityQuestionListResp type: object response.DepartmentGroupSellers: title: DepartmentGroupSellers type: object properties: AdminId: description: 系统用户id type: string ChildrenList: description: 销售列表 type: array items: $ref: '#/definitions/response.DepartmentGroupSellers' RealName: description: 用户真实名称 type: string response.DepartmentGroupSellersResp: title: DepartmentGroupSellersResp type: object properties: List: type: array items: $ref: '#/definitions/response.DepartmentGroupSellers' response.EdbInfoChartListResp: title: EdbInfoChartListResp type: object properties: List: type: array items: $ref: '#/definitions/data_manage.EdbInfoList' Paging: $ref: '#/definitions/paging.PagingItem' response.EdbNoPermissionAdminResp: title: EdbNoPermissionAdminResp type: object properties: List: description: 用户列表 type: array items: $ref: '#/definitions/response.Admin' response.EnglishAuthRoleDetailResp: title: EnglishAuthRoleDetailResp type: object properties: AdminId: description: 用户ID type: integer format: int64 AuthName: description: 权限名称 type: string AuthOk: description: 是否有权限 type: boolean RoleTypeCode: description: 角色类型编码 type: string response.ExcelClassifyDeleteCheckResp: title: ExcelClassifyDeleteCheckResp type: object properties: DeleteStatus: description: 检测状态:0:默认值,如果为0,继续走其他校验,1:该分类下关联图表不可删除,2:确认删除当前目录及包含的子目录吗 type: integer format: int64 TipsMsg: description: 提示信息 type: string response.ExcelClassifyListResp: title: ExcelClassifyListResp type: object properties: AllNodes: type: array items: $ref: '#/definitions/excel.ExcelClassifyItems' response.ExcelListResp: title: ExcelListResp type: object properties: List: type: array items: $ref: '#/definitions/excel2.MyExcelInfoList' Paging: $ref: '#/definitions/paging.PagingItem' response.ExcelTableDetailResp: title: ExcelTableDetailResp type: object properties: ExcelImage: description: 表格截图 type: string ExcelName: description: 表格名称 type: string TableInfo: $ref: '#/definitions/excel.TableData' UniqueCode: description: 表格唯一code type: string response.PredictEdbInfo: title: PredictEdbInfo type: object properties: CalculateFormula: description: 计算公式 type: string CalculateList: description: 关联指标 type: array items: $ref: '#/definitions/data_manage.EdbInfoCalculateDetail' Calendar: description: 公历/农历 type: string ChartImage: description: 图表图片 type: string ClassifyId: description: 分类id type: integer format: int64 ClassifyList: description: 父级分类列表 type: array items: $ref: '#/definitions/data_manage.EdbClassifyIdItems' CorrelationStr: description: 相关性系数字符串 type: string CreateTime: type: string format: datetime DataDateType: type: string EdbCode: description: 指标编码 type: string EdbInfoId: type: integer format: int64 EdbInfoType: description: 指标类型,0:普通指标,1:预测指标 type: integer format: int64 EdbName: description: 指标名称 type: string EdbNameEn: description: 英文指标名称 type: string EdbNameSource: description: 指标名称来源 type: string EdbType: description: 指标类型:1:基础指标,2:计算指标 type: integer format: int64 EndDate: description: 终止日期 type: string FixedValue: description: 固定值 type: number format: double Frequency: description: 频率 type: string LatestDate: description: 数据最新日期 type: string LatestValue: description: 数据最新值 type: number format: double ManualSave: description: '是否有手动保存过上下限: 0-否; 1-是' type: integer format: int64 MaxValue: description: 指标最大值 type: number format: double MinValue: description: 指标最小值 type: number format: double ModifyTime: type: string format: datetime MoveFrequency: description: 移动频度 type: string MoveType: description: 移动方式:1:领先(默认),2:滞后 type: integer format: int64 NoUpdate: description: 是否停止更新,0:继续更新;1:停止更新 type: integer format: int32 RuleList: description: 指标规则配置 type: array items: $ref: '#/definitions/data_manage.PredictEdbConfDetail' RuleType: description: 预测规则,1:最新,2:固定值,3:同比,4:同差,5:环比,6:环差,7:N期移动均值,8:N期段线性外推值 type: integer format: int64 ServerUrl: description: 服务器地址 type: string Sort: description: 排序字段 type: integer format: int64 Source: description: 来源id type: integer format: int64 SourceName: description: 来源名称 type: string StartDate: description: 起始日期 type: string SysUserId: type: integer format: int64 SysUserRealName: type: string UniqueCode: description: 指标唯一编码 type: string Unit: description: 单位 type: string UnitEn: description: 英文单位 type: string response.PredictEdbInfoListResp: title: PredictEdbInfoListResp type: object properties: List: type: array items: $ref: '#/definitions/data_manage.EdbInfoList' Paging: $ref: '#/definitions/paging.PagingItem' response.RoleAdminItemResp: title: RoleAdminItemResp type: object properties: AdminId: description: 管理员账号ID type: integer format: int64 AdminName: description: 管理员账号名称 type: string DepartmentGroup: description: 部门/分组 type: string Enabled: description: 账号状态 1:有效,0:禁用 type: integer format: int64 LabelVal: description: 标签:1:超级管理员,2:管理员,3:部门经理,4:组长,5:ficc销售主管 type: integer format: int64 Mobile: description: 管理员手机号 type: string RealName: description: 管理员真实姓名 type: string RoleId: description: 角色ID type: integer format: int64 RoleName: description: 角色名称 type: string SysRoleAdminId: description: 绑定ID type: integer format: int64 response.SandboxListResp: title: SandboxListResp type: object properties: List: type: array items: $ref: '#/definitions/sandbox.Sandbox' Paging: $ref: '#/definitions/paging.PagingItem' response.SandboxVersionListResp: title: SandboxVersionListResp type: object properties: List: type: array items: $ref: '#/definitions/sandbox.SandboxVersionListItem' Paging: $ref: '#/definitions/paging.PagingItem' response.TryOutCompanyListResp: title: TryOutCompanyListResp type: object response.VarietyEdbListResp: title: VarietyEdbListResp type: object properties: List: type: array items: $ref: '#/definitions/supply_analysis.VarietyEdbInfoItem' response.VarietyListResp: title: VarietyListResp type: object properties: AddButton: description: 添加品种的权限 type: boolean List: type: array items: $ref: '#/definitions/supply_analysis.VarietyItem' Paging: $ref: '#/definitions/paging.PagingItem' roadshow.Researcher: title: Researcher type: object properties: AdminId: description: 研究员id type: integer format: int64 GroupId: description: 分组id type: integer format: int64 GroupName: description: 分组名称 type: string RealName: description: 研究员名称 type: string RoleTypeCode: description: 角色编码 type: string roadshow.ResearcherGroup: title: ResearcherGroup type: object properties: GroupId: description: 分组id type: integer format: int64 GroupName: description: 分组名称 type: string ResearcherList: type: array items: $ref: '#/definitions/roadshow.Researcher' saModel.CompareListByEsResp: title: CompareListByEsResp type: object saModel.SaCompareClassifyAddReq: title: SaCompareClassifyAddReq type: object saModel.SaCompareClassifyDelReq: title: SaCompareClassifyDelReq type: object saModel.SaCompareClassifyEditReq: title: SaCompareClassifyEditReq type: object saModel.SaCompareDelReq: title: SaCompareDelReq type: object saModel.SaCompareMoveReq: title: SaCompareMoveReq type: object saModel.SaCompareSaveReq: title: SaCompareSaveReq type: object saModel.SaCompareSearchKeywordSaveReq: title: SaCompareSearchKeywordSaveReq type: object saModel.SaCompareUpdateResultImgReq: title: SaCompareUpdateResultImgReq type: object saModel.SaDocAddReq: title: SaDocAddReq type: object saModel.SaDocClassifyAddReq: title: SaDocClassifyAddReq type: object saModel.SaDocClassifyDelReq: title: SaDocClassifyDelReq type: object saModel.SaDocClassifyEditReq: title: SaDocClassifyEditReq type: object saModel.SaDocDelReq: title: SaDocDelReq type: object saModel.SaDocEditReq: title: SaDocEditReq type: object saModel.SaLabelAddReq: title: SaLabelAddReq type: object saModel.SaLabelDelReq: title: SaLabelDelReq type: object saModel.SaLabelEditReq: title: SaLabelEditReq type: object sandbox.Sandbox: title: Sandbox type: object properties: Code: description: 沙盘code type: string Content: description: 沙盘数据 type: string CreateTime: description: 创建时间 type: string format: datetime IsDelete: description: 是否删除,0:未删除,1:已删除 type: integer format: int32 MindmapData: description: 思维导图数据 type: string ModifyTime: description: 修改时间 type: string format: datetime Name: description: 沙盘名称 type: string PicUrl: description: 沙盘图片地址 type: string SandboxClassifyId: description: 分类id type: integer format: int64 SandboxId: description: 沙盘id type: integer format: int64 Sort: description: 排序 type: integer format: int64 SysUserId: description: 作者id type: integer format: int64 SysUserName: description: 作者名称 type: string sandbox.SandboxDraft: title: SandboxDraft type: object properties: ChartPermissionId: description: 品种id type: integer format: int64 ChartPermissionName: description: 品种名称 type: string Content: description: 沙盘数据 type: string CreateTime: description: 创建时间 type: string format: datetime CurrVersion: description: 当前版本 type: integer format: int64 Name: description: 沙盘名称 type: string OpUserId: description: 最近一次编辑操作的用户id type: integer format: int64 OpUserName: description: 最近一次编辑的用户名称(冗余字段,避免查表) type: string SandboxDraftId: description: 沙盘草稿记录id type: integer format: int64 SandboxId: description: 沙盘id type: integer format: int64 sandbox.SandboxVersion: title: SandboxVersion type: object properties: ChartPermissionId: description: 品种id type: integer format: int64 ChartPermissionName: description: 品种名称 type: string Content: description: 沙盘数据 type: string CreateTime: description: 创建时间 type: string format: datetime CurrVersion: description: 当前版本 type: integer format: int64 IsDelete: description: 是否删除,0:未删除,1:已删除 type: integer format: int32 Name: description: 沙盘名称 type: string OpUserId: description: 最近一次编辑操作的用户id type: integer format: int64 OpUserName: description: 最近一次编辑的用户名称(冗余字段,避免查表) type: string PicUrl: description: 沙盘图片地址 type: string SandboxId: description: 沙盘id type: integer format: int64 SandboxVersionId: description: 沙盘版本记录id type: integer format: int64 SvgData: description: 沙盘svg图片数据 type: string VersionCode: description: 沙盘版本code,对外开放使用 type: string sandbox.SandboxVersionListItem: title: SandboxVersionListItem type: object properties: CanEdit: description: 是否可编辑 type: boolean ChartPermissionId: description: 品种id type: integer format: int64 ChartPermissionName: description: 品种名称 type: string CreateTime: description: 创建时间 type: string format: datetime CurrVersion: description: 当前版本 type: integer format: int64 ModifyTime: description: 最后一次修改时间 type: string format: datetime Name: description: 沙盘名称 type: string OpUserId: description: 最近一次编辑操作的用户id type: integer format: int64 OpUserName: description: 最近一次编辑的用户名称(冗余字段,避免查表) type: string PicUrl: description: 沙盘图片地址 type: string SandboxId: description: 沙盘id type: integer format: int64 SandboxVersionId: description: 沙盘版本记录id type: integer format: int64 VersionCode: description: 沙盘版本code,对外开放使用 type: string services.ResearchGroupItem: title: ResearchGroupItem type: object properties: chart_permission_id: description: 品种权限ID type: integer format: int64 children: type: array items: $ref: '#/definitions/services.ResearchGroupItem' members: type: array items: $ref: '#/definitions/services.ResearchGroupMember' parent_id: description: 父类ID type: integer format: int64 research_group_id: description: 研究方向分组ID type: integer format: int64 research_group_name: description: 研究方向分组名称 type: string sort: description: 排序 type: integer format: int64 services.ResearchGroupMember: title: ResearchGroupMember type: object properties: admin_id: type: integer format: int64 admin_name: type: string services.TencentEmailCallBack: title: TencentEmailCallBack type: object properties: BounceType: description: 如果收件人邮件服务商拒信,拒信类型,取值:soft_bounce | hard_bounce,仅在event=bounce的时候生效 type: string BulkId: description: SendEmail 接口返回的 MessageId type: string Email: description: 收件人地址 type: string Event: description: 事件类型 type: string From: description: 发信地址(不带发件人别名) type: string FromDomain: description: 发信域名 type: string Link: description: 用户点击的邮件中的链接 URL,仅在event=click时生效 type: string Reason: description: 邮件递送失败的原因 type: string TemplateId: description: 模板 Id type: integer format: int64 Timestamp: description: 事件产生的时间戳 type: integer format: int64 Username: description: 腾讯云账号对应的 appId type: string smart_report.SmartReportAddReq: title: SmartReportAddReq type: object properties: Abstract: description: 摘要 type: string AddType: description: 新增方式:1:新增报告,2:继承报告 type: integer format: int64 Author: description: 作者 type: string ClassifyIdFirst: description: 一级分类ID type: integer format: int64 ClassifyIdSecond: description: 二级分类ID type: integer format: int64 ClassifyNameFirst: description: 一级分类名称 type: string ClassifyNameSecond: description: 二级分类名称 type: string Frequency: description: 频度 type: string Title: description: 标题 type: string smart_report.SmartReportEditReq: title: SmartReportEditReq type: object properties: Abstract: description: 摘要 type: string AddType: description: 新增方式:1:新增报告,2:继承报告 type: integer format: int64 Author: description: 作者 type: string ClassifyIdFirst: description: 一级分类ID type: integer format: int64 ClassifyIdSecond: description: 二级分类ID type: integer format: int64 ClassifyNameFirst: description: 一级分类名称 type: string ClassifyNameSecond: description: 二级分类名称 type: string Content: description: 内容 type: string ContentStruct: description: 内容结构 type: string Frequency: description: 频度 type: string SmartReportId: description: 智能研报ID type: integer format: int64 Title: description: 标题 type: string smart_report.SmartReportItem: title: SmartReportItem type: object properties: Abstract: description: 摘要 type: string AddType: description: 新增方式:1-新增报告;2-继承报告 type: integer format: int64 AdminId: description: 创建者姓名 type: integer format: int64 AdminRealName: description: 创建者姓名 type: string Author: description: 作者 type: string CanEdit: description: 是否可编辑 type: boolean ClassifyIdFirst: description: 一级分类ID type: integer format: int64 ClassifyIdSecond: description: 二级分类ID type: integer format: int64 ClassifyNameFirst: description: 一级分类名称 type: string ClassifyNameSecond: description: 二级分类名称 type: string Content: description: 内容 type: string ContentModifyTime: description: 内容更新时间 type: string ContentStruct: description: 内容组件 type: string ContentSub: description: 内容前两个章节 type: string CreateTime: description: 创建时间 type: string DetailImgUrl: description: 报告详情长图地址 type: string DetailPdfUrl: description: 报告详情PDF地址 type: string Editor: description: 当前编辑人 type: string Frequency: description: 频度 type: string LastModifyAdminId: description: 最后更新人ID type: integer format: int64 LastModifyAdminName: description: 最后更新人姓名 type: string ModifyTime: description: 修改时间 type: string MsgIsSend: description: 消息是否已发送:0-否;1-是 type: integer format: int64 MsgSendTime: description: 模版消息发送时间 type: string PrePublishTime: description: 预发布时间 type: string PublishTime: description: 发布时间 type: string Pv: description: pv type: integer format: int64 ReportCode: description: 报告唯一编码 type: string SmartReportId: description: 智能研报ID type: integer format: int64 Stage: description: 期数 type: integer format: int64 State: description: 发布状态:1-待发布;2-已发布 type: integer format: int64 Title: description: 标题 type: string Uv: description: uv type: integer format: int64 VideoName: description: 音频文件名称 type: string VideoPlaySeconds: description: 音频播放时长 type: number format: double VideoSize: description: 音频文件大小,单位M type: string VideoUrl: description: 音频文件URL type: string smart_report.SmartReportListResp: title: SmartReportListResp type: object properties: List: type: array items: $ref: '#/definitions/smart_report.SmartReportItem' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 smart_report.SmartReportPrePublishReq: title: SmartReportPrePublishReq type: object properties: PreMsgSend: description: 定时发布成功后是否立即推送模版消息:0否,1是 type: integer format: int64 PrePublishTime: description: 预发布时间 type: string SmartReportId: description: 智能研报ID type: integer format: int64 smart_report.SmartReportPublishReq: title: SmartReportPublishReq type: object properties: PublishState: description: 1-取消发布; 2-发布 type: integer format: int64 SmartReportId: description: 智能研报ID type: integer format: int64 smart_report.SmartReportRemoveReq: title: SmartReportRemoveReq type: object properties: SmartReportId: description: 智能研报ID type: integer format: int64 smart_report.SmartReportSaveContentReq: title: SmartReportSaveContentReq type: object properties: Content: description: 内容 type: string ContentStruct: description: 内容结构 type: string NoChange: description: 内容是否未改变:1:内容未改变 type: integer format: int64 SmartReportId: description: 智能研报ID type: integer format: int64 smart_report.SmartReportSaveContentResp: title: SmartReportSaveContentResp type: object properties: SmartReportId: description: 智能研报ID type: integer format: int64 supply_analysis.VarietyButton: title: VarietyButton type: object properties: Analyse: description: 分析权限 type: boolean Delete: description: 删除权限 type: boolean Edit: description: 操作权限 type: boolean supply_analysis.VarietyEdbInfoButton: title: VarietyEdbInfoButton type: object properties: Add: description: 添加到指标库 type: boolean Copy: description: 复制数据权限 type: boolean Show: description: 查看数据权限 type: boolean supply_analysis.VarietyEdbInfoItem: title: VarietyEdbInfoItem type: object properties: Button: $ref: '#/definitions/supply_analysis.VarietyEdbInfoButton' description: 操作按钮权限 ClassifyId: description: 上级分类id type: integer format: int64 ClassifyName: description: 分类名称 type: string CreateTime: description: 添加时间 type: string EdbCode: description: 品种编码 type: string EdbInfoId: description: 指标id type: integer format: int64 EdbName: description: 品种指标名称 type: string EndDate: description: 结束日期 type: string Frequency: description: 频度 type: string LatestValue: description: 最新值 type: number format: double ModifyTime: description: 最近一次更新时间 type: string StartDate: description: 开始日期 type: string UniqueCode: description: 唯一code type: string VarietyEdbId: type: integer format: int64 VarietyId: description: 品种id type: integer format: int64 supply_analysis.VarietyItem: title: VarietyItem type: object properties: Button: $ref: '#/definitions/supply_analysis.VarietyButton' description: 操作按钮权限 CreateTime: description: 创建时间 type: string LastUpdateSysUserId: description: 最后更新人id type: integer format: int64 LastUpdateSysUserRealName: description: 最后更新人名称 type: string ModifyTime: description: 修改时间 type: string PermissionUserId: description: 有操作权限的用户id type: string ProductionDay: description: 生产天数 type: integer format: int64 VarietyId: type: integer format: int64 VarietyName: description: 品种名称 type: string system.AdminItem: title: AdminItem type: object properties: AdminId: description: 系统用户id type: integer format: int64 AdminName: description: 系统用户名称 type: string Authority: description: 管理权限,0:无,1:部门负责人,2:小组负责人,或者ficc销售主管,4:ficc销售组长 type: integer format: int64 City: description: 市 type: string CityCode: description: 市编码 type: string CreatedTime: type: string format: datetime DepartmentGroup: description: 部门分组 type: string DepartmentId: description: 部门id type: integer format: int64 Email: description: 系统用户邮箱 type: string EmployeeId: description: 员工工号(钉钉/每刻报销) type: string Enabled: description: 1:有效,0:禁用 type: integer format: int64 GroupId: description: 分组id type: integer format: int64 LabelVal: description: 标签:1:超级管理员,2:管理员,3:部门经理,4:组长,5:ficc销售主管 type: integer format: int64 LastLoginTime: type: string LastUpdatedTime: type: string Mobile: description: 手机号 type: string Password: type: string Position: description: 职位 type: string Province: description: 省 type: string ProvinceCode: description: 省编码 type: string RealName: description: 系统用户姓名 type: string ResearchGroupName: description: 研究方向分组名称 type: string Role: description: 系统用户角色 type: string RoleId: description: 角色id type: integer format: int64 RoleName: description: 角色名称 type: string RoleType: description: 角色类型:1需要录入指标,0:不需要 type: integer format: int64 RoleTypeCode: description: 角色编码 type: string TeamId: description: 三级id type: integer format: int64 TelAreaCode: description: 手机区号 type: string system.BusinessConf: title: BusinessConf type: object properties: ConfKey: description: 配置Key type: string ConfVal: description: 配置值 type: string system.ButtonMenu: title: ButtonMenu type: object properties: List: type: array items: $ref: '#/definitions/system.SysMenuButtonItem' MenuId: description: 导航唯一标识 type: integer format: int64 name: description: 导航名称 type: string system.ChildMenu: title: ChildMenu type: object properties: MenuId: description: 导航唯一标识 type: integer format: int64 component: type: string hidden: type: boolean icon_path: type: string name: description: 导航名称 type: string path: type: string system.MenuButtonsResp: title: MenuButtonsResp type: object properties: CheckList: type: array items: $ref: '#/definitions/system.int' List: type: array items: $ref: '#/definitions/system.ButtonMenu' system.MenuList: title: MenuList type: object properties: IsLevel: description: 1,只有一级;2,有多级 type: integer format: int64 MenuId: description: 导航唯一标识 type: integer format: int64 children: type: array items: $ref: '#/definitions/system.ChildMenu' component: type: string hidden: type: boolean icon_path: type: string level_path: type: string name: description: 导航名称 type: string path: type: string system.MenuListResp: title: MenuListResp type: object properties: List: type: array items: $ref: '#/definitions/system.MenuList' system.RoleMenusAddReq: title: RoleMenusAddReq type: object properties: MenuButtonIdStr: description: menu_button_id,多个用英文逗号隔开 type: string MenuIdStr: description: MenuId,多个用英文逗号隔开 type: string RoleId: description: 角色ID type: integer format: int64 system.SetAdminConfigReq: title: SetAdminConfigReq type: object properties: ConfigCode: description: 配置编码 type: string ConfigValue: description: 配置值 type: string system.SysDepartmentAddReq: title: SysDepartmentAddReq type: object properties: DepartmentName: description: 部门名称 type: string system.SysDepartmentDeleteReq: title: SysDepartmentDeleteReq type: object properties: DepartmentId: description: 部门Id type: integer format: int64 system.SysDepartmentEditReq: title: SysDepartmentEditReq type: object properties: DepartmentId: description: 部门Id type: integer format: int64 DepartmentName: description: 部门名称 type: string system.SysDepartmentList: title: SysDepartmentList type: object properties: Child: description: 分组 type: array items: $ref: '#/definitions/system.SysGroupList' CreateTime: description: 创建时间 type: string format: datetime DepartmentId: description: 部门Id type: integer format: int64 DepartmentName: description: 部门名称 type: string IsDepartment: description: true:部门,false:分组 type: boolean system.SysDepartmentListResp: title: SysDepartmentListResp type: object properties: List: type: array items: $ref: '#/definitions/system.SysDepartmentList' system.SysGroupAddReq: title: SysGroupAddReq type: object properties: DepartmentId: description: 部门Id type: integer format: int64 GroupName: description: 分组名称,多个用英文逗号隔开 type: string system.SysGroupDeleteReq: title: SysGroupDeleteReq type: object properties: GroupId: description: 分组ID type: integer format: int64 system.SysGroupEditReq: title: SysGroupEditReq type: object properties: GroupId: description: 分组ID type: integer format: int64 GroupName: description: 分组名称 type: string system.SysGroupList: title: SysGroupList type: object properties: Child: description: 小组 type: array items: $ref: '#/definitions/system.SysTeamList' CreateTime: description: 创建时间 type: string format: datetime DepartmentId: description: 分组ID type: integer format: int64 DepartmentName: description: 分组名称 type: string IsGroup: description: 是否为二级部门 type: boolean ParentId: description: 父级ID type: integer format: int64 TopId: description: 部门Id type: integer format: int64 system.SysMenuButtonItem: title: SysMenuButtonItem type: object properties: ButtonName: description: 按钮名称 type: string MenuButtonId: description: 菜单按钮id type: integer format: int64 MenuId: description: 菜单id type: integer format: int64 system.SysRoleAddReq: title: SysRoleAddReq type: object properties: RoleName: description: 角色名称 type: string RoleType: description: 角色类型 type: string system.SysRoleDeleteReq: title: SysRoleDeleteReq type: object properties: RoleId: description: 角色ID type: integer format: int64 system.SysRoleEditReq: title: SysRoleEditReq type: object properties: RoleId: description: 角色ID type: integer format: int64 RoleName: description: 角色名称 type: string RoleType: description: 角色类型 type: string system.SysRoleItem: title: SysRoleItem type: object properties: CreateTime: description: 创建时间 type: string format: datetime RoleId: description: 角色ID type: integer format: int64 RoleLevel: description: 角色等级:0-表示一级角色,每个账号只能绑定一个一级角色 ,1-表示二级角色,每个账号可以绑定多个二级 角色 type: integer format: int64 RoleName: description: 角色名称 type: string RoleType: description: 角色类型 type: string RoleTypeCode: description: 角色类型编码 type: string system.SysRoleListResp: title: SysRoleListResp type: object properties: List: type: array items: $ref: '#/definitions/system.SysRoleItem' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 system.SysTeamAddReq: title: SysTeamAddReq type: object properties: DepartmentId: description: 部门id type: integer format: int64 GroupId: description: 大组id type: integer format: int64 TeamName: description: 分组名称,多个用英文逗号隔开 type: string system.SysTeamDeleteReq: title: SysTeamDeleteReq type: object properties: TeamId: description: 小组ID type: integer format: int64 system.SysTeamEditReq: title: SysTeamEditReq type: object properties: TeamId: description: 分组ID type: integer format: int64 TeamName: description: 分组名称 type: string system.SysTeamList: title: SysTeamList type: object properties: CreateTime: description: 创建时间 type: string format: datetime DepartmentId: description: 小组ID type: integer format: int64 DepartmentName: description: 分组名称 type: string GroupId: description: 小组Id type: integer format: int64 system.SysUserMoveReq: title: SysUserMoveReq type: object properties: AdminId: description: 系统用户id type: integer format: int64 DepartmentId: description: 部门id type: integer format: int64 GroupId: description: 分组id type: integer format: int64 TeamId: description: 小组id type: integer format: int64 system.SysUserResetPassReq: title: SysUserResetPassReq type: object properties: AdminId: description: 系统用户id type: integer format: int64 Password: description: 密码 type: string RePassword: description: 重复密码 type: string system.SysuserAddReq: title: SysuserAddReq type: object properties: AdminAvatar: description: 用户头像 type: string AdminName: description: 系统用户名称 type: string City: description: 市 type: string CityCode: description: 市编码 type: string DepartmentId: description: 部门id type: integer format: int64 Email: description: 邮箱 type: string EmployeeId: description: 员工工号(钉钉/每刻报销) type: string GroupId: description: 分组id type: integer format: int64 Mobile: description: 手机号 type: string Password: description: 密码 type: string Position: description: 职位 type: string Province: description: 省 type: string ProvinceCode: description: 省编码 type: string RealName: description: 系统用户姓名 type: string ResearchGroupIds: description: 研究方向分组IDs type: string RoleId: description: 角色id type: integer format: int64 TeamId: description: 小组id type: integer format: int64 TelAreaCode: description: 手机区号 type: string system.SysuserDeleteReq: title: SysuserDeleteReq type: object properties: AdminId: description: 系统用户id type: integer format: int64 system.SysuserEditReq: title: SysuserEditReq type: object properties: AdminId: description: 系统用户id type: integer format: int64 AdminName: description: 系统用户名称 type: string City: description: 市 type: string CityCode: description: 市编码 type: string Email: description: 邮箱 type: string EmployeeId: description: 员工工号(钉钉/每刻报销) type: string Enabled: description: 1:有效,0:禁用 type: integer format: int64 Mobile: description: 手机号 type: string Position: description: 职位 type: string Province: description: 省 type: string ProvinceCode: description: 省编码 type: string RealName: description: 系统用户姓名 type: string ResearchGroupIds: description: 研究方向分组IDs type: string RoleId: description: 角色id type: integer format: int64 TelAreaCode: description: 手机区号 type: string system.SysuserListResp: title: SysuserListResp type: object properties: List: type: array items: $ref: '#/definitions/system.AdminItem' Paging: $ref: '#/definitions/paging.PagingItem' description: 分页数据 system.int: title: int type: object trade_analysis.GetPositionTopList: title: GetPositionTopList type: object properties: List: description: 榜单详情列表 type: array items: $ref: '#/definitions/trade_analysis.GetPositionTopListItem' TotalDealChange: description: 校昨日变化 type: integer format: int64 TotalDealValue: description: 总计成交量 type: integer format: int64 trade_analysis.GetPositionTopListItem: title: GetPositionTopListItem type: object properties: BeforeAllChange: description: 排在前面的成交量增减总计 type: integer format: int64 BeforeAllRate: description: 排在前面的成交量总计占比(包含) type: string BeforeAllValue: description: 排在前面的成交量总计 type: integer format: int64 DealChange: description: 成交变化量 type: integer format: int64 DealShortName: description: 成交量公司简称 type: string DealValue: description: 成交量 type: integer format: int64 Rank: description: 当前名次 type: integer format: int64 Rate: description: 当前占比 type: string trade_analysis.GetPositionTopResp: title: GetPositionTopResp type: object properties: BuyList: $ref: '#/definitions/trade_analysis.GetPositionTopList' description: 多单列表 CleanBuyList: $ref: '#/definitions/trade_analysis.GetPositionTopList' description: 净多单列表 CleanSoldList: $ref: '#/definitions/trade_analysis.GetPositionTopList' description: 净空单列表 DataTime: description: 最新日期或者请求日期 type: string LastDataTime: description: 最新日期 type: string SoldList: $ref: '#/definitions/trade_analysis.GetPositionTopList' description: 空单列表 trade_analysis.TradeClassifyNameList: title: TradeClassifyNameList type: object properties: CurrDate: description: 当前日期 type: string DataTime: description: 最新更新时间 type: string Exchange: description: 交易所 type: string Items: description: 子类 type: array items: $ref: '#/definitions/trade_analysis.TradeClassifyNameListItem' Num: description: 品种数量 type: integer format: int64 Sort: description: 排序字段 type: integer format: int64 trade_analysis.TradeClassifyNameListSort: title: TradeClassifyNameListSort type: array items: $ref: '#/definitions/trade_analysis.TradeClassifyNameList' "true": title: "true" type: object tags: - name: sysuser description: | 系统相关 - name: classify description: | 分类 - name: banner description: | banner - name: report description: | ReportChapterTypeController 报告章节配置 - name: report description: | ReportCommonController 报告 - name: report description: | ReportUploadCommonController 报告上传 - name: voice description: | VoiceController 音频 - name: voice description: | VoiceCommonController 音频 - name: pptv2 description: | PptV2CommonController 新版ppt公共模块 - name: ppt_english description: | PptEnglishCommonController 新版ppt公共模块 - name: entry description: | TargetController 手工指标服务(鉴权) - name: entry description: | TargetCommonController 手工指标服务(不鉴权) - name: system description: | 系统设置 - name: system description: | 部门组 - name: system description: | 部门组 - name: system description: | 系统用户 - name: custom description: | CompanyPermissionController 客户权限管理 - name: resource description: | 资源管理-图片上传,合同上传等 - name: datamanage description: | JiaYueEdbSourceController 嘉悦数据源 - name: my_chart description: | 我的图库 - name: roadshow description: | CalendarController 日历 - name: sandbox description: | SandboxController 逻辑导图 - name: english_report description: | EnglishVideoController 英文研报-线上路演 - name: report_author description: | ReportAuthorCommonController 报告作者 - name: report_author description: | ReportAuthorController 报告作者 - name: future_good description: | FutureGoodChartInfoController 商品价格图表管理 - name: correlation description: | CorrelationChartInfoController 相关性图表管理 - name: line_equation description: | LineEquationChartInfoController 拟合方程图表管理 - name: line_feature description: | LineFeaturesChartInfoController 统计特征图表管理 - name: cloud_disk description: | CloudDiskController 共享云盘 - name: semantic_analysis description: | SaCompareController 语义分析-文档比对 - name: supply_analysis description: | VarietyController 期货指标分类 - name: en_permission description: | EnPermissionController 英文权限 - name: english_classify description: | EnglishClassifyController 英文分类 - name: trade_analysis description: | TradeAnalysisController 供应分析 - name: custom_analysis description: | CustomAnalysisController 自定义分析 - name: eta_trial description: | EtaTrialController ETA试用 - name: user_login description: | UserLoginAuthController 登录-需Token - name: meeting_probabilities description: | MeetingProbabilitiesController 加息概率 - name: chart_framework description: | ChartFrameworkController 图库框架 - name: smart_report description: | SmartReportController 智能研报