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:
/advisory/article/delete:
post:
tags:
- advisory
description: |-
删除文章
operationId: AdminArticleController.删除文章
parameters:
- in: query
name: ArticleId
description: 文章ID
required: true
type: integer
format: int64
responses:
"200":
description: 删除成功
/advisory/article/detail:
get:
tags:
- advisory
description: |-
文章详情
operationId: AdminArticleController.资讯接口 文章详情
parameters:
- in: query
name: ArticleId
description: 文章ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/advisory.AdvisoryArticle'
/advisory/article/firstadd:
post:
tags:
- advisory
description: |-
发布
operationId: AdminArticleController.新增资讯接口 发布与定时发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/advisory.ArticleAddReq'
responses:
"200":
description: 新增成功
/advisory/article/list:
get:
tags:
- advisory
description: |-
列表
operationId: AdminArticleController.资讯接口
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: 关键词搜索
type: string
- in: query
name: Status
description: 发布状态,1,已发布,0未发布
type: string
- in: query
name: ChartPermissionIds
description: 关注分类ID,多个用英文逗号隔开
type: string
- in: query
name: PublishSort
description: desc:降序,asc 升序(预留)
required: true
type: string
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/advisory.ArticleListResp'
/advisory/article/preservation:
post:
tags:
- advisory
description: |-
保存资讯
operationId: AdminArticleController.保存资讯接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/advisory.ArticleAddReq'
responses:
"200":
description: 保存成功
/advisory/article/unpublish:
post:
tags:
- advisory
description: |-
取消发布
operationId: AdminArticleController.取消发布
parameters:
- in: query
name: ArticleId
description: 文章ID
required: true
type: integer
format: int64
responses:
"200":
description: 取消成功
/advisory/articleCode:
get:
tags:
- advisory
description: |-
通过Code获取文章详情
operationId: AdminArticleController.资讯接口 文章详情
parameters:
- in: query
name: Code
description: 文章code
required: true
type: string
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/advisory.AdvisoryArticle'
/advisory/edit:
post:
tags:
- advisory
description: |-
文章修改
operationId: AdminArticleController.资讯接口 文章修改
parameters:
- in: query
name: ArticleId
description: 文章ID
required: true
type: integer
format: int64
- in: query
name: Title
description: 标题
required: true
type: string
- in: query
name: Body
description: 内容
required: true
type: string
- in: query
name: ChartPermissionId
description: 所属分类ID
required: true
type: integer
format: int64
- in: query
name: TimingPublishTime
description: 定时发布时间
required: true
type: string
- in: query
name: LinkName
description: 链接名称
required: true
type: string
- in: query
name: LinkAddress
description: 链接地址
required: true
type: string
- in: query
name: ArticleId
description: 文章ID
required: true
type: string
responses:
"200":
description: 修改成功
/advisory/getPVAndUv:
get:
tags:
- advisory
description: |-
获取网站PV,Uv
operationId: AdminArticleController.资讯接口 获取网站PV,Uv
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/advisory.PvAndUvResp'
/advisory/getmyfllow:
get:
tags:
- advisory
description: |-
获取关注的所有分类接口
operationId: AdminUserController.获取关注的所有分类
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/models.MyChartPermissionResp'
/banner/add:
post:
tags:
- banner
description: |-
新增banner
operationId: BannerController.新增banner接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.BannerAddReq'
responses:
"200":
description: 新增成功
/banner/delete:
post:
tags:
- banner
description: |-
删除轮播图
operationId: BannerController.删除轮播图
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.BannerDeleteReq'
responses:
"200":
description: 新增成功
/banner/edit:
post:
tags:
- banner
description: |-
编辑banner
operationId: BannerController.编辑banner接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.BannerEditReq'
responses:
"200":
description: 新增成功
/banner/getClassify:
get:
tags:
- banner
description: |-
获取分类
operationId: BannerController.获取分类接口
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.Classify'
/banner/list:
get:
tags:
- banner
description: |-
获取分类
operationId: BannerController.获取分类接口
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: BannerType
description: 分类:1:轮播图,2:头部海报
required: true
type: integer
format: int64
- in: query
name: KeyWord
description: 检索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.BannerListResp'
/banner/upload:
post:
tags:
- banner
description: |-
图片上传接口
operationId: BannerController.图片上传
parameters:
- in: query
name: File
description: 文件
required: true
type: file
responses:
"200":
description: 新增成功
/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
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'
/contract/add:
post:
tags:
- contract
description: |-
新增合同接口
operationId: ContractController.新增合同
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.AddContractReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.AddContractResp'
/contract/approval/apply:
get:
tags:
- contract
description: |-
提交申请接口
operationId: ContractApprovalController.提交申请
parameters:
- in: query
name: ContractId
description: 合同id编号
required: true
type: integer
format: int64
responses:
Ret=200:
description: 申请成功
/contract/approval/approved:
post:
tags:
- contract
description: |-
处理审批单
operationId: ContractApprovalController.处理审批单
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.ApprovedReq'
responses:
Ret=200:
description: 申请成功
/contract/approval/cancelApply:
get:
tags:
- contract
description: |-
撤回审批申请接口
operationId: ContractApprovalController.撤回审批申请
parameters:
- in: query
name: ContractApprovalRecordId
description: 审批流id编号
required: true
type: integer
format: int64
- in: query
name: ContractId
description: 合同id编号
required: true
type: integer
format: int64
responses:
Ret=200:
description: 撤回申请成功
/contract/approval/export:
get:
tags:
- contract
description: |-
合同列表数据导出接口
合同列表接口
operationId: ContractApprovalController.合同列表数据导出
parameters:
- in: query
name: ContractType
description: 合同类型,枚举值:'新签合同','续约合同','补充协议'
type: string
- in: query
name: ContractStatus
description: 合同状态,枚举值:'待提交','待审批','已撤回','已审批','已驳回','已作废'
type: string
- in: query
name: ProductId
description: 客户类型:传0或者不传为当前账号权限,1 代表是:ficc;2 代表是:权益
type: integer
format: int64
- in: query
name: ModifyStartTime
description: 服务更新时间的选择开始时间,格式:2021-05-23 00:00:00
type: string
- in: query
name: ModifyEndTime
description: 服务更新时间的选择结束时间,格式:2021-05-26 23:59:59
type: string
- in: query
name: SellerId
description: 选择的销售id
type: string
- in: query
name: Keyword
description: 搜索关键字
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ContractListResp'
/contract/approval/list:
get:
tags:
- contract
description: |-
审批单列表接口
operationId: ContractApprovalController.审批单列表
parameters:
- in: query
name: ContractBusinessType
description: 合同业务类型,枚举值:'业务合同','代付合同',不传默认是全部
type: string
- in: query
name: ContractType
description: 合同类型,枚举值:'新签合同','续约合同','补充协议'
type: string
- in: query
name: Status
description: 合同状态,枚举值:'待审批','已审批','已驳回','已撤回'
type: string
- in: query
name: ProductId
description: 客户类型:传0或者不传为当前账号权限,1 代表是:ficc;2 代表是:权益
type: integer
format: int64
- in: query
name: SellerId
description: 选择的销售id
type: string
- in: query
name: Keyword
description: 搜索关键字
type: string
- in: query
name: ModifyStartTime
description: 服务更新时间的选择开始时间,格式:2021-05-23 00:00:00
type: string
- in: query
name: ModifyEndTime
description: 服务更新时间的选择结束时间,格式:2021-05-26 23:59:59
type: string
- in: query
name: IsExport
description: 是否导出excel,默认是false
type: boolean
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ContractApprovalListResp'
/contract/approval/reject:
post:
tags:
- contract
description: |-
驳回审批接口
operationId: ContractApprovalController.驳回审批
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.RejectReq'
responses:
Ret=200:
description: 驳回成功
/contract/business_contract/company_name/list/:
get:
tags:
- contract
description: |-
业务合同客户名称列表接口
operationId: ContractController.业务合同客户名称列表
parameters:
- in: query
name: Keyword
description: 搜索关键字
required: true
type: string
responses:
"200":
description: ""
schema:
type: array
items:
type: string
/contract/business_contract/list/:
get:
tags:
- contract
description: |-
根据客户名称获取所有已签回的业务合同列表接口
operationId: ContractController.根据客户名称获取所有已签回的业务合同列表
parameters:
- in: query
name: CompanyName
description: 客户名称
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ContractListResp'
/contract/delete:
get:
tags:
- contract
description: |-
删除合同接口
operationId: ContractController.删除合同
parameters:
- in: query
name: ContractId
description: 合同id
required: true
type: integer
format: int64
responses:
Ret=200:
description: 删除成功
/contract/detail:
get:
tags:
- contract
description: |-
获取合同详情接口
operationId: ContractController.获取合同详情
parameters:
- in: query
name: ContractId
description: 合同id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/contract.ContractDetail'
/contract/downLoad/tmpContract:
get:
tags:
- contract
description: |-
下载临时合同接口
operationId: ContractController.下载临时合同
parameters:
- in: query
name: ContractId
description: 合同id
required: true
type: integer
format: int64
/contract/edit:
post:
tags:
- contract
description: |-
编辑合同接口
operationId: ContractController.编辑合同
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.EditContractReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.AddContractResp'
/contract/getListBySeal:
get:
tags:
- contract
description: |-
获取用印所需合同列表
operationId: ContractController.获取用印所需合同列表
parameters:
- in: query
name: Keyword
description: 搜索关键字
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ContractListBySealResp'
/contract/invalid:
get:
tags:
- contract
description: |-
作废合同接口
operationId: ContractController.作废合同
parameters:
- in: query
name: ContractId
description: 合同id
required: true
type: integer
format: int64
responses:
Ret=200:
description: 作废成功
/contract/list:
get:
tags:
- contract
description: |-
合同列表接口
operationId: ContractController.合同列表
parameters:
- in: query
name: ContractBusinessType
description: 合同业务类型,枚举值:'业务合同','代付合同'
type: string
- in: query
name: ContractType
description: 合同类型,枚举值:'新签合同','续约合同','补充协议'
type: string
- in: query
name: ContractStatus
description: 合同状态,枚举值:'待提交','待审批','已撤回','已审批','已驳回','已作废'
type: string
- in: query
name: ProductId
description: 客户类型:传0或者不传为当前账号权限,1 代表是:ficc;2 代表是:权益
type: integer
format: int64
- in: query
name: ModifyStartTime
description: 服务更新时间的选择开始时间,格式:2021-05-23 00:00:00
type: string
- in: query
name: ModifyEndTime
description: 服务更新时间的选择结束时间,格式:2021-05-26 23:59:59
type: string
- in: query
name: SellerId
description: 选择的销售id
type: string
- in: query
name: KeywordType
description: 搜索关键字类型,枚举值:'使用方','代付方'
type: string
- in: query
name: Keyword
description: 搜索关键字
type: string
- in: query
name: IsExport
description: 是否导出excel,默认是false
type: boolean
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ContractListResp'
/contract/operation/list:
get:
tags:
- contract
description: |-
合同操作记录接口
operationId: ContractController.获取合同操作记录
parameters:
- in: query
name: ContractId
description: 合同id编号
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ContractOperationListResp'
/contract/pay_channel/list:
get:
tags:
- contract
description: |-
获取合同模板列表
operationId: ContractController.获取合同模板列表
parameters:
- in: query
name: Keyword
description: 关键字
required: true
type: string
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/contract.PayChannel'
/contract/preview:
post:
tags:
- contract
description: |-
预览合同接口v
operationId: ContractController.预览合同
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.AddContractReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ContractPreviewResp'
/contract/previewByContractId:
get:
tags:
- contract
description: |-
预览合同接口
operationId: ContractController.预览合同
parameters:
- in: query
name: ContractId
description: 合同id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ContractPreviewResp'
/contract/service/template/list:
get:
tags:
- contract
description: |-
获取服务套餐列表
operationId: ContractController.获取服务套餐列表
parameters:
- in: query
name: ProductId
description: 客户类型:传0或者不传为当前账号权限,1 代表是:ficc;2 代表是:权益
type: integer
format: int64
- in: query
name: ContractType
description: 合同类型:枚举值:'新签合同','续约合同','补充协议'
type: string
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/contract.ContractServiceTemplateMapItems'
/contract/template/list:
get:
tags:
- contract
description: |-
获取合同模板列表
operationId: ContractController.获取合同模板列表
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/contract.ContractTemplate'
/contract/update_file:
post:
tags:
- contract
description: |-
更新合同附件接口
operationId: ContractController.更新合同附件(用于非标)
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.UploadFileReq'
responses:
Ret=200:
description: 上传成功
/contract/upload_check_back_file:
post:
tags:
- contract
description: |-
上传签回附件接口
operationId: ContractController.上传签回附件
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.UploadCheckBackFileReq'
responses:
Ret=200:
description: 上传成功
/contract/upload_rescind_file:
post:
tags:
- contract
description: |-
上传解约附件接口
operationId: ContractController.上传解约附件
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.UploadRescindFileReq'
responses:
Ret=200:
description: 上传成功
/custom/add:
post:
tags:
- custom
description: |-
新增客户接口
operationId: CompanyController.新增客户
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyAddReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyAddResp'
/custom/addRenewalReason:
post:
tags:
- custom
description: |-
转试用按钮新增续约说明情况
operationId: CompanyController.转试用按钮新增续约说明情况
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.TryOutReq'
responses:
"200":
description: 编辑成功
/custom/addTryOutCompanyReason:
post:
tags:
- custom
description: |-
新增续约说明情况接口
operationId: CompanyController.新增续约说明情况
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.RenewalReasonReq'
responses:
"200":
description: 编辑成功
/custom/apply/contract:
get:
tags:
- custom
description: |-
申请服务更新/转正-审批合同信息接口
operationId: CompanyApplyController.申请服务更新/转正-审批合同信息
parameters:
- in: query
name: CompanyApprovalId
description: 审批记录ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.ApplyContractResp'
/custom/apply/contract/detail:
get:
tags:
- custom
description: |-
申请服务更新-续约申请详情接口
operationId: CompanyApplyController.申请服务更新-续约申请详情
parameters:
- in: query
name: CompanyId
description: 客户ID
required: true
type: integer
format: int64
- in: query
name: CompanyContractId
description: 合同id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyContractDetailResp'
/custom/apply/contract/getApplyTurnContractType:
get:
tags:
- custom
description: |-
获取客户申请转正的合同类型接口
operationId: CompanyApplyController.获取客户申请转正的合同类型
parameters:
- in: query
name: CompanyId
description: 客户ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.ApplyContractTypeResp'
/custom/apply/contract/history/list:
get:
tags:
- custom
description: |-
申请服务更新-签约历史接口
operationId: CompanyApplyController.申请服务更新-签约历史
parameters:
- in: query
name: CompanyId
description: 客户ID
required: true
type: integer
format: int64
- in: query
name: CompanyType
description: 客户类型:传空字符串或者不传为全部,'ficc','权益'
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyContractHistoryResp'
/custom/apply/delay:
post:
tags:
- custom
description: |-
申请延期接口
operationId: CompanyApplyController.申请延期
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyApplyDelayReq'
responses:
Ret=200:
description: 申请成功
/custom/apply/receive:
post:
tags:
- custom
description: |-
申请领取接口
operationId: CompanyApplyController.申请领取
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyApplyReceiveReq'
responses:
Ret=200:
description: 申请成功
/custom/apply/revoke:
post:
tags:
- custom
description: |-
申请撤回接口
operationId: CompanyApprovalController.申请撤回
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyApplyRevokeReq'
responses:
Ret=200:
description: 成功
/custom/apply/service/update:
post:
tags:
- custom
description: |-
申请服务更新接口
operationId: CompanyApplyController.申请服务更新
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyApplyServiceUpdateReq'
responses:
Ret=200:
description: 申请成功
/custom/apply/systemContract:
post:
tags:
- custom
description: |-
通过系统合同申请转正/服务更新接口
operationId: CompanyApplyController.通过系统合同申请转正/服务更新
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyApplyBySystemContractReq'
responses:
Ret=200:
description: 申请成功
/custom/apply/thaw:
post:
tags:
- custom
description: |-
申请解冻接口
operationId: CompanyApplyController.申请解冻
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyApplyThawReq'
responses:
Ret=200:
description: 申请成功
/custom/apply/turn/positive:
post:
tags:
- custom
description: |-
申请转正接口
operationId: CompanyApplyController.申请转正
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyApplyTurnPositiveReq'
responses:
Ret=200:
description: 申请成功
/custom/approval/approve:
post:
tags:
- custom
description: |-
审批接口
operationId: CompanyApprovalController.审批
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyApplyApproveReq'
responses:
Ret=200:
description: 审批成功
/custom/approval/delete:
post:
tags:
- custom
description: |-
审批列表删除接口
operationId: CompanyApprovalController.审批列表删除
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyApplyDeleteReq'
responses:
Ret=200:
description: 删除成功
/custom/approval/getApprovalPermissionList:
get:
tags:
- custom
description: |-
获取审批单中的权限列表接口
operationId: CompanyApprovalController.获取审批单中的权限列表
parameters:
- in: query
name: ApprovalId
description: 审批单id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyPermissionResp'
/custom/approval/list:
get:
tags:
- custom
description: |-
审批列表接口
operationId: CompanyApprovalController.审批列表
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: Status
description: 状态:'全部','待审批','已审批','驳回','已撤回'
required: true
type: string
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyApprovalListResp'
/custom/approval/list_old:
get:
tags:
- custom
description: |-
审批列表接口
operationId: CompanyApprovalController.审批列表
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: Status
description: 状态:'全部','待审批','已审批','驳回','已撤回'
required: true
type: string
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyApprovalListResp'
/custom/approval/listV2:
get:
tags:
- custom
description: |-
审批列表接口
operationId: CompanyApprovalController.审批列表
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: Status
description: 状态:'全部','待审批','已审批','驳回','已撤回'
required: true
type: string
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyApprovalListResp'
/custom/check/RepeatCompanyInfo:
get:
tags:
- custom
description: |-
检测客户名称或社会信用码重复接口(新增/编辑客户页面使用)
operationId: CompanyController.检测客户名称或社会信用码重复
parameters:
- in: query
name: CompanyName
description: 客户名称
required: true
type: string
- in: query
name: CreditCode
description: 社会统一信用码
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CheckCompanyInfoRepeatResp'
/custom/check/companyInfo:
get:
tags:
- custom
description: |-
检测客户名称或社会信用码接口(新增/编辑客户页面使用)
operationId: CompanyController.检测客户名称或社会信用码
parameters:
- in: query
name: CompanyName
description: 客户名称
required: true
type: string
- in: query
name: CreditCode
description: 社会统一信用码
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CheckCompanyInfoResp'
/custom/company/last_contract/detail:
get:
tags:
- custom
description: |-
获取客户大于今天的有效合同权限详情接口
operationId: CompanyApplyController.获取客户大于今天的有效合同权限详情
parameters:
- in: query
name: CompanyId
description: 客户ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/company.PermissionLookItem'
/custom/company_info/edit:
post:
tags:
- custom
description: |-
编辑补充客户信息接口
operationId: CompanyController.编辑补充客户信息接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyInfoEditReq'
responses:
Ret=200:
description: 保存成功
/custom/company_todo/add:
post:
tags:
- custom
description: |-
新增任务接口
operationId: CompanyTodoController.新增任务
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company_todo.CompanyTodoAddReq'
responses:
"200":
description: 新增成功
/custom/company_todo/approve:
post:
tags:
- custom
description: |-
审批任务接口
operationId: CompanyTodoController.审批任务
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company_todo.ApproveCompanyTodoReq'
responses:
"200":
description: 审批通过
/custom/company_todo/edit:
post:
tags:
- custom
description: |-
修改分组接口
operationId: CompanyTodoController.修改分组
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/system.SysTeamEditReq'
responses:
"200":
description: 修改成功
/custom/company_todo/edit_list:
get:
tags:
- custom
description: |-
获取客户待操作任务列表接口
operationId: CompanyTodoController.获取客户待操作任务列表
parameters:
- in: query
name: CompanyId
description: 客户id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/company_todo.CompanyTodo'
/custom/company_todo/list:
get:
tags:
- custom
description: |-
客户任务列表接口
operationId: CompanyTodoController.任务列表
parameters:
- in: query
name: CompanyId
description: 客户id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/company_todo.CompanyTodo'
/custom/company_user/total:
get:
tags:
- custom
description: |-
获取客户名下联系人数量(根据当前账号角色区分)接口
operationId: CompanyUserController.获取客户名下联系人数量(根据当前账号角色区分)
parameters:
- in: query
name: CompanyId
description: 客户id
required: true
type: integer
format: int64
- in: query
name: ProductId
description: 产品权限id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyUserTotal'
/custom/contract_permission/list:
get:
tags:
- custom
description: |-
获取权限设置基础信息接口
operationId: CompanyPermissionController.获取合同列表的权限设置基础信息
parameters:
- in: query
name: CompanyType
description: 客户类型:传空字符串或者不传为全部,'ficc','权益'
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.PermissionSetResp'
/custom/delete:
post:
tags:
- custom
description: |-
删除客户接口
operationId: CompanyController.删除客户
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.DeletePptReq'
responses:
Ret=200:
description: 保存成功
/custom/detail:
get:
tags:
- custom
description: |-
获取客户详情接口
operationId: CompanyController.获取客户详情
parameters:
- in: query
name: CompanyId
description: 客户id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyDetailResp'
/custom/detail_by_credit_code:
get:
tags:
- custom
description: |-
根据社会信用码获取客户详情接口
operationId: CompanyController.根据社会信用码获取客户详情
parameters:
- in: query
name: CreditCode
description: 客户社会信用码
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyDetailResp'
/custom/edit:
post:
tags:
- custom
description: |-
编辑客户接口
operationId: CompanyController.编辑客户
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyEditReq'
responses:
Ret=200:
description: 保存成功
/custom/editTryOutCompanyReason:
post:
tags:
- custom
description: |-
编辑续约说明情况接口
operationId: CompanyController.编辑续约说明情况
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.RenewalReasonReq'
responses:
"200":
description: 编辑成功
/custom/export:
get:
tags:
- custom
description: |-
客户导出接口
operationId: CompanyController.客户导出
parameters:
- in: query
name: Status
description: 状态:''试用','永续','冻结','流失','正式'
required: true
type: string
- in: query
name: CompanyType
description: 客户类型:传空字符串或者不传为全部,'ficc','权益'
required: true
type: string
- in: query
name: IndustryId
description: 行业id,0为全部
required: true
type: integer
format: int64
- in: query
name: AdminId
description: 销售id,多个用英文逗号隔开,空字符串为全部
required: true
type: string
- in: query
name: ChartPermissionIds
description: 品种id,多个用英文逗号分开,空字符串为全部
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: CreateStartDate
description: 创建开始时间
required: true
type: string
- in: query
name: CreateEndDate
description: 创建结束时间
required: true
type: string
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
- in: query
name: Address
description: 地址 , 多个用英文逗号分开
required: true
type: string
- in: query
name: PackageType
description: 套餐类型,0:无,1:大套餐,2:小套餐
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyListResp'
/custom/freeze:
post:
tags:
- custom
description: |-
冻结客户接口
operationId: CompanyController.冻结客户
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyFreezeReq'
responses:
Ret=200:
description: 冻结成功
/custom/fuzzy/search:
get:
tags:
- custom
description: |-
客户模糊检索接口(新增/编辑客户页面试用)
operationId: CompanyController.客户模糊检索(新增/编辑客户页面试用)
parameters:
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyFuzzySearchReq'
/custom/getCompanyContract:
get:
tags:
- custom
description: |-
获取客户合同列表接口
operationId: CompanyController.获取客户的合同列表
parameters:
- in: query
name: CompanyId
description: 用户id
required: true
type: integer
format: int64
- in: query
name: CompanyType
description: 用户类型:可取范围:ficc,权益
type: string
- in: query
name: Status
description: 合同审核结果,枚举值:`0`,`1`; 0:待审核,1:审核通过
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyPermissionResp'
/custom/getCompanyPermission:
get:
tags:
- custom
description: |-
获取客户权限接口
operationId: CompanyController.获取客户权限
parameters:
- in: query
name: CompanyId
description: 用户id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyPermissionResp'
/custom/getCompanySellerList:
get:
tags:
- custom
description: |-
根据客户id获取客户所属销售
operationId: CompanyUserController.获取客户所属销售
parameters:
- in: query
name: CompanyId
description: 客户id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.CompanySellerListResp'
/custom/getCompanySourceList:
get:
tags:
- custom
description: |-
获取客户来源列表
operationId: CompanyController.获取客户来源列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.CompanySourceListResp'
/custom/getTryOutCompanyList:
get:
tags:
- custom
description: |-
获取销售今日待办接口
operationId: CompanyController.获取销售今日待办数据
parameters:
- in: query
name: CompanyName
description: 客户名称
type: string
- in: query
name: ReasonStatus
description: 续约情况说明状态:-1:未填写,0:全部,1:已填写
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/response.TryOutCompanyListResp'
/custom/import:
post:
tags:
- custom
description: |-
批量导入联系人数据
operationId: CompanyUserController.批量导入联系人数据
parameters:
- in: query
name: File
description: 文件
required: true
type: file
- in: query
name: CompanyId
description: 客户id
required: true
type: file
responses:
"200":
description: Ret=200 导入成功
"600":
description: ""
schema:
type: array
items:
$ref: '#/definitions/*company.CompanyUser'
/custom/import/list:
post:
tags:
- custom
description: |-
获取批量导入联系人数据
operationId: CompanyUserController.获取批量导入联系人数据
parameters:
- in: query
name: File
description: 文件
required: true
type: file
- in: query
name: CompanyId
description: 客户id
required: true
type: file
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.ImportListResp'
/custom/industry/list:
get:
tags:
- custom
description: |-
根据客户类型获取行业列表接口
operationId: CompanyIndustryController.根据客户类型获取行业列表
parameters:
- in: query
name: Classify
description: 客户类型:ficc,合作伙伴,权益
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.CompanyIndustryResp'
/custom/list:
get:
tags:
- custom
description: |-
客户列表接口
operationId: CompanyController.客户列表
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: Status
description: 状态:''试用','永续','冻结','流失','正式'
required: true
type: string
- in: query
name: CompanyType
description: 客户类型:传空字符串或者不传为全部,'ficc','权益'
required: true
type: string
- in: query
name: IndustryId
description: 行业id,0为全部
required: true
type: integer
format: int64
- in: query
name: AdminId
description: 销售id,多个用英文逗号隔开,空字符串为全部
required: true
type: string
- in: query
name: ChartPermissionIds
description: 品种id,多个用英文逗号分开,空字符串为全部
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: CreateStartDate
description: 创建开始时间
required: true
type: string
- in: query
name: CreateEndDate
description: 创建结束时间
required: true
type: string
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
- in: query
name: Address
description: 地址 , 多个用英文逗号分开
required: true
type: string
- in: query
name: PackageType
description: 套餐类型,0:无,1:大套餐,2:小套餐
required: true
type: integer
format: int64
- in: query
name: TodoStatus
description: 任务处理状态;枚举值:'无任务','未完成','已完成'
required: true
type: string
- in: query
name: SortParam
description: '排序字段参数,用来排序的字段, 枚举值:''viewTotal'':总阅读次数 、 ''viewTime'':阅读时间
、 ''roadShowTotal'':累计路演次数 、`expireDay:到期时间` 、 `createTime:创建时间` 、 ''formalTime'':
转正时间 、 ''freezeTime'':冻结时间 、''lossTime'':流失时间 、''tryStage'':试用标签 、''deadline'':距离未完成的任务的截止日期的天数'
type: string
- in: query
name: SortType
description: 如何排序,是正序还是倒序,枚举值:`asc 正序`,`desc 倒叙`
required: true
type: string
- in: query
name: SortByTodo
description: 是否根据待办排序,true或false
required: true
type: boolean
- in: query
name: TryStage
description: 试用客户子标签:0全部、1未分类、2 推进、3 跟踪、4 预备
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyListResp'
/custom/message/list:
get:
tags:
- custom
description: |-
待办消息列表接口
operationId: CompanyApprovalMessageController.待办消息列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyApprovalMessageListResp'
/custom/message/listV2:
get:
tags:
- custom
description: |-
待办消息列表接口(V2版本)
operationId: CompanyApprovalMessageController.待办消息列表(V2版本)
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyApprovalMessageListResp'
/custom/message/read:
post:
tags:
- custom
description: |-
消息已读接口
operationId: CompanyApprovalMessageController.消息已读
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyApprovalMessageReadReq'
responses:
Ret=200:
description: 申请成功
/custom/move/seller:
post:
tags:
- custom
description: |-
移动销售接口
operationId: CompanyController.移动销售
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.MoveSellerReq'
responses:
Ret=200:
description: 移动成功
/custom/official/user/confirm:
post:
tags:
- custom
description: |-
官网试用用户确认接口
operationId: OfficialUserController.官网试用用户确认
parameters:
- in: query
name: Id
description: 申请记录id
required: true
type: integer
format: int64
responses:
Ret=200:
description: 确认成功
/custom/official/user/list:
get:
tags:
- custom
description: |-
官网试用用户列表接口
operationId: OfficialUserController.官网试用用户列表
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: SourceType
description: 申请来源,枚举值:可选范围:'中文官网','英文官网'
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.UserTrialApplyListResp'
/custom/official/user/list/export:
get:
tags:
- custom
description: |-
官网试用用户列表接口
operationId: OfficialUserController.官网试用用户列表导出
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: SourceType
description: 申请来源,枚举值:可选范围:'中文官网','英文官网'
required: true
type: string
responses:
Ret=200:
description: 导出成功
/custom/permission/add/try/out:
post:
tags:
- custom
description: |-
新增试用权限
operationId: CompanyPermissionController.新增试用权限
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.PermissionAddTryOutReq'
responses:
Ret=200:
description: ""
/custom/permission/list:
get:
tags:
- custom
description: |-
获取权限设置基础信息接口
operationId: CompanyPermissionController.获取权限设置基础信息
parameters:
- in: query
name: CompanyType
description: 客户类型:传空字符串或者不传为全部,'ficc','权益'
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.PermissionSetResp'
/custom/permission/look:
get:
tags:
- custom
description: |-
查看客户权限接口
operationId: CompanyPermissionController.查看客户权限
parameters:
- in: query
name: CompanyId
description: 客户id
required: true
type: integer
format: int64
- in: query
name: LookType
description: 调用类型:1增开试用,0其他
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.PermissionLookResp'
/custom/permission/lookSando:
get:
tags:
- custom
description: |-
查看客户权限接口(主观客观)
operationId: CompanyPermissionController.查看客户权限(主观客观)
parameters:
- in: query
name: CompanyId
description: 客户id
required: true
type: integer
format: int64
- in: query
name: LookType
description: 调用类型:1增开试用,0其他
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.PermissionLookSandoResp'
/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/potential/company/qccSearch:
get:
tags:
- custom
description: |-
企查查模糊查询客户
operationId: CompanyUserController.企查查模糊查询客户接口
parameters:
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/services.Result'
/custom/potential/company/search:
get:
tags:
- custom
description: |-
搜索客户接口
operationId: CompanyUserController.搜索客户
parameters:
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanySearchResp'
/custom/potential/user/deal:
post:
tags:
- custom
description: |-
标记潜在用户接口
operationId: CompanyController.标记潜在用户
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.PotentialUserDealReq'
responses:
Ret=200:
description: 标记成功
/custom/potential/user/delete:
post:
tags:
- custom
description: |-
删除潜在用户接口
operationId: CompanyController.删除潜在用户
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.PotentialUserDeleteReq'
responses:
Ret=200:
description: 删除成功
/custom/potential/user/export:
get:
tags:
- custom
description: |-
导出潜在用户接口
operationId: CompanyUserController.导出潜在用户
parameters:
- in: query
name: ApplyMethod
description: 申请方式,0:全部,1:未申请,2:已付费客户申请试用,3:非客户申请试用
required: true
type: integer
format: int64
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
Ret=200:
description: 导出成功
/custom/potential/user/list:
get:
tags:
- custom
description: |-
潜在用户列表接口
operationId: CompanyController.潜在用户列表
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: ApplyMethod
description: 申请方式,0:全部,1:未申请,2:已付费客户申请试用,3:非客户申请试用
required: true
type: integer
format: int64
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.PotentialUserListResp'
/custom/potential/user/move:
post:
tags:
- custom
description: |-
移动潜在用户接口
operationId: CompanyController.移动潜在用户
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.PotentialUserMoveReq'
responses:
Ret=200:
description: 移动成功
/custom/potential/user/moveByApplyRecord:
post:
tags:
- custom
description: |-
FICC申请单移动潜在用户接口
operationId: CompanyController.FICC申请单-移动潜在用户
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.ApplyRecordPotentialUserMoveReq'
responses:
Ret=200:
description: 移动成功
/custom/process/list:
get:
tags:
- custom
description: |-
客户流程列表接口
operationId: CompanyProcessController.客户流程列表
parameters:
- in: query
name: CompanyId
description: 客户id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyOperationRecordListResp'
/custom/receive:
post:
tags:
- custom
description: |-
领取客户接口
operationId: CompanyController.领取客户
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.CompanyReceiveReq'
responses:
Ret=200:
description: 领取成功
/custom/receive/list:
get:
tags:
- custom
description: |-
领取客户列表接口
operationId: CompanyController.领取客户列表
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: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyReceiveListResp'
/custom/receive/permission/change:
post:
tags:
- custom
description: |-
修改用户添加客户的权限
operationId: CompanyReceiveController.修改用户添加客户的权限
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.ChangeReceivePermissionReq'
responses:
"200":
description: 操作成功
/custom/receive/seller:
get:
tags:
- custom
description: |-
获取组长/组员下销售不包括研究员等(根据部门、分组)接口
operationId: CompanyReceiveController.配置领取权限的销售列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.ReceiveSellerListResp'
/custom/receive/seller/group:
get:
tags:
- custom
description: |-
获取组长/组员下销售不包括研究员等(根据部门、分组)接口
operationId: CompanyReceiveController.获取组长/组员下所有销售不包括研究员等(根据部门、分组)
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.ReceiveGroupSellersResp'
/custom/remark:
get:
tags:
- custom
description: |-
备注列表
operationId: CompanyController.备注列表
parameters:
- in: query
name: CompanyId
description: 客户id
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.RemarkResp'
/custom/remark/add:
post:
tags:
- custom
description: |-
新增备注
operationId: CompanyController.新增备注
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.RemarkReq'
responses:
"200":
description: 编辑成功
/custom/renewReasonList:
get:
tags:
- custom
description: |-
客户未续约说明历史列表
operationId: CompanyController.客户未续约说明历史列表
parameters:
- in: query
name: CompanyId
description: 客户id
required: true
type: string
- in: query
name: ProductId
description: 产品id
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.RenewReasonItemResp'
/custom/roadShowList:
get:
tags:
- custom
description: |-
路演详情列表
operationId: CompanyController.路演详情列表
parameters:
- in: query
name: CompanyId
description: 客户id
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.RoadShowListResp'
/custom/search/list:
get:
tags:
- custom
description: |-
客户检索列表接口
operationId: CompanyController.客户检索列表
parameters:
- 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/company.CompanySearchListResp'
/custom/seller/check/list:
get:
tags:
- custom
description: |-
获取组长/组员下销售接口
operationId: CompanySellerController.获取组长/组员下销售
parameters:
- in: query
name: AllSeller
description: 是否获取部门所有的销售信息
required: true
type: boolean
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanySellerResp'
/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
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.DepartmentGroupSellersResp'
/custom/seller/checkListForLose:
get:
tags:
- custom
description: |-
获取销售查看流失客户时的筛选框 接口
operationId: CompanySellerController.获取销售查看流失客户时的筛选框
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.DepartmentGroupSellersResp'
/custom/seller/list:
get:
tags:
- custom
description: |-
获取所有销售信息接口
operationId: CompanySellerController.获取所有销售信息
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanySellerResp'
/custom/suspend:
post:
tags:
- custom
description: |-
暂停/启用接口
operationId: CompanyController.暂停/启用
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.SuspendReq'
responses:
Ret=200:
description: 移动成功
/custom/system_contract/detail:
get:
tags:
- custom
description: |-
系统合同详情(用于申请转正、服务更新)
operationId: CompanyApplyController.系统合同详情(用于申请转正、服务更新)
parameters:
- in: query
name: ContractId
description: 合同id
type: integer
format: int64
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/response.ContractApplyDetailResp'
/custom/system_contract/list:
get:
tags:
- custom
description: |-
系统合同搜索列表接口(用于申请转正、服务更新)
operationId: CompanyApplyController.系统合同搜索列表(用于申请转正、服务更新)
parameters:
- in: query
name: Keyword
description: 搜索关键字
type: string
- in: query
name: CreditCode
description: 社会组织信用码
type: string
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/contract.ContractList'
/custom/template:
get:
tags:
- custom
description: |-
下载模板
operationId: CompanyUserController.下载模板
responses:
"200":
description: ""
/custom/update/tryStage:
post:
tags:
- custom
description: |-
修改试用客户标签接口
operationId: CompanyController.修改试用客户标签
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.UpdateTryStageReq'
responses:
Ret=200:
description: 设置成功
/custom/user/add:
post:
tags:
- custom
description: |-
新增客户联系人接口
operationId: CompanyUserController.新增客户联系人
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.AddUserReq'
/custom/user/addChartClassifyPermission:
post:
tags:
- custom
description: |-
新增联系人图表分类权限接口
operationId: CompanyUserController.新增联系人图表分类权限
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.SaveCompanyUserChartClassifyPermissionReq'
responses:
"200":
description: Ret=200 操作成功
/custom/user/delete:
post:
tags:
- custom
description: |-
删除客户联系人接口
operationId: CompanyUserController.删除客户联系人
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.DeleteUserReq'
/custom/user/edit:
post:
tags:
- custom
description: |-
编辑客户联系人接口
operationId: CompanyUserController.编辑客户联系人
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.EditUserReq'
/custom/user/editChartClassifyPermission:
post:
tags:
- custom
description: |-
编辑联系人图表分类权限接口
operationId: CompanyUserController.编辑联系人图表分类权限
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.SaveCompanyUserChartClassifyPermissionReq'
responses:
"200":
description: Ret=200 操作成功
/custom/user/export:
get:
tags:
- custom
description: |-
导出接口
operationId: CompanyController.导出
parameters:
- in: query
name: Status
description: 状态:''试用','永续','冻结','流失','正式'
required: true
type: string
- in: query
name: CompanyType
description: 客户类型:传空字符串或者不传为全部,'ficc','权益'
required: true
type: string
- in: query
name: IndustryId
description: 行业id,0为全部
required: true
type: integer
format: int64
- in: query
name: AdminId
description: 销售id,多个用英文逗号隔开,空字符串为全部
required: true
type: string
- in: query
name: ChartPermissionIds
description: 品种id,多个用英文逗号分开,空字符串为全部
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: KeyWord
description: 搜索关键词
required: true
type: string
- in: query
name: Address
description: 地址 , 多个用英文逗号分开
required: true
type: string
- in: query
name: PackageType
description: 套餐类型,0:无,1:大套餐,2:小套餐
required: true
type: integer
format: int64
responses:
Ret=200:
description: 移动成功
/custom/user/exportByCompanyId:
get:
tags:
- custom
description: |-
客户的联系人导出接口
operationId: CompanyUserController.客户的联系人导出
parameters:
- in: query
name: CompanyId
description: 公司id,必填
required: true
type: integer
format: int64
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyUserListResp'
/custom/user/getChartClassifyPermissionDetail:
get:
tags:
- custom
description: |-
获取联系人图表分类权限详情接口
operationId: CompanyUserController.获取联系人图表分类权限详情
parameters:
- in: query
name: UserId
description: 联系人ID,必填
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.CompanyUserChartClassifyPermissionDetailResp'
/custom/user/list:
get:
tags:
- custom
description: |-
联系人列表接口
operationId: CompanyUserController.联系人列表
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: CompanyId
description: 公司id,必填
required: true
type: integer
format: int64
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.CompanyUserListResp'
/custom/user/move:
post:
tags:
- custom
description: |-
移动联系接口,将联系人从自己名下移动到另一个客户销售名下
operationId: CompanyController.移动联系人
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.UserMoveReq'
responses:
Ret=200:
description: 移动成功
/custom/view/report/list:
get:
tags:
- custom
description: |-
联系人阅读报告记录
operationId: CompanyUserController.联系人阅读报告记录
parameters:
- in: query
name: UserId
description: 用户id
required: true
type: integer
format: int64
- in: query
name: TxtType
description: 类型0全部,1权益,2ficc
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/company.ViewReportListResp'
/cygx/activity/PreserveAndPublish:
post:
tags:
- cygx
description: |-
活动内容的保存与发布接口
operationId: ActivityCoAntroller.活动内容的保存与发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ActivityRep'
responses:
"200":
description: 操作成功
/cygx/activity/PublishAndCancel:
post:
tags:
- cygx
description: |-
活动的发布与取消发布接口
operationId: ActivityCoAntroller.活动的发布与取消发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ActivityIdRep'
responses:
"200":
description: 操作成功
/cygx/activity/chartPermission/list:
get:
tags:
- cygx
description: |-
获取活动行业分类接口
operationId: ActivityCoAntroller.获取活动行业分类
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ChartPermissionRepMoreList'
/cygx/activity/customerTypelist:
get:
tags:
- cygx
description: |-
活动客户列表接口
operationId: ActivityCoAntroller.活动客户列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ActivityCcustomerTypeList'
/cygx/activity/delete:
post:
tags:
- cygx
description: |-
删除活动接口
operationId: ActivityCoAntroller.删除活动
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ActivityIdRep'
responses:
Ret=200:
description: ""
/cygx/activity/detail:
get:
tags:
- cygx
description: |-
获取活动详情接口
operationId: ActivityCoAntroller.活动详情
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.ActivityDetail'
/cygx/activity/list:
get:
tags:
- cygx
description: |-
获取活动列表接口
operationId: ActivityCoAntroller.活动列表
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: PublishStatus
description: 发布状态 ,1未发布,1已发布,传2查询所有
type: integer
format: int64
- in: query
name: ChartPermissionId
description: 行业id
type: string
- in: query
name: ActivityTypeId
description: 活动类型id
type: string
- in: query
name: StartDate
description: 开始时间 ,列如2021-03-06
type: string
- in: query
name: EndDate
description: 结束时间,列如2021-03-06
type: string
- in: query
name: KeyWord
description: 搜索关键词
type: string
- in: query
name: ActiveState
description: 活动进行状态 未开始:NotStarted、进行中HaveInHand、已结束Complete
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetCygxActivityListRep'
/cygx/activityMeet/addRemarks:
post:
tags:
- cygx
description: |-
新增备注
operationId: ActivityMeetCoAntroller.新增备注接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ActivityUserRemarksAddReq'
responses:
"200":
description: 新增成功
/cygx/activityMeet/addStopTime:
post:
tags:
- cygx
description: |-
上传停留时间
operationId: ActivityMeetCoAntroller.上传停留时间
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.CygxActivityMeetingHistoryAddReq'
responses:
"200":
description: 新增成功
/cygx/activityMeet/appointmentList:
get:
tags:
- cygx
description: |-
获取线上到会管理详情接口
operationId: ActivityMeetCoAntroller.线上到会管理详情
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetAppointmentListRep'
/cygx/activityMeet/attendanceDetail:
get:
tags:
- cygx
description: |-
获取线上到会详情接口
operationId: ActivityMeetCoAntroller.线上到会详情
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.AttendanceDetailList'
/cygx/activityMeet/breakAppointment:
get:
tags:
- cygx
description: |-
获取爽约记录接口
operationId: ActivityMeetCoAntroller.爽约记录
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: 搜索关键词
type: string
- in: query
name: SellerName
description: 销售姓名
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetCygxBreakAppointmentListRep'
/cygx/activityMeet/breakAppointmentDetail:
get:
tags:
- cygx
description: |-
获取爽约详情列表接口
operationId: ActivityMeetCoAntroller.爽约详情
parameters:
- in: int
name: UserId
description: 用户ID
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetCygxActivityBreakAppointmentRep'
/cygx/activityMeet/companyCoount:
get:
tags:
- cygx
description: |-
下载客户参会月度统计记录接口
operationId: ActivityMeetCoAntroller.下载客户参会月度统计记录
parameters:
- in: query
name: CompanyId
description: 公司ID
required: true
type: integer
format: int64
- in: query
name: MeetType
description: 参会方式 1线上,2线下 默认为线上
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
/cygx/activityMeet/companyHistory:
get:
tags:
- cygx
description: |-
下载客户参会记录接口
operationId: ActivityMeetCoAntroller.下载客户参会记录
parameters:
- in: query
name: CompanyId
description: 公司ID
required: true
type: integer
format: int64
- in: query
name: MeetType
description: 参会方式 1线上,2线下 默认为线上
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
/cygx/activityMeet/history/list:
get:
tags:
- cygx
description: |-
阅读记录列表接口
operationId: ActivityMeetCoAntroller.阅读记录列表
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxActivityMeetingHistoryListResp'
/cygx/activityMeet/import:
post:
tags:
- cygx
description: |-
上传参会表格数据
operationId: ActivityMeetCoAntroller.上传参会表格
parameters:
- in: query
name: File
description: 文件
required: true
type: file
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: Ret=200 导入成功
/cygx/activityMeet/list:
get:
tags:
- cygx
description: |-
获取到会管理列表接口
operationId: ActivityMeetCoAntroller.到会管理列表
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
type: string
- in: query
name: ActivityTypeId
description: 活动类型id
type: string
- in: query
name: StartDate
description: 开始时间 ,列如2021-03-06
type: string
- in: query
name: EndDate
description: 结束时间,列如2021-03-06
type: string
- in: query
name: KeyWord
description: 搜索关键词
type: string
- in: query
name: MeetType
description: 会议类型 1线上、2线下
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetCygxMeetListRep'
/cygx/activityMeet/matchingByHand:
post:
tags:
- cygx
description: |-
手动匹配线上客户参会记录接口
operationId: ActivityMeetCoAntroller.手动匹配线上客户参会记录
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.RoadshowDataTitleResp'
responses:
"200":
description: 操作成功
/cygx/activityMeet/matchingList:
get:
tags:
- cygx
description: |-
获取线上活动进门财经关联匹配列表接口
operationId: ActivityMeetCoAntroller.线上活动进门财经关联匹配列表
parameters:
- in: query
name: KeyWord
description: 搜索关键词
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.RoadshowDataTitleList'
/cygx/activityMeet/meetingDo:
post:
tags:
- cygx
description: |-
提交线下到会情况接口
operationId: ActivityMeetCoAntroller.提交线下到会情况
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.MeetingDoRep'
responses:
"200":
description: 操作成功
/cygx/activityMeet/meetingExport:
get:
tags:
- cygx
description: |-
客户参会记录下载
operationId: ActivityMeetCoAntroller.客户参会记录下载
responses:
"200":
description: 导出成功
/cygx/activityMeet/offlineListDetail:
get:
tags:
- cygx
description: |-
获取线下报名详情列表接口
operationId: ActivityMeetCoAntroller.线下报名详情列表
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxActivitySignupListRep'
/cygx/activityMeet/offlineMeetingList:
get:
tags:
- cygx
description: |-
获取线下报名到会详情列表接口
operationId: ActivityMeetCoAntroller.线下报名到会详情列表
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxActivitySignupListRep'
/cygx/activityMeet/remark/list:
get:
tags:
- cygx
description: |-
备注列表接口
operationId: ActivityMeetCoAntroller.备注列表
parameters:
- in: query
name: Mobile
description: 手机号
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxActivityUserRemarksListResp'
/cygx/activityMeet/sellerNameList:
get:
tags:
- cygx
description: |-
获取销售姓名列表接口
operationId: ActivityMeetCoAntroller.销售姓名列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetCygxSellerNameListRep'
/cygx/activityMeet/signUpRestrictUid:
post:
tags:
- cygx
description: |-
报名限制操作接口
operationId: ActivityMeetCoAntroller.报名限制操作
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.SignUpRestrictUid'
responses:
"200":
description: 操作成功
/cygx/activitySignup/addSignuUser:
post:
tags:
- cygx
description: |-
新增报名人员接口
operationId: ActivitySignupCoAntroller.新增报名人员
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.AddMeetingReminderReq'
responses:
"200":
description: 操作成功
/cygx/activitySignup/addSignuUserOptType:
post:
tags:
- cygx
description: |-
新增报名人员(可择报名方式)接口
operationId: ActivitySignupCoAntroller.新增报名人员(可择报名方式)
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.AddOutboundPersonnelJsonItm'
responses:
"200":
description: 操作成功
/cygx/activitySignup/addUser:
post:
tags:
- cygx
description: |-
新增外呼人员接口
operationId: ActivitySignupCoAntroller.新增外呼人员
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.AddMeetingReminderReq'
responses:
"200":
description: 操作成功
/cygx/activitySignup/appointment/addSummaryUser:
post:
tags:
- cygx
description: |-
新增预约纪要人员接口
operationId: ActivitySignupCoAntroller.新增预约纪要人员
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.AddOutboundPersonnelItm'
responses:
"200":
description: 操作成功
/cygx/activitySignup/appointment/cancel:
post:
tags:
- cygx
description: |-
取消纪要纪要预约接口
operationId: ActivitySignupCoAntroller.取消纪要纪要预约
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.CygxSignupId'
responses:
Ret=200:
description: ""
/cygx/activitySignup/appointment/summaryList:
get:
tags:
- cygx
description: |-
预约纪要详情列表接口
operationId: ActivitySignupCoAntroller.预约纪要详情
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetAppointmentListRep'
/cygx/activitySignup/appointmentList:
get:
tags:
- cygx
description: |-
获取几种类型报名详情列表接口
operationId: ActivitySignupCoAntroller.几种类型报名详情列表
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetAppointmentListRep'
/cygx/activitySignup/askList:
get:
tags:
- cygx
description: |-
获取带问列表详情接口
operationId: ActivitySignupCoAntroller.带问列表详情
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ActivityHelpAskListResp'
/cygx/activitySignup/askListExport:
get:
tags:
- cygx
description: |-
带问详情excel表格下载接口
operationId: ActivitySignupCoAntroller.带问详情excel表格下载
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: 导出成功
/cygx/activitySignup/callExport:
get:
tags:
- cygx
description: |-
获取预约外呼详情、公司调研电话会excel表格下载接口
operationId: ActivitySignupCoAntroller.预约外呼详情、公司调研电话会excel表格下载
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: 导出成功
/cygx/activitySignup/callFailSignupList:
get:
tags:
- cygx
description: |-
获取公司调研电话会报名失败详情列表接口
operationId: ActivitySignupCoAntroller.公司调研电话会报名失败详情列表
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetFailSignupListRep'
/cygx/activitySignup/callSignupEdit:
post:
tags:
- cygx
description: |-
修改公司调研电话会限制报名、预约外呼、自主拨入接口
operationId: ActivitySignupCoAntroller.修改公司调研电话会限制报名、预约外呼、自主拨入
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.SignupIdCall'
responses:
"200":
description: 操作成功
/cygx/activitySignup/cancel:
post:
tags:
- cygx
description: |-
活动取消报名接口
operationId: ActivitySignupCoAntroller.活动取消报名
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.CygxSignupId'
responses:
Ret=200:
description: ""
/cygx/activitySignup/list:
get:
tags:
- cygx
description: |-
获取报名管理列表接口
operationId: ActivitySignupCoAntroller.报名管理列表
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
type: string
- in: query
name: ActivityTypeId
description: '活动类型id 多个用 , 隔开列如: 1,2'
type: string
- in: query
name: StartDate
description: 开始时间 ,列如2021-03-06
type: string
- in: query
name: EndDate
description: 结束时间,列如2021-03-06
type: string
- in: query
name: KeyWord
description: 搜索关键词
type: string
- in: query
name: SearchType
description: 筛选类型 1专家/分析师电话会、2专家/分析师线下沙龙 、3公司调研/、4C类电话会
required: true
type: integer
format: int64
- in: query
name: ActiveState
description: 发布状态 ,1未开始、2进行中、3已结束 ,默认1未开始
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetCygxSignupListRep'
/cygx/activitySignup/outboundMobileEdit:
post:
tags:
- cygx
description: |-
修改外呼号码接口
operationId: ActivitySignupCoAntroller.修改外呼号码
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.OutboundMobileEditResp'
responses:
"200":
description: 操作成功
/cygx/activitySignup/reminder/cancel:
post:
tags:
- cygx
description: |-
取消会议提醒接口
operationId: ActivitySignupCoAntroller.取消会议提醒
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.CygxSignupId'
responses:
Ret=200:
description: ""
/cygx/activitySignup/reminder/list:
get:
tags:
- cygx
description: |-
会议提醒人数详情列表接口
operationId: ActivitySignupCoAntroller.会议提醒人数详情
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetAppointmentListRep'
/cygx/activitySignup/salonFailSignupList:
get:
tags:
- cygx
description: |-
获取沙龙报名失败详情列表接口
operationId: ActivitySignupCoAntroller.报名失败详情列表
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetFailSignupListRep'
/cygx/activitySignup/salonSignupEdit:
post:
tags:
- cygx
description: |-
修改沙龙限制报名、加入报名接口
operationId: ActivitySignupCoAntroller.沙龙限制报名、加入报名
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.SignupId'
responses:
"200":
description: 操作成功
/cygx/activitySignup/signupDetail:
get:
tags:
- cygx
description: |-
获取单条报名详情接口
operationId: ActivitySignupCoAntroller.单条报名详情
parameters:
- in: query
name: Id
description: 报名ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.CygxActivitySignup'
/cygx/activitySignup/signupFailExport:
get:
tags:
- cygx
description: |-
获取公司线下调研、报名excel表格下载接口
operationId: ActivitySignupCoAntroller.公司线下调研、报名excel表格下载
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: 导出成功
/cygx/activitySignup/userList:
get:
tags:
- cygx
description: |-
获取外呼人员列表接口
operationId: ActivitySignupCoAntroller.外呼人员列表
parameters:
- in: query
name: KeyWord
description: 搜索关键词
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetOutboundPersonnelListRep'
/cygx/activityType/detail:
get:
tags:
- cygx
description: |-
活动类型详情接口
operationId: ActivityTypeCoAntroller.活动类型详情
parameters:
- in: query
name: ActivityTypeId
description: 活动类型ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ActivityType'
/cygx/activityType/list:
get:
tags:
- cygx
description: |-
活动类型列表接口
operationId: ActivityTypeCoAntroller.活动类型列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ActivityTypeListResp'
/cygx/activityType/listSearch:
get:
tags:
- cygx
description: |-
获取活动类型列表小分类筛选接口
operationId: ActivityTypeCoAntroller.活动类型列表小分类筛选
parameters:
- in: query
name: SearchType
description: 筛选类型 1专家/分析师嗲话会、2专家/分析师线下沙龙 、3公司调研/ 4、C类电话会
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ActivityTypeListResp'
/cygx/activityType/meetType:
get:
tags:
- cygx
description: |-
线上、线下会议类型
operationId: ActivityTypeCoAntroller.线上、线下会议类型
parameters:
- in: query
name: MeetType
description: 会议类型 1线上、2线下
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ActivityTypeListResp'
/cygx/advice/list:
get:
tags:
- cygx
description: |-
优化建议列表接口
operationId: AdviceController.优化建议列表
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/cygx.AdviceListResp'
/cygx/apply/record/deal:
post:
tags:
- cygx
description: |-
处理接口
operationId: ApplyRecordController.处理
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.CygxDealReq'
responses:
"200":
description: 删除成功
/cygx/apply/record/list:
get:
tags:
- cygx
description: |-
权益申请记录接口
operationId: ApplyRecordController.权益申请记录列表
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: CustomType
description: 用户类型1:潜在用户,2:现有客户
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxApplyRecordListResp'
/cygx/chartPermission/first:
get:
tags:
- cygx
description: |-
获取一级分类接口
operationId: IndustrialManagementController.获取一级分类
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ChartPermissionResp'
/cygx/chartPermission/firstHaveIco:
get:
tags:
- cygx
description: |-
获取带有图标的一级分类接口
operationId: IndustrialManagementController.获取带有图标的一级分类
parameters:
- in: query
name: Havestrategy
description: 是否有策略,1有,0无 默认无
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ChartPermissionResp'
/cygx/chartPermission/listIndustrial:
get:
tags:
- cygx
description: |-
获取一级分类所关联的产业列表接口
operationId: IndustrialManagementController.一级分类所关联的产业列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ChartPermissionResp'
/cygx/chartPermission/noTacticsfirst:
get:
tags:
- cygx
description: |-
获取一级分类接口
operationId: IndustrialManagementController.获取一级分类无策略
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ChartPermissionResp'
/cygx/chartPermission/noTacticsfirstOther:
get:
tags:
- cygx
description: |-
获取一级分类(包含其它)接口
operationId: IndustrialManagementController.获取一级分类(包含其它)
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ChartPermissionResp'
/cygx/company/exportList:
get:
tags:
- cygx
description: |-
客户导出文件种类接口
operationId: ReportArticleController.客户导出文件种类
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.NameAndUrlList'
/cygx/hostKeyword/canDownload:
get:
tags:
- cygx
description: |-
获取是否可以下载接口
operationId: SearchKeywordController.是否可以下载
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.CanDownload'
/cygx/hostKeyword/download:
get:
tags:
- cygx
description: |-
获取7天热词下载明细列表接口
operationId: SearchKeywordController.7天热词下载明细
responses:
Ret=200:
description: ""
/cygx/hostKeyword/list:
get:
tags:
- cygx
description: |-
获取7天热词列表接口
operationId: SearchKeywordController.7天热词
parameters:
- 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/cygx.CygxReportMappingListRep'
/cygx/industrialAnalyst/add:
post:
tags:
- cygx
description: |-
添加分析师接口
operationId: IndustrialAnalystController.添加分析师
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.IndustrialAnalystAdd'
responses:
Ret=200:
description: 添加分析师成功
/cygx/industrialAnalyst/delete:
post:
tags:
- cygx
description: |-
删除分析师接口
operationId: IndustrialAnalystController.删除分析师
parameters:
- in: query
name: IndustrialAnalystId
description: 分析师ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
/cygx/industrialAnalyst/edit:
post:
tags:
- cygx
description: |-
修改接口
operationId: IndustrialAnalystController.修改
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.CygxIndustrialAnalyst'
responses:
Ret=200:
description: 修改成功
/cygx/industrialAnalyst/list:
get:
tags:
- cygx
description: |-
获取分析师列表接口
operationId: IndustrialAnalystController.获取分析师列表
parameters:
- in: query
name: IndustrialManagementId
description: 分类ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.GetIndustrialAnalystList'
/cygx/industrialManagement/add:
post:
tags:
- cygx
description: |-
添加产业接口
operationId: IndustrialManagementController.添加产业
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.IndustrialManagementAdd'
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.NewId'
/cygx/industrialManagement/delete:
post:
tags:
- cygx
description: |-
删除产业接口
operationId: IndustrialManagementController.删除产业
parameters:
- in: query
name: IndustrialManagementId
description: 产业ID
required: true
type: integer
format: int64
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.BannerDeleteReq'
responses:
Ret=200:
description: ""
/cygx/industrialManagement/detail:
get:
tags:
- cygx
description: |-
获取产业报告数量详情接口
operationId: IndustrialManagementController.获取产业报告数量详情
parameters:
- in: query
name: IndustrialManagementId
description: 产业ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.IndustrialManagementDetial'
/cygx/industrialManagement/edit:
post:
tags:
- cygx
description: |-
修改产业接口
operationId: IndustrialManagementController.修改产业
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.CygxIndustrialManagementEdit'
responses:
Ret=200:
description: 修改产业成功
/cygx/industrialManagement/export:
get:
tags:
- cygx
description: |-
产业导出接口
operationId: IndustrialManagementController.产业导出
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ChartPermissionResp'
/cygx/industrialManagement/industrialManagementDetail:
get:
tags:
- cygx
description: |-
获取产业详情接口
operationId: IndustrialManagementController.获取产业详情
parameters:
- in: query
name: IndustrialManagementId
description: 产业ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.CygxIndustrialManagementDetailRep'
/cygx/industrialManagement/list:
get:
tags:
- cygx
description: |-
获取产业列表接口
operationId: IndustrialManagementController.获取产业列表
parameters:
- in: query
name: ChartPermissionId
description: 分类ID
required: true
type: integer
format: int64
- in: query
name: OrderColumn
description: 排序字段 ,AddTime添加时间 ,Recommended推荐指数 ,ReportTime 报告更新时间
type: integer
format: int64
- in: query
name: KeyWord
description: 搜索关键词
type: string
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.GetIndustrialManagementList'
/cygx/industrialManagement/listByName:
get:
tags:
- cygx
description: |-
获取关联产业列表接口
operationId: IndustrialManagementController.获取关联产业列表
parameters:
- in: query
name: KeyWord
description: 搜索关键词
type: string
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.GetCygxIndustrialManagementList'
/cygx/industrialManagement/search:
get:
tags:
- cygx
description: |-
产业、标的模糊查询接口
operationId: IndustrialManagementController.产业、标的模糊查询
parameters:
- in: query
name: KeyWord
description: 搜索关键词
type: string
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.GetIndustrialManagementList'
/cygx/industrialSubject/add:
post:
tags:
- cygx
description: |-
添加标的接口
operationId: IndustrialSubjectController.添加标的
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.IndustrialSubjectAdd'
responses:
Ret=200:
description: 添加标的成功 {object} cygx.NewId
/cygx/industrialSubject/delete:
post:
tags:
- cygx
description: |-
删除标的接口
operationId: IndustrialSubjectController.删除标的
parameters:
- in: query
name: IndustrialSubjectId
description: 标的ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.NewId'
/cygx/industrialSubject/edit:
post:
tags:
- cygx
description: |-
修改接口
operationId: IndustrialSubjectController.修改
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.CygxIndustrialSubject'
responses:
Ret=200:
description: 修改成功
/cygx/industrialSubject/list:
get:
tags:
- cygx
description: |-
获取标的列表接口
operationId: IndustrialSubjectController.获取标的列表
parameters:
- in: query
name: IndustrialManagementId
description: 分类ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.GetIndustrialSubjectList'
/cygx/industrialSubject/listByName:
get:
tags:
- cygx
description: |-
获取关联标的列表接口
operationId: IndustrialSubjectController.获取关联标的列表
parameters:
- in: query
name: KeyWord
description: 搜索关键词
type: string
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.ArtGroupIndustrialSubjectRepList'
/cygx/industrialSubject/listIds:
get:
tags:
- cygx
description: |-
通过多个产业获取标的列表接口
operationId: IndustrialSubjectController.通过多个产业获取标的列表
parameters:
- in: query
name: IndustrialManagementIdStr
description: 分类ID,多个使用 ,隔开列如 1,3,5
required: true
type: string
- in: int
name: ArticleId
description: 文章ID
type: string
- in: query
name: KeyWord
description: 搜索关键词
type: string
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.GetIndustrialSubjectList'
/cygx/industrialSubject/search:
get:
tags:
- cygx
description: |-
通过行业获取关联标的列表接口
operationId: IndustrialSubjectController.通过行业获取关联标的列表
parameters:
- in: query
name: KeyWord
description: 搜索关键词
type: string
- in: query
name: ChartPermissionId
description: 分类ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.CygxIndustrialSubjectList'
/cygx/industrialSubject/searchInfo:
get:
tags:
- cygx
description: |-
获取标的关联产业详情接口
operationId: IndustrialSubjectController.获取标的关联产业详情
parameters:
- in: query
name: KeyWord
description: 搜索关键词
type: string
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.IndustrialNameListRep'
/cygx/industry/map/add:
post:
tags:
- cygx
description: |-
新增图谱接口
operationId: IndustryMapController.新增图谱
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.IndustryMapAddReq'
responses:
Ret=200:
description: 新增图谱成功
/cygx/industry/map/delete:
post:
tags:
- cygx
description: |-
删除图谱接口
operationId: IndustryMapController.删除图谱
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.IndustryMapDeleteReq'
responses:
Ret=200:
description: 删除成功
/cygx/industry/map/edit:
post:
tags:
- cygx
description: |-
编辑图谱接口
operationId: IndustryMapController.编辑图谱
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.IndustryMapEditReq'
responses:
Ret=200:
description: 新增图谱成功
/cygx/industry/map/list:
get:
tags:
- cygx
description: |-
行业图谱接口
operationId: IndustryMapController.行业图谱
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxIndustryMapResp'
/cygx/interview/list:
get:
tags:
- cygx
description: |-
访谈申请列表接口
operationId: InterviewApplyController.访谈申请列表
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/cygx.InterviewApplyListResp'
/cygx/interview/status/modify:
post:
tags:
- cygx
description: |-
访谈申请状态变更接口(包含取消和状态更新)
operationId: InterviewApplyController.访谈申请状态变更接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.InterviewApplyStatusReq'
responses:
Ret=200:
description: 访谈申请取消成功
/cygx/minutesSummary/PreserveAndPublish:
post:
tags:
- cygx
description: |-
上周纪要汇总内容的保存与发布接口
operationId: MinutesSummaryController.上周纪要汇总内容的保存与发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.AddCygxMinutesSummary'
responses:
"200":
description: 操作成功
/cygx/minutesSummary/PublishAndCancel:
post:
tags:
- cygx
description: |-
上周纪要汇总的发布与取消发布接口
operationId: MinutesSummaryController.上周纪要汇总的发布与取消发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ResearchSummaryId'
responses:
"200":
description: 操作成功
/cygx/minutesSummary/delete:
post:
tags:
- cygx
description: |-
删除上周纪要汇总内容接口
operationId: MinutesSummaryController.删除上周纪要汇总内容
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.MinutesSummaryId'
responses:
Ret=200:
description: ""
/cygx/minutesSummary/detail:
get:
tags:
- cygx
description: |-
上周纪要汇总内容详情接口
operationId: MinutesSummaryController.上周纪要汇总内容详情
parameters:
- in: query
name: ArticleId
description: 报告Id
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.DetailCygxMinutesSummaryRep'
/cygx/minutesSummary/list:
get:
tags:
- cygx
description: |-
获取上周纪要汇总列表接口
operationId: MinutesSummaryController.上周纪要汇总列表
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: PublishStatus
description: 发布状态 ,1未发布,1已发布,传2查询所有
type: integer
format: int64
- in: query
name: StartDate
description: 开始时间 ,列如2021-03-06
type: string
- in: query
name: EndDate
description: 结束时间,列如2021-03-06
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxMinutesSummaryListRep'
/cygx/reportArticle/PreserveAndPublish:
post:
tags:
- cygx
description: |-
研选报告内容的保存与发布接口
operationId: ReportArticleController.研选报告内容的保存与发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ReportAddRep'
responses:
"200":
description: 操作成功
/cygx/reportArticle/classification:
post:
tags:
- cygx
description: |-
报告归类接口
operationId: IndustrialSubjectController.报告归类
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ReportArticleClassificationResp'
responses:
Ret=200:
description: ""
/cygx/reportArticle/companyCount:
get:
tags:
- cygx
description: |-
客户阅读量月度统计
operationId: IndustrialSubjectController.客户阅读量月度统计
parameters:
- in: query
name: CompanyId
description: 公司ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
/cygx/reportArticle/companyHistory:
get:
tags:
- cygx
description: |-
下载客户阅读记录接口
operationId: IndustrialSubjectController.下载客户阅读记录
parameters:
- in: query
name: CompanyId
description: 公司ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
/cygx/reportArticle/companyOtherHistory:
get:
tags:
- cygx
description: |-
下载客户其他行为数据接口
operationId: IndustrialSubjectController.客户其他行为数据
parameters:
- in: query
name: CompanyId
description: 公司ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
/cygx/reportArticle/departmentList:
get:
tags:
- cygx
description: |-
获取作者列表接口
operationId: ReportArticleController.获取作者列表
parameters:
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.CygxArticleDepartmentList'
/cygx/reportArticle/detail:
get:
tags:
- cygx
description: |-
获取报告详情接口
operationId: ReportArticleController.报告详情
parameters:
- in: query
name: ReportId
description: 报告ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.CygxArticleReport'
/cygx/reportArticle/export:
get:
tags:
- cygx
description: |-
获取下载阅读明细接口
operationId: IndustrialSubjectController.下载阅读明细
parameters:
- in: query
name: ReportId
description: 报告ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
/cygx/reportArticle/filter:
post:
tags:
- cygx
description: |-
过滤报告接口
operationId: IndustrialSubjectController.过滤报告
parameters:
- in: query
name: ReportId
description: 报告ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
/cygx/reportArticle/getMatchTypeName:
get:
tags:
- cygx
description: |-
通过报告ID获取对应的匹配类型接口
operationId: IndustrialSubjectController.通过报告ID获取对应的匹配类型
parameters:
- in: query
name: ReportId
description: 报告ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ReportMatchTypeNameList'
/cygx/reportArticle/list:
get:
tags:
- cygx
description: |-
报告列表接口
operationId: ReportArticleController.报告列表
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: IsFilter
description: 是否过滤 ,1是,0否,不传默认为0
required: true
type: integer
format: int64
- in: query
name: IsClass
description: 是否归类 ,1是,0否 ,不传默认为0
required: true
type: integer
format: int64
- in: query
name: ChartPermissionId
description: 行业ID --> 一级分类列表中 ChartPermissionId
required: true
type: integer
format: int64
- in: query
name: SubCategoryName
description: 主题
required: true
type: string
- in: query
name: MatchTypeName
description: 报告匹配类型
required: true
type: string
- in: int
name: IndustrialManagementId
description: 产业ID
required: true
type: string
- in: query
name: StartDate
description: 开始时间用0 补齐,列如2021-03-06 08:09:01
required: true
type: string
- in: query
name: EndDate
description: 结束时间用0 补齐,列如2021-03-06 08:09:01
required: true
type: string
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
- in: query
name: KeyWordStock
description: 搜索关键词.个股标签,关联标的部分
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetReportArticleListRep'
/cygx/reportArticle/showButton:
get:
tags:
- cygx
description: |-
获取是否展示操作按钮接口
operationId: IndustrialSubjectController.是否展示操作按钮
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.ShowButton'
/cygx/reportArticle/updateMatchTypeName:
post:
tags:
- cygx
description: |-
修改报告的匹配类型接口
operationId: IndustrialSubjectController.修改报告的匹配类型
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.UpdateReportMatchTypeNameRep'
responses:
Ret=200:
description: ""
/cygx/reportMappingMatchTypeRep/list:
get:
tags:
- cygx
description: |-
获取报告匹配类型列表接口
operationId: ReportArticleController.报告匹配类型列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxReportMappingMatchTypeRep'
/cygx/reportMappingist/list:
get:
tags:
- cygx
description: |-
获取主题列表接口
operationId: ReportArticleController.主题列表
parameters:
- in: query
name: ChartPermissionId
description: 分类ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxReportMappingListRep'
/cygx/reportSelection/PreserveAndPublish:
post:
tags:
- cygx
description: |-
报告精选内容的保存与发布接口
operationId: ReportSelectionController.报告精选内容的保存与发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.AddCygxReportSelection'
responses:
"200":
description: 操作成功
/cygx/reportSelection/PublishAndCancel:
post:
tags:
- cygx
description: |-
报告精选的发布与取消发布接口
operationId: ReportSelectionController.报告精选的发布与取消发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ResearchSummaryId'
responses:
"200":
description: 操作成功
/cygx/reportSelection/articleHistoryExport:
get:
tags:
- cygx
description: |-
获取阅读明细下载接口
operationId: ReportSelectionController.阅读明细下载
parameters:
- in: query
name: ArticleId
description: 文章ID
required: true
type: integer
format: int64
- in: query
name: Source
description: 来源 1:报告精选、2:路演精华、3:本周研究汇总、4:上周纪要汇总
required: true
type: integer
format: int64
responses:
"200":
description: 导出成功
/cygx/reportSelection/delete:
post:
tags:
- cygx
description: |-
删除报告精选内容接口
operationId: ReportSelectionController.删除报告精选内容
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ResearchSummaryId'
responses:
Ret=200:
description: ""
/cygx/reportSelection/detail:
get:
tags:
- cygx
description: |-
报告精选内容详情接口
operationId: ReportSelectionController.报告精选内容详情
parameters:
- in: query
name: ArticleId
description: 报告Id
required: true
type: integer
format: int64
- in: query
name: Periods
description: 期数Id
required: true
type: string
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.DetailCygxReportSelectionRep'
/cygx/reportSelection/detailTemplate:
get:
tags:
- cygx
description: |-
报告精选初始模板接口
operationId: ReportSelectionController.报告精选初始模板
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.CygxRSlChartPermissionIcoTmpList'
/cygx/reportSelection/list:
get:
tags:
- cygx
description: |-
获取报告精选列表接口
operationId: ReportSelectionController.报告精选列表
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: PublishStatus
description: 发布状态 ,1未发布,1已发布,传2查询所有
type: integer
format: int64
- in: query
name: StartDate
description: 开始时间 ,列如2021-03-06
type: string
- in: query
name: EndDate
description: 结束时间,列如2021-03-06
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxReportSelectionListRep'
/cygx/reportSelection/listPeriods:
get:
tags:
- cygx
description: |-
获取期数列表接口
operationId: ReportSelectionController.期数列表
parameters:
- 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/cygx.CygxReportSelectionPeriodsListRep'
/cygx/researchSummary/PreserveAndPublish:
post:
tags:
- cygx
description: |-
本周研究汇总内容的保存与发布接口
operationId: ResearchSummaryController.本周研究汇总内容的保存与发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.AddCygxResearchSummary'
responses:
"200":
description: 操作成功
/cygx/researchSummary/PublishAndCancel:
post:
tags:
- cygx
description: |-
本周研究汇总的发布与取消发布接口
operationId: ResearchSummaryController.本周研究汇总的发布与取消发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ResearchSummaryId'
responses:
"200":
description: 操作成功
/cygx/researchSummary/delete:
post:
tags:
- cygx
description: |-
删除本周研究汇总内容接口
operationId: ResearchSummaryController.删除本周研究汇总内容
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ResearchSummaryId'
responses:
Ret=200:
description: ""
/cygx/researchSummary/detail:
get:
tags:
- cygx
description: |-
本周研究汇总内容详情接口
operationId: ResearchSummaryController.本周研究汇总内容详情
parameters:
- in: query
name: ArticleId
description: 报告Id
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.DetailCygxResearchSummaryRep'
/cygx/researchSummary/detailTemplate:
get:
tags:
- cygx
description: |-
本周研究汇总初始模板接口
operationId: ResearchSummaryController.本周研究汇总初始模板
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.DetailCygxResearchSummaryRep'
/cygx/researchSummary/list:
get:
tags:
- cygx
description: |-
获取本周研究汇总列表接口
operationId: ResearchSummaryController.本周研究汇总列表
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: PublishStatus
description: 发布状态 ,1未发布,1已发布,传2查询所有
type: integer
format: int64
- in: query
name: StartDate
description: 开始时间 ,列如2021-03-06
type: string
- in: query
name: EndDate
description: 结束时间,列如2021-03-06
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxResearchSummaryListRep'
/cygx/roadshowEssence/PreserveAndPublish:
post:
tags:
- cygx
description: |-
研究汇总内容的保存与发布接口
operationId: RoadshowEssenceController.路演精华内容的保存与发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.AddArticleRoadshowEssenceRep'
responses:
"200":
description: 操作成功
/cygx/roadshowEssence/PublishAndCancel:
post:
tags:
- cygx
description: |-
路演精华的发布与取消发布接口
operationId: RoadshowEssenceController.路演精华的发布与取消发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ResearchSummaryId'
responses:
"200":
description: 操作成功
/cygx/roadshowEssence/delete:
post:
tags:
- cygx
description: |-
删除路演精华内容接口
operationId: RoadshowEssenceController.删除路演精华内容
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ResearchSummaryId'
responses:
Ret=200:
description: ""
/cygx/roadshowEssence/detail:
get:
tags:
- cygx
description: |-
路演精华内容详情接口
operationId: RoadshowEssenceController.路演精华内容详情
parameters:
- in: query
name: ArticleId
description: 报告Id
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.ArticleRoadshowEssenceDetail'
/cygx/roadshowEssence/list:
get:
tags:
- cygx
description: |-
获取路演精华列表接口
operationId: RoadshowEssenceController.路演精华列表
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: PublishStatus
description: 发布状态 ,1未发布,1已发布,传2查询所有
type: integer
format: int64
- in: query
name: StartDate
description: 开始时间 ,列如2021-03-06
type: string
- in: query
name: EndDate
description: 结束时间,列如2021-03-06
type: string
- in: query
name: KeyWord
description: 搜索关键词
type: string
- in: query
name: ChartPermissionId
description: 行业id
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxResearchSummaryListRep'
/cygx/special/PreserveAndPublish:
post:
tags:
- cygx
description: |-
专项调研内容的保存与发布接口
operationId: ActivitySpecialCoAntroller.专项调研内容的保存与发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ActivitySpecialRep'
responses:
"200":
description: 操作成功
/cygx/special/PublishAndCancel:
post:
tags:
- cygx
description: |-
活动的发布与取消发布接口
operationId: ActivitySpecialCoAntroller.活动的发布与取消发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ActivityIdRep'
responses:
"200":
description: 操作成功
/cygx/special/delete:
post:
tags:
- cygx
description: |-
删除活动接口
operationId: ActivitySpecialCoAntroller.删除活动
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.ActivityIdRep'
responses:
Ret=200:
description: ""
/cygx/special/detail:
get:
tags:
- cygx
description: |-
获取活动详情接口
operationId: ActivitySpecialCoAntroller.活动详情
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.ActivitySpecialDetail'
/cygx/special/export:
get:
tags:
- cygx
description: |-
动感兴趣人员列表表格下载接口
operationId: ActivitySignupCoAntroller.动感兴趣人员列表表格下载
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: 导出成功
/cygx/special/interested/list:
get:
tags:
- cygx
description: |-
获取活动感兴趣人员列表情接口
operationId: ActivitySpecialCoAntroller.获取活动感兴趣人员列表
parameters:
- in: query
name: ActivityId
description: 活动ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.CygxActivitySpecialSignupListResp'
/cygx/special/list:
get:
tags:
- cygx
description: |-
获取活动列表接口
operationId: ActivitySpecialCoAntroller.活动列表
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: PublishStatus
description: 发布状态 ,1未发布,1已发布,传2查询所有
type: integer
format: int64
- in: query
name: ChartPermissionId
description: 行业id
type: string
- in: query
name: KeyWord
description: 搜索关键词
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetCygxActivityListSpecialRep'
/cygx/special/signup/list:
get:
tags:
- cygx
description: |-
专项调研客户感兴趣总览接口
operationId: ActivitySpecialCoAntroller.专项调研客户感兴趣总览
parameters:
- 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/cygx.CygxActivitySpecialSignupRespList'
/cygx/summaryManage/PreserveAndPublish:
post:
tags:
- cygx
description: |-
文章内容的保存与发布接口
operationId: SummaryManage.文章内容的保存与发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.SummaryManageAddRep'
responses:
"200":
description: 操作成功
/cygx/summaryManage/PublishAndCancel:
post:
tags:
- cygx
description: |-
文章的发布与取消发布接口
operationId: SummaryManage.文章的发布与取消发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.SummaryManageIdRep'
responses:
"200":
description: 操作成功
/cygx/summaryManage/articleCollection:
get:
tags:
- cygx
description: |-
获取文章收藏详情列表接口
operationId: SummaryManage.文章收藏详情
parameters:
- in: query
name: ArticleId
description: 文章ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetFailSignupListRep'
/cygx/summaryManage/articleHistoryExport:
get:
tags:
- cygx
description: |-
获取阅读明细下载接口
operationId: SummaryManage.阅读明细下载
parameters:
- in: query
name: ArticleId
description: 文章ID
required: true
type: integer
format: int64
responses:
"200":
description: 导出成功
/cygx/summaryManage/articleType/add:
post:
tags:
- cygx
description: |-
新增文章类型接口
operationId: SummaryManage.新增文章类型
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.CygxArticleReq'
responses:
Ret=200:
description: ""
/cygx/summaryManage/articleType/list:
get:
tags:
- cygx
description: |-
文章类型列表接口
operationId: ActivityTypeCoAntroller.文章类型列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ArticleTypeListResp'
/cygx/summaryManage/askList:
get:
tags:
- cygx
description: |-
获取提问列表详情接口
operationId: SummaryManage.提问列表详情
parameters:
- in: query
name: ArticleId
description: 文章ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.ActivityHelpAskListResp'
/cygx/summaryManage/askListExport:
get:
tags:
- cygx
description: |-
提问详情excel表格下载接口
operationId: SummaryManage.提问详情excel表格下载
parameters:
- in: query
name: SummaryManageId
description: 纪要ID
required: true
type: integer
format: int64
responses:
"200":
description: 导出成功
/cygx/summaryManage/delete:
post:
tags:
- cygx
description: |-
删除纪要接口
operationId: SummaryManage.删除纪要
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.SummaryManageIdRep'
responses:
Ret=200:
description: ""
/cygx/summaryManage/department/followList:
get:
tags:
- cygx
description: |-
获取作者关注详情列表接口
operationId: SummaryManage.作者关注详情
parameters:
- in: query
name: DepartmentId
description: 作者ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetFailSignupListRep'
/cygx/summaryManage/detail:
get:
tags:
- cygx
description: |-
获取文章详情接口
operationId: SummaryManage.文章详情
parameters:
- in: query
name: ArticleId
description: 文章ID
required: true
type: integer
format: int64
responses:
Ret=200:
description: ""
schema:
$ref: '#/definitions/cygx.SummaryManageEditDetail'
/cygx/summaryManage/editFastSearchKeWord:
post:
tags:
- cygx
description: |-
新增和修改敏捷搜索关键词的列表接口
operationId: SummaryManage.新增和修改敏捷搜索关键词的列表
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.SummaryFastsearchKeywordsResp'
responses:
Ret=200:
description: ""
/cygx/summaryManage/fastSearchKeWord:
get:
tags:
- cygx
description: |-
获取敏捷搜索关键词的列表接口
operationId: SummaryManage.敏捷搜索关键词的列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.SummaryFastsearchKeywordsListResp'
/cygx/summaryManage/list:
get:
tags:
- cygx
description: |-
获取纪要列表接口
operationId: SummaryManage.纪要列表
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: PublishStatus
description: 发布状态 ,0未发布,1已发布,传2查询所有
required: true
type: integer
format: int64
- in: query
name: CategoryName
description: 行业名称
required: true
type: string
- in: query
name: StartDate
description: 开始时间 ,列如2021-03-06
required: true
type: string
- in: query
name: EndDate
description: 结束时间,列如2021-03-06
required: true
type: string
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
- in: query
name: Label
description: 搜索报告标签
required: true
type: string
- in: query
name: NickName
description: 作者昵称
required: true
type: string
- in: query
name: Departmentİd
description: 作者İd
type: integer
format: int64
- in: query
name: ArticleTypeId
description: '`文章类型ID'
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.GetSummaryManageListRep'
/cygx/summaryManage/sustainableDetail:
get:
tags:
- cygx
description: |-
获取永续客户是否展示详情接口
operationId: SummaryManage.永续客户是否展示
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.SummaryFastsearchKeywordsListResp'
/cygx/summaryManage/sustainableEdit:
post:
tags:
- cygx
description: |-
修改永续客户是否展示接口
operationId: SummaryManage.修改永续客户是否展示
responses:
Ret=200:
description: ""
/cygx/user/addRemarks:
post:
tags:
- cygx
description: |-
新增备注
operationId: UserController.新增备注接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.UserRemarAddReq'
responses:
"200":
description: 新增成功
/cygx/user/company/export/interaction:
get:
tags:
- cygx
description: |-
机构相关互动下载接口
operationId: UserController.机构相关互动下载
parameters:
- in: query
name: CompanyId
description: 公司id
required: true
type: integer
format: int64
- in: query
name: Source
description: '来源 报告阅读列表: 1, 活动互动记录: 2'
required: true
type: integer
format: int64
- in: query
name: IsMeeting
description: 是否到会 1到会、2未到会
required: true
type: string
- in: query
name: MeetType
description: 参会方式 1线上,2线下 默认为线上
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: KeyWord
description: 搜索关键词
required: true
type: string
- in: query
name: ActivityName
description: 活动名称
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxUserTableStatusListRep'
/cygx/user/company/interaction/detail:
get:
tags:
- cygx
description: |-
机构互动详情接口
operationId: UserController.机构互动详情
parameters:
- in: query
name: CompanyId
description: 公司ID
required: true
type: integer
format: int64
- in: query
name: Source
description: 来源
required: true
type: integer
format: int64
- in: query
name: IsMeeting
description: 是否到会 1到会、2未到会
type: string
- in: query
name: MeetType
description: 参会方式 1线上,2线下 默认为线上
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
- in: query
name: StartDate
description: 开始时间
type: string
- in: query
name: EndDate
description: 结束时间
type: string
- in: query
name: KeyWord
description: 搜索关键词
type: string
- in: query
name: ActivityName
description: 活动名称
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.UserInteractionListResp'
/cygx/user/company/list:
get:
tags:
- cygx
description: |-
全机构互动列表接口
operationId: UserController.全机构互动列表
parameters:
- in: query
name: Source
description: 来源
required: true
type: integer
format: int64
- in: query
name: AdminId
description: 销售id,多个用英文逗号隔开,空字符串为全部
required: true
type: string
- in: query
name: IsMeeting
description: 是否到会 1到会、2未到会
type: string
- in: query
name: MeetType
description: 参会方式 1线上,2线下 默认为线上
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
- in: query
name: StartDate
description: 开始时间
type: string
- in: query
name: EndDate
description: 结束时间
type: string
- in: query
name: KeyWord
description: 搜索关键词
type: string
- in: query
name: ActivityName
description: 活动名称
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.UserInteractionListResp'
/cygx/user/company/table/list:
get:
tags:
- cygx
description: |-
互动详情table栏接口
operationId: UserController.机构互动详情table栏
parameters:
- in: query
name: CompanyId
description: 公司ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.UserRemarksListResp'
/cygx/user/companyList/export/interaction:
get:
tags:
- cygx
description: |-
机构相关互动下载接口
operationId: UserController.机构列表相关互动下载
parameters:
- in: query
name: Source
description: '来源 报告阅读列表: 1, 活动互动记录: 2'
required: true
type: integer
format: int64
- in: query
name: IsMeeting
description: 是否到会 1到会、2未到会
required: true
type: string
- in: query
name: MeetType
description: 参会方式 1线上,2线下 默认为线上
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: KeyWord
description: 搜索关键词
required: true
type: string
- in: query
name: ActivityName
description: 活动名称
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxUserTableStatusListRep'
/cygx/user/export/interaction:
get:
tags:
- cygx
description: |-
用户相关互动下载接口
operationId: UserController.用户相关互动下载
parameters:
- in: query
name: UserId
description: 用户id
required: true
type: integer
format: int64
- in: query
name: Source
description: '来源 报告阅读列表: 1, 活动互动记录: 2'
required: true
type: integer
format: int64
- in: query
name: IsMeeting
description: 是否到会 1到会、2未到会
required: true
type: string
- in: query
name: MeetType
description: 参会方式 1线上,2线下 默认为线上
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: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxUserTableStatusListRep'
/cygx/user/interaction/detail:
get:
tags:
- cygx
description: |-
互动详情接口
operationId: UserController.互动详情
parameters:
- in: query
name: UserId
description: 用户id
required: true
type: integer
format: int64
- in: query
name: Source
description: 来源
required: true
type: integer
format: int64
- in: query
name: IdentityType
description: 身份类型,1:用户,2机构。默认1 (图表分页使用)
required: true
type: integer
format: int64
- in: query
name: IsMeeting
description: 是否到会 1到会、2未到会
required: true
type: string
- in: query
name: MeetType
description: 参会方式 1线上,2线下 默认为线上
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
- in: query
name: StartDate
description: 开始时间
required: true
type: string
- in: query
name: EndDate
description: 结束时间
required: true
type: string
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.UserInteractionListResp'
/cygx/user/interaction/relevant:
get:
tags:
- cygx
description: |-
用户相关互动接口
operationId: UserController.用户相关互动
parameters:
- in: query
name: UserId
description: 用户id
required: true
type: integer
format: int64
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
- in: query
name: Source
description: 来源 1:报告阅读,2:报告收藏,3:相关活动
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.UserInteractionrelevantListResp'
/cygx/user/interactionNum:
get:
tags:
- cygx
description: |-
状态搜索栏接口
operationId: UserController.用户互动量
parameters:
- in: query
name: UserId
description: 用户id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxUserTableStatusListRep'
/cygx/user/label/detail:
get:
tags:
- cygx
description: |-
获取用户标签详情接口
operationId: UserController.获取用户标签详情
parameters:
- in: query
name: UserId
description: 用户id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.UserLabel'
/cygx/user/list:
get:
tags:
- cygx
description: |-
用户列表接口
operationId: UserController.用户列表
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: Status
description: 状态:''试用','永续','冻结','流失','正式'
required: true
type: string
- in: query
name: IsMaker
description: 是否决策人,1:是,0:否 ,2:全部'
type: integer
format: int64
- in: query
name: IsRegister
description: 是否决策人,1:是,0:否 ,2:全部'
type: integer
format: int64
- in: query
name: AdminId
description: 销售id,多个用英文逗号隔开,空字符串为全部
required: true
type: string
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
- in: query
name: Label
description: 搜索用户标签
required: true
type: string
- in: query
name: TryStage
description: 试用客户子标签:0全部、1未分类、2 推进、3 跟踪、4 预备。正式:套餐类型,0:无,1:大套餐,2:小套餐
type: integer
format: int64
- in: query
name: SortType
description: 如何排序,是正序还是倒序,枚举值:`asc 正序`,`desc 倒叙`
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CompanyUserListResp'
/cygx/user/remark/list:
get:
tags:
- cygx
description: |-
备注列表接口
operationId: UserController.备注列表
parameters:
- in: query
name: UserId
description: 用户id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.UserRemarksListResp'
/cygx/user/remind:
post:
tags:
- cygx
description: |-
添加/取消用户提醒
operationId: UserController.添加/取消用户提醒
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/cygx.UserRemarAddReq'
responses:
"200":
description: 新增成功
/cygx/user/status/table:
get:
tags:
- cygx
description: |-
状态搜索栏接口
operationId: UserController.状态搜索栏
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxUserTableStatusListRep'
/cygx/user/table/companyList:
get:
tags:
- cygx
description: |-
机构列表互动详情table栏接口
operationId: UserController.机构列表互动详情table栏
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.CygxUserTableListRep'
/cygx/user/table/list:
get:
tags:
- cygx
description: |-
互动详情table栏接口
operationId: UserController.互动详情table栏
parameters:
- in: query
name: UserId
description: 用户id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/cygx.UserRemarksListResp'
/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/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/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/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/refresh:
get:
tags:
- datamanage
description: |-
图表刷新接口
operationId: EdbInfoController.图表刷新接口
parameters:
- in: query
name: ChartInfoId
description: 图表id
required: true
type: integer
format: int64
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/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/list:
get:
tags:
- datamanage
description: |-
分类列表接口
operationId: EdbClassifyController.分类列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/data_manage.EdbClassifyListResp'
/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/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/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/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/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/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/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: 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/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/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/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: EdbCode
description: 指标编码
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/data_manage.EdbInfoSearchResp'
/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/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表格分类接口-不包含表格
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ExcelClassifyListResp'
/datamanage/excel_classify/list:
get:
tags:
- datamanage
description: |-
excel表格分类列表接口
operationId: ExcelClassifyController.excel表格分类列表
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/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/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
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ExcelListResp'
/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/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/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: TypeName
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/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/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/smm/classify:
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: TypeCode
description: 分类名称编码
required: true
type: string
- in: query
name: Frequency
description: 频度名称
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/data_manage.LzFrequency'
/datamanage/smm/frequency:
get:
tags:
- datamanage
description: |-
有色数据频度接口
operationId: EdbInfoController.有色数据频度
parameters:
- in: query
name: TypeCode
description: 分类名称编码
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/data_manage.LzFrequency'
/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: ""
/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/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'
/group_send_msg/add:
post:
tags:
- group_send_msg
description: |-
新增群发消息
operationId: GroupSendMsgController.新增群发消息接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.GroupSendMsgAddReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/发送成功'
/group_send_msg/label_list:
get:
tags:
- group_send_msg
description: |-
获取标签接口
operationId: GroupSendMsgController.获取标签
responses:
"200":
description: ""
schema:
type: array
items:
type: string
/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/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'
/php_serve/send_wx_template_msg:
get:
tags:
- php_serve
description: |-
发送微信模板消息
operationId: PhpServeController.发送微信模板消息
parameters:
- in: query
name: ReportIds
description: 报告id,多个报告用因为,隔开
required: true
type: integer
format: int64
responses:
"200":
description: 下载成功
/php_serve/testShell:
get:
tags:
- php_serve
description: |-
发送微信模板消息
operationId: PhpServeController.发送微信模板消息
parameters:
- in: query
name: ReportIds
description: 报告id,多个报告用因为,隔开
required: true
type: integer
format: int64
responses:
"200":
description: 下载成功
/ppt/add:
post:
tags:
- ppt
description: |-
新增ppt接口
operationId: PptController.新增ppt
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.AddPptReq'
responses:
"200":
description: Ret=200 新增成功
/ppt/addPptPages:
post:
tags:
- ppt
description: |-
新增ppt章节接口
operationId: PptController.新增ppt章节
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.ContentPageItems'
responses:
"200":
description: Ret=200 编辑成功
/ppt/base64Upload:
post:
tags:
- ppt
description: |-
图片上传接口
operationId: PptCommonController.图片上传
parameters:
- in: query
name: Img
description: 图片base64字符串
required: true
type: string
- in: query
name: ResourceId
description: 策略组提供的资源id
required: true
type: integer
format: int64
- in: query
name: PptId
description: PptId
required: true
type: integer
format: int64
- in: query
name: PptPagesId
description: PptPagesId
required: true
type: integer
format: int64
responses:
"200":
description: 新增成功
/ppt/base64Upload/batch:
post:
tags:
- ppt
description: |-
批量图片上传接口
operationId: PptCommonController.批量图片上传
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.Base64UploadBatchReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.PptResourceResp'
/ppt/delete:
post:
tags:
- ppt
description: |-
删除ppt接口
operationId: PptController.删除ppt
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.DeletePptReq'
responses:
"200":
description: Ret=200 编辑成功
/ppt/detail:
get:
tags:
- ppt
description: |-
获取ppt详情接口
operationId: PptController.获取ppt详情
parameters:
- in: query
name: PptId
description: ppt_id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.ReportListResp'
/ppt/download:
get:
tags:
- ppt
description: |-
ppt下载
operationId: PptCommonController.ppt下载
parameters:
- in: query
name: PptId
description: PptId
required: true
type: integer
format: int64
responses:
"200":
description: 下载成功
/ppt/downloadpptx:
get:
tags:
- ppt
description: |-
ppt下载
operationId: PptCommonController.ppt下载
parameters:
- in: query
name: PptId
description: PptId
required: true
type: integer
format: int64
responses:
"200":
description: 下载成功
/ppt/edit:
post:
tags:
- ppt
description: |-
编辑ppt接口
operationId: PptController.编辑ppt
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.EditPptReq'
responses:
"200":
description: Ret=200 编辑成功
/ppt/getImages:
get:
tags:
- ppt
description: |-
获取首页背景模板接口
operationId: PptController.获取首页背景模板接口
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.PptImagesResp'
/ppt/list:
get:
tags:
- ppt
description: |-
获取ppt列表接口
operationId: PptController.获取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.ReportListResp'
/ppt/publish:
post:
tags:
- ppt
description: |-
发布接口
operationId: PptController.发布接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/models.PptPublishReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.PptImagesResp'
/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/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/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/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/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 转换成功
/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.获取报告作者接口
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.ReportAuthorResp'
/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: ResearchType
description: 报告类型 day; week;
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/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: 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/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/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/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: 上传成功
/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/accept:
post:
tags:
- roadshow
description: |-
接受路演活动接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/roadshow.AcceptReq'
responses:
Ret=200:
description: 保存成功
/roadshow/add:
post:
tags:
- roadshow
description: |-
新增路演活动接口
operationId: CalendarController.新增路演活动接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/roadshow.AddActivityReq'
responses:
Ret=200:
description: 保存成功
/roadshow/back:
post:
tags:
- roadshow
description: |-
撤回路演活动接口
operationId: CalendarController.撤回路演活动接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/roadshow.AcceptReq'
responses:
Ret=200:
description: 保存成功
/roadshow/calendar/list:
get:
tags:
- roadshow
description: |-
我的日历列表接口
operationId: CalendarController.我的日历列表
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: CalendarType
description: 1:待处理申请,2:已处理申请,3:内部会议,4:报告电话会
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.CalendarListResp'
/roadshow/company/detail:
get:
tags:
- roadshow
description: |-
我的日历列表接口
operationId: CalendarController.我的日历列表
parameters:
- in: query
name: CompanyId
description: 公司id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.CompanyDetailView'
/roadshow/company/search:
get:
tags:
- roadshow
description: |-
我的日历列表接口
operationId: CalendarController.我的日历列表
parameters:
- in: query
name: KeyWord
description: 搜索关键词
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.CalendarListResp'
/roadshow/delete:
post:
tags:
- roadshow
description: |-
删除路演活动接口
operationId: CalendarController.删除路演活动接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/roadshow.DeleteReq'
responses:
Ret=200:
description: 保存成功
/roadshow/edit:
post:
tags:
- roadshow
description: |-
编辑路演活动接口
operationId: CalendarController.编辑路演活动接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/roadshow.EditActivityReq'
responses:
Ret=200:
description: 保存成功
/roadshow/feedback/list:
get:
tags:
- roadshow
description: |-
路演反馈列表接口
operationId: CalendarController.路演反馈列表
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: FeedbackType
description: 是否显示已发送反馈请求的路演,0:不显示(默认),1:显示
required: true
type: integer
format: int64
- in: query
name: ResearcherId
description: 研究员id,多个用英文逗号隔开
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.FeedbackListResp'
/roadshow/matters/add:
post:
tags:
- roadshow
description: |-
新增事项接口
operationId: CalendarController.新增事项接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/roadshow.AddMattersReq'
responses:
Ret=200:
description: 保存成功
/roadshow/matters/delete:
post:
tags:
- roadshow
description: |-
删除事项接口
operationId: CalendarController.删除事项接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/roadshow.DeleteMattersReq'
responses:
Ret=200:
description: 保存成功
/roadshow/matters/list:
get:
tags:
- roadshow
description: |-
事项列表接口
operationId: CalendarController.事项列表
parameters:
- 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/roadshow.MattersListResp'
/roadshow/matters/update:
post:
tags:
- roadshow
description: |-
修改事项接口
operationId: CalendarController.修改事项接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/roadshow.UpdateMattersReq'
responses:
Ret=200:
description: 保存成功
/roadshow/my/calendar/detail:
get:
tags:
- roadshow
description: |-
路演-我的日历详情接口
operationId: CalendarController.路演-我的日历详情
parameters:
- in: query
name: StartDate
description: 开始日期
required: true
type: string
- in: query
name: EndDate
description: 结束日期日期
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.CalendarDetailResp'
/roadshow/public_meeting/detail:
get:
tags:
- roadshow
description: |-
路演-公开会议总览接口
operationId: CalendarController.路演-公开会议总览
parameters:
- in: query
name: StartDate
description: 开始日期
required: true
type: string
- in: query
name: EndDate
description: 结束日期日期
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.PublicMeetingDetailResp'
/roadshow/refuse:
post:
tags:
- roadshow
description: |-
拒绝路演活动接口
operationId: CalendarController.拒绝路演活动接口
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/roadshow.RefuseReq'
responses:
Ret=200:
description: 保存成功
/roadshow/report/admin/list:
get:
tags:
- roadshow
description: |-
获取选择的研究员列表
operationId: CalendarController.选择的研究员列表
responses:
"200":
description: 操作成功
/roadshow/report/calendar/list:
get:
tags:
- roadshow
description: |-
路演详情列表接口
operationId: CalendarController.路演详情列表
parameters:
- in: query
name: AdminType
description: 枚举值:researcher、seller、 special:专项路演
required: true
type: string
- in: query
name: DataType
description: 枚举值:try_out、formal、meeting、online、offline
required: true
type: string
- in: query
name: AdminId
description: 用户id
required: true
type: integer
format: int64
- in: query
name: StartDate
description: 开始日期,格式:2022-04-06
required: true
type: string
- in: query
name: EndDate
description: 结束日期,格式:2022-04-06
required: true
type: string
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/roadshow.RsReportRecordList'
/roadshow/report/choice/researcher:
post:
tags:
- roadshow
description: |-
选择的研究员接口
operationId: CalendarController.选择的研究员
parameters:
- in: query
name: AdminIds
description: 研究员ID ,多个用 , 隔开
required: true
type: string
responses:
"200":
description: 操作成功
/roadshow/report/researcher/list:
get:
tags:
- roadshow
description: |-
研究员路演统计接口
operationId: CalendarController.研究员路演统计
parameters:
- in: query
name: DataType
description: 枚举值:week、month、time_interval
required: true
type: string
- in: query
name: StartDate
description: 开始日期,格式:2022-04-06
required: true
type: string
- in: query
name: EndDate
description: 结束日期,格式:2022-04-06
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.RsReportRecordResp'
/roadshow/report/seller/list:
get:
tags:
- roadshow
description: |-
销售路演统计接口
operationId: CalendarController.销售路演统计
parameters:
- in: query
name: DataType
description: 枚举值:week、month、time_interval、online、offline
required: true
type: string
- in: query
name: DimensionType
description: 维度枚举值:company_status、roadshow_type
required: true
type: string
- in: query
name: StartDate
description: 开始日期,格式:2022-04-06
required: true
type: string
- in: query
name: EndDate
description: 结束日期,格式:2022-04-06
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.RsReportRecordResp'
/roadshow/report/special/list:
get:
tags:
- roadshow
description: |-
专项路演统计接口
operationId: CalendarController.专项路演统计
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.RsReportRecordResp'
/roadshow/researcher/calendar/detail:
get:
tags:
- roadshow
description: |-
路演-研究员日历详情接口
operationId: CalendarController.路演-研究员日历详情
parameters:
- in: query
name: StartDate
description: 开始日期
required: true
type: string
- in: query
name: EndDate
description: 结束日期日期
required: true
type: string
- in: query
name: ResearcherId
description: 研究员id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.CalendarDetailResp'
/roadshow/researcher/list:
get:
tags:
- roadshow
description: |-
研究员列表接口
operationId: CalendarController.研究员列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.ResearcherGroup'
/roadshow/send/feedback:
post:
tags:
- roadshow
description: |-
发送路演反馈请求接口
operationId: CalendarController.发送路演反馈请求
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/roadshow.SubmitFeedbackReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.FeedbackView'
/roadshow/submit/feedback:
post:
tags:
- roadshow
description: |-
提交路演反馈接口
operationId: CalendarController.提交路演反馈
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/roadshow.SubmitFeedbackReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.FeedbackView'
/roadshow/submit/feedback/list:
get:
tags:
- roadshow
description: |-
请提交路演反馈列表接口
operationId: CalendarController.请提交路演反馈列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/roadshow.FeedbackView'
/roadshow/write/feedback:
post:
tags:
- roadshow
description: |-
填写意见反馈接口
operationId: CalendarController.填写意见反馈
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/roadshow.WriteFeedbackReq'
responses:
"200":
description: ""
/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/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/draft/reset:
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: ""
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/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: ChartPermissionId
description: 权限编号id
required: true
type: integer
format: int64
- in: query
name: Keyword
description: 搜索关键词:沙盘名称/编辑人名称
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ListResp'
/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.ListResp'
/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/save:
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.ListResp'
/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.ListResp'
/seal/applySealApproval:
post:
tags:
- seal
description: |-
用印申请
operationId: SealApprovalController.用印申请
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.SealApprovalApplyReq'
responses:
"200":
description: 申请成功
/seal/approvedSealApproval:
post:
tags:
- seal
description: |-
通过用印申请
operationId: SealApprovalController.通过用印申请
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.SealApplyApprovedReq'
responses:
"200":
description: 操作成功
/seal/cancelSealApproval:
post:
tags:
- seal
description: |-
撤回用印申请
operationId: SealApprovalController.撤回用印申请
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.SealApprovalCancelReq'
responses:
"200":
description: 操作成功
/seal/delSealApproval:
post:
tags:
- seal
description: |-
删除用印申请
operationId: SealApprovalController.删除用印申请
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.SealApprovalDelReq'
responses:
"200":
description: 操作成功
/seal/editSealApproval:
post:
tags:
- seal
description: |-
编辑用印申请
operationId: SealApprovalController.编辑用印申请
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.SealApprovalEditReq'
responses:
"200":
description: 操作成功
/seal/getApprovalPageList:
get:
tags:
- seal
description: |-
用印审批列表
operationId: SealApprovalController.用印审批列表
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: ContractType
description: 合同类型 新签合同/续签合同/代付合同
type: string
- in: query
name: Status
description: 用印状态 待审批/处理中/已审批/已驳回/已签回/已作废
type: string
- in: query
name: SellerId
description: 所属销售ID,多个逗号拼接
type: string
- in: query
name: StartTime
description: 提交开始时间
type: string
- in: query
name: EndTime
description: 提交结束时间
type: string
- in: query
name: Keyword
description: 搜索关键词(客户名称/社会信用码)
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.SealApprovalListResp'
/seal/getOperationList:
get:
tags:
- seal
description: |-
用印操作日志列表接口
operationId: SealApprovalController.用印操作日志列表
parameters:
- in: query
name: SealId
description: 用印申请ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.SealOperationListResp'
/seal/getSealApprovalDetail:
get:
tags:
- seal
description: |-
用印审批详情
operationId: SealApprovalController.用印审批详情
parameters:
- in: query
name: SealId
description: 用印审批ID
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.SealApprovalDetail'
/seal/invalidSealApproval:
post:
tags:
- seal
description: |-
作废用印申请
operationId: SealApprovalController.作废用印申请
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.SealApplyInvalidReq'
responses:
"200":
description: 操作成功
/seal/rejectSealApproval:
post:
tags:
- seal
description: |-
驳回用印申请
operationId: SealApprovalController.驳回用印申请
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.SealApplyRejectReq'
responses:
"200":
description: 操作成功
/seal/uploadCheckBackFile:
post:
tags:
- seal
description: |-
上传签回附件
operationId: SealController.上传签回附件
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.SealUploadCheckBackFileReq'
responses:
"200":
description: 上传成功
/seal/verifierEditSealApproval:
post:
tags:
- seal
description: |-
审批角色编辑
operationId: SealApprovalController.审批角色编辑
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.SealApprovalEditReq'
responses:
"200":
description: 操作成功
/statistic_report/company_contract_list:
get:
tags:
- statistic_report
description: |-
获取企业客户的合同数据报表接口
operationId: StatisticReportController.获取企业客户的合同数据报表
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: EndDate
description: 结束日期
required: true
type: string
- in: query
name: CompanyId
description: 企业客户id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.CompanyContractStatListResp'
/statistic_report/contract_detail_list:
get:
tags:
- statistic_report
description: |-
获取企业客户的合同数据报表接口
operationId: StatisticReportController.获取合同详情
parameters:
- in: query
name: CompanyContractId
description: 客户合同id,进行过客户申请的
required: true
type: integer
format: int64
- in: query
name: ContractId
description: 系统合同id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.CompanyContractStatListResp'
/statistic_report/contract_list:
get:
tags:
- statistic_report
description: |-
获取合同数据报表接口
operationId: StatisticReportController.获取合同数据报表
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: EndDate
description: 结束日期
required: true
type: string
- in: query
name: CompanyType
description: 客户类型:传空字符串或者不传为全部,'ficc','权益'
type: string
- in: query
name: AdminId
description: 销售id,多个用英文逗号隔开,空字符串为全部
type: string
- in: query
name: RegionType
description: 所属区域:传空字符串或者不传为全部,'国内','海外'
type: string
- in: query
name: DataType
description: 报表类型,枚举值:`普通数据`,`类型数据`;传空字符串或者不传为:普通数据
type: string
- in: query
name: SourceType
description: 合同类型,枚举值:`系统合同`,`上传附件`;传空字符串或者不传为全部合同
type: string
- in: query
name: IsExport
description: 是否导出excel,默认是false
type: boolean
responses:
"200":
description: ""
schema:
$ref: '#/definitions/models.ContractStatListResp'
/statistic_report/home:
get:
tags:
- statistic_report
description: |-
获取首页工作台数据接口
operationId: StatisticReportController.获取首页工作台数据
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.WorktopResp'
/statistic_report/income_list:
get:
tags:
- statistic_report
description: |-
获取收入统计列表接口
operationId: StatisticReportController.获取收入统计列表
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: StartDate
description: 开始月份
required: true
type: string
- in: query
name: EndDate
description: 结束月份
required: true
type: string
- in: query
name: CompanyType
description: 客户类型:传空字符串或者不传为全部,'ficc','权益'
required: true
type: string
- in: query
name: AdminId
description: 销售id,多个用英文逗号隔开,空字符串为全部
required: true
type: string
- in: query
name: RegionType
description: 所属区域:传空字符串或者不传为全部,'国内','海外'
type: string
- in: query
name: IsExport
description: 是否导出excel,默认是false
type: boolean
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.IncomeListResp'
/statistic_report/incremental_company/export:
get:
tags:
- statistic_report
description: |-
增量客户数据导出接口
operationId: StatisticReportController.增量客户数据导出
parameters:
- in: query
name: CompanyType
description: 客户类型:传空字符串或者不传为全部,'ficc','权益'
required: true
type: string
- in: query
name: AdminId
description: 销售id,多个用英文逗号隔开,空字符串为全部
required: true
type: string
- in: query
name: RegionType
description: 所属区域:传空字符串或者不传为全部,'国内','海外'
type: string
- in: query
name: StartDate
description: 开始日期
type: string
- in: query
name: EndDate
description: 结束日期
type: string
- in: query
name: DataType
description: 报表类型,枚举值:`新增试用`,`新签客户`,`续约客户`,`未续约客户`
type: string
responses:
"200":
description: Ret=200 导出成功
/statistic_report/incremental_company_list:
get:
tags:
- statistic_report
description: |-
获取增量客户数据列表接口
operationId: StatisticReportController.获取增量客户数据列表
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','权益'
required: true
type: string
- in: query
name: AdminId
description: 销售id,多个用英文逗号隔开,空字符串为全部
required: true
type: string
- in: query
name: RegionType
description: 所属区域:传空字符串或者不传为全部,'国内','海外'
type: string
- in: query
name: StartDate
description: 开始日期
type: string
- in: query
name: EndDate
description: 结束日期
type: string
- in: query
name: DataType
description: 报表类型,枚举值:`新增试用`,`新签客户`,`续约客户`,`未续约客户`
type: string
- in: query
name: TryOutType
description: '''试用'', ''非试用'' 非试用即为冻结/流失'
type: string
- in: query
name: IsExport
description: 是否导出excel,默认是false
type: boolean
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.IncrementalCompanyListResp'
/statistic_report/more_renew_reason:
get:
tags:
- statistic_report
description: |-
未续约说明列表
operationId: StatisticReportController.未续约说明列表
parameters:
- in: query
name: CompanyId
description: 客户id
required: true
type: string
- in: query
name: ProductId
description: 产品id
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.MoreRenewReasonResp'
/statistic_report/report/company_list:
post:
tags:
- statistic_report
description: |-
客户列表接口
operationId: StatisticReportController.客户列表
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/statisticModels.IncrementalCompanyListReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/statistic_report.CompanyListResp'
/statistic_report/report/incremental_company:
get:
tags:
- statistic_report
description: |-
获取增量客户统计数据接口
operationId: StatisticReportController.获取增量客户统计数据
parameters:
- in: query
name: DataType
description: 枚举值:week、month、time_interval
required: true
type: string
- in: query
name: StartDate
description: 开始日期,格式:2022-04-06
required: true
type: string
- in: query
name: EndDate
description: 结束日期,格式:2022-04-06
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/statistic_report.CompanyReportRecordResp'
/statistic_report/report/renew_company:
get:
tags:
- statistic_report
description: |-
获取续约客户统计数据接口
operationId: StatisticReportController.获取续约客户统计数据
parameters:
- in: query
name: DataType
description: 枚举值:week、month、time_interval
required: true
type: string
- in: query
name: ProductId
description: 客户类型 ficc:1 权益:2
required: true
type: integer
format: int64
- in: query
name: StartDate
description: 开始日期,格式:2022-04-06
required: true
type: string
- in: query
name: EndDate
description: 结束日期,格式:2022-04-06
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/statistic_report.CompanyRenewRecordResp'
/statistic_report/report/seller_company_todo:
get:
tags:
- statistic_report
description: |-
获取增销售Todo任务统计统计数据接口
operationId: StatisticReportController.销售Todo任务统计统计数据
parameters:
- in: query
name: ProductId
description: 销售类型,ficc销售:1;权益销售:2
required: true
type: string
- in: query
name: DataType
description: 枚举值:week、month、time_interval
required: true
type: string
- in: query
name: StartDate
description: 开始日期,格式:2022-04-06
required: true
type: string
- in: query
name: EndDate
description: 结束日期,格式:2022-04-06
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/statistic_report.companyTodoReportRecordResp'
/statistic_report/report/stack_company:
get:
tags:
- statistic_report
description: |-
获取存量客户统计数据接口
operationId: StatisticReportController.获取存量客户统计数据
parameters:
- in: query
name: Date
description: 日期,格式:2022-04-06
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/statistic_report.CompanyReportRecordResp'
/statistic_report/stack_company_list:
get:
tags:
- statistic_report
description: |-
获取存量客户数据列表接口
operationId: StatisticReportController.获取存量客户数据列表
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','权益'
required: true
type: string
- in: query
name: AdminId
description: 销售id,多个用英文逗号隔开,空字符串为全部
required: true
type: string
- in: query
name: RegionType
description: 所属区域:传空字符串或者不传为全部,'国内','海外'
type: string
- in: query
name: Date
description: 日期
type: string
- in: query
name: DataType
description: 报表类型,枚举值:`新签客户`,`续约客户`,`未续约客户`
type: string
- in: query
name: TryOutType
description: '''试用'', ''非试用'' 非试用即为冻结/流失'
type: string
- in: query
name: IsExport
description: 是否导出excel,默认是false
type: boolean
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.StackCompanyListResp'
/statistic_report/will_expire_list:
get:
tags:
- statistic_report
description: |-
获取即将过期的客户列表接口
operationId: StatisticReportController.获取即将过期的客户列表
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: StartDate
description: 开始日期
required: true
type: string
- in: query
name: EndDate
description: 结束日期
required: true
type: string
- in: query
name: CompanyType
description: 客户类型:传空字符串或者不传为全部,'ficc','权益'
required: true
type: string
- in: query
name: AdminId
description: 销售id,多个用英文逗号隔开,空字符串为全部
required: true
type: string
- in: query
name: RegionType
description: 所属区域:传空字符串或者不传为全部,'国内','海外'
type: string
- in: query
name: IsExport
description: 是否导出excel,默认是false
type: boolean
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.WillExpireCompanyListResp'
/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/flow/detail:
get:
tags:
- system
description: |-
获取审批配置详情接口
operationId: SysFlowController.获取审批配置详情
parameters:
- in: query
name: FlowId
description: 节点id
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/system.ApprovalFlowItem'
/system/flow/edit:
post:
tags:
- system
description: |-
编辑审批配置接口
operationId: SysFlowController.编辑审批配置
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/system.SysRoleAddReq'
responses:
"200":
description: 流程配置成功
/system/flow/user:
get:
tags:
- system
description: |-
获取审批配置详情接口
operationId: SysFlowController.获取用户列表
parameters:
- in: query
name: Keyword
description: 关键字
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/system.FlowUserResp'
/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/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.角色设置权限
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/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/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/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/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/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/check_pwd:
get:
tags:
- sysuser
description: |-
校验是否初始密码
operationId: SysUserAuthController.校验是否初始密码
responses:
"200":
description: '{bool} true "是否初始密码;false代表不是初始密码,直接进去;true代表是初始密码,需要强制修改密码"'
/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'
/taglib/variety_tag/classify_list:
get:
tags:
- taglib
description: |-
标签分类列表
operationId: VarietyTagController.标签分类列表
responses:
"200":
description: string "获取成功"
/taglib/variety_tag/classify_save:
post:
tags:
- taglib
description: |-
保存标签分类
operationId: VarietyTagController.保存标签分类
responses:
"200":
description: string "操作成功"
/taglib/variety_tag/classify_state:
post:
tags:
- taglib
description: |-
切换标签分类状态
operationId: VarietyTagController.切换标签分类状态
responses:
"200":
description: string "操作成功"
/taglib/variety_tag/tag_list:
get:
tags:
- taglib
description: |-
标签列表
operationId: VarietyTagController.标签列表
responses:
"200":
description: string "获取成功"
/taglib/variety_tag/tag_save:
post:
tags:
- taglib
description: |-
保存标签
operationId: VarietyTagController.保存标签
responses:
"200":
description: string "操作成功"
/taglib/variety_tag/tag_state:
post:
tags:
- taglib
description: |-
切换标签状态
operationId: VarietyTagController.切换标签状态
responses:
"200":
description: string "操作成功"
/taglib/variety_tag/tag_tree:
get:
tags:
- taglib
description: |-
标签树
operationId: VarietyTagController.标签树
responses:
"200":
description: string "获取成功"
/video/delete:
post:
tags:
- video
description: |-
删除视频接口
operationId: VideoController.删除视频
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/video.VideoDeleteReq'
responses:
Ret=200:
description: 保存成功
/video/edit:
post:
tags:
- video
description: |-
编辑视频接口
operationId: VideoController.编辑视频
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/video.VideoEditReq'
responses:
Ret=200:
description: 编辑成功
/video/list:
get:
tags:
- video
description: |-
视频列表接口
operationId: VideoController.视频列表
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/video.VideoListResp'
/video/publish:
post:
tags:
- video
description: |-
批量发布视频接口
operationId: VideoController.批量发布视频
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/video.VideoPublishReq'
responses:
Ret=200:
description: 保存成功
/video/publish/cancel:
post:
tags:
- video
description: |-
取消视频发布接口
operationId: VideoController.取消视频发布
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/video.VideoPublishReq'
responses:
Ret=200:
description: 保存成功
/video/save:
post:
tags:
- video
description: |-
保存视频接口
operationId: VideoController.保存视频
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/video.VideoSaveReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/video.VideoSaveResp'
/video/tags/list:
get:
tags:
- video
description: |-
获取视频标签列表接口
operationId: VideoController.获取视频标签列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/video.VideoTagsListResp'
/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: 上传成功
/yb/activity/add:
post:
tags:
- yb
description: |-
新增活动接口
operationId: ActivityController.新增活动
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.AddActivityReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.AddContractResp'
/yb/activity/cancel_qs:
post:
tags:
- yb
description: |-
取消全时会议解耦
operationId: ActivityController.取消全时会议
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CancelQsReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/取消发布成功'
/yb/activity/comein/list:
get:
tags:
- yb
description: |-
取到进门获会列表
operationId: ActivityController.获取进门获到会列表
parameters:
- in: query
name: Keyword
description: 搜索关键字
type: string
- in: query
name: StartDate
description: 活动开始日期,格式:2021-11-09
type: string
- in: query
name: EndDate
description: 活动结束日期,格式:2021-11-10
type: string
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/yb.QsUserListResp'
/yb/activity/comein/user_list:
get:
tags:
- yb
description: |-
获取进门用户列表
operationId: ActivityController.获取进门用户列表
parameters:
- in: query
name: ComeinEventId
description: 进门会议在我们系统内部id
type: integer
format: int64
- in: query
name: DataType
description: 活动进行状态,枚举值:1:ficc联系人;2:权益联系人;3:未知联系人
type: integer
format: int32
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/yb.QsUserListResp'
/yb/activity/comein/user_list/export:
get:
tags:
- yb
description: |-
导出进门用户列表
operationId: ActivityController.导出进门用户列表
parameters:
- in: query
name: ComeinEventId
description: 进门会议在我们系统内部id
type: integer
format: int64
responses:
"200":
description: 导出成功
/yb/activity/create_qs:
post:
tags:
- yb
description: |-
创建全时会议接口
operationId: ActivityController.创建全时会议
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CreateQsReq'
/yb/activity/del_publish:
post:
tags:
- yb
description: |-
删除活动接口
operationId: ActivityController.删除活动
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.PublishActivityReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/删除成功'
/yb/activity/detail:
get:
tags:
- yb
description: |-
活动详情
operationId: ActivityController.活动详情
parameters:
- in: query
name: activityId
description: 活动ID
required: true
type: integer
format: int64
responses:
"200":
description: 获取成功
schema:
$ref: '#/definitions/yb.Activity'
/yb/activity/edit:
post:
tags:
- yb
description: |-
编辑活动接口
operationId: ActivityController.编辑活动
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.EditActivityReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/保存成功'
/yb/activity/list:
get:
tags:
- yb
description: |-
获取活动列表
operationId: ActivityController.获取活动列表
parameters:
- in: query
name: Keyword
description: 搜索关键字
type: string
- in: query
name: ActivityTypeIds
description: 活动类别ids,多个用英文逗号分割
type: string
- in: query
name: ActiveStatus
description: 活动进行状态,枚举值:1:未开始;2:进行中;3:已结束
type: integer
format: int32
- in: query
name: PublishStatus
description: 活动发布状态,枚举值:-1:全部;0:未发布;1:已发布
type: integer
format: int32
- in: query
name: StartDate
description: 活动开始日期,格式:2021-11-09
type: string
- in: query
name: EndDate
description: 活动结束日期,格式:2021-11-10
type: string
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/yb.ListResp'
/yb/activity/publish:
post:
tags:
- yb
description: |-
发布活动接口
operationId: ActivityController.发布活动
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.PublishActivityReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/发布成功'
/yb/activity/quanshi/list:
get:
tags:
- yb
description: |-
获取到会列表
operationId: ActivityController.获取到会列表
parameters:
- in: query
name: Keyword
description: 搜索关键字
type: string
- in: query
name: ActivityTypeIds
description: 活动类别ids,多个用英文逗号分割
type: string
- in: query
name: ActiveStatus
description: 活动进行状态,枚举值:1:未开始;2:进行中;3:已结束
type: integer
format: int32
- in: query
name: StartDate
description: 活动开始日期,格式:2021-11-09
type: string
- in: query
name: EndDate
description: 活动结束日期,格式:2021-11-10
type: string
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/yb.QsListResp'
/yb/activity/quanshi/user_list:
get:
tags:
- yb
description: |-
获取到会用户列表
operationId: ActivityController.获取到会用户列表
parameters:
- in: query
name: QsId
description: 全时会议与活动的关联id
type: integer
format: int64
- in: query
name: DataType
description: 活动进行状态,枚举值:1:已知联系人;2:未知联系人
type: integer
format: int32
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/yb.QsUserListResp'
/yb/activity/quanshi/user_list/export:
get:
tags:
- yb
description: |-
导出全时用户列表
operationId: ActivityController.导出全时用户列表
parameters:
- in: query
name: QsId
description: 全时会议与活动的关联id
type: integer
format: int64
responses:
"200":
description: 导出成功
/yb/activity/type/list:
get:
tags:
- yb
description: |-
获取活动分类列表
operationId: ActivityController.获取活动分类列表
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/yb.ActivityTypeList'
/yb/activity/unpublish:
post:
tags:
- yb
description: |-
取消发布活动接口
operationId: ActivityController.取消发布活动
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.PublishActivityReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/取消发布成功'
/yb/activity_register/add:
post:
tags:
- yb
description: |-
新增用户报名活动接口
operationId: ActivityRegisterController.新增用户报名活动
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.AddRegisterReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/新增报名成功'
/yb/activity_register/cancel:
post:
tags:
- yb
description: |-
取消用户活动报名接口
operationId: ActivityRegisterController.取消用户活动报名
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CancelRegisterReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/取消报名成功'
/yb/activity_register/list:
get:
tags:
- yb
description: |-
获取活动报名列表
operationId: ActivityRegisterController.获取活动报名列表
parameters:
- in: query
name: Keyword
description: 搜索关键字
type: string
- in: query
name: StartDate
description: 活动开始日期,格式:2021-11-09
type: string
- in: query
name: EndDate
description: 活动结束日期,格式:2021-11-10
type: string
- in: query
name: ActivityState
description: 活动状态,1-未开始 2-进行中 3-已结束
type: integer
format: int64
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/yb.RegisterListResp'
/yb/activity_register_user/list:
get:
tags:
- yb
description: |-
获取活动报名名单列表
operationId: ActivityRegisterController.获取活动报名名单列表
parameters:
- in: query
name: ActivityId
description: 活动id
type: integer
format: int64
- in: query
name: IsExport
description: 是否导出excel,默认是false
type: boolean
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/yb.RegisterListResp'
/yb/apply_record/list:
get:
tags:
- yb
description: |-
获取申请列表
operationId: ApplyRecordController.获取申请列表
parameters:
- in: query
name: Keyword
description: 搜索关键字 string
type: string
- in: query
name: State
description: 用户状态 string 潜在用户/权益用户/冻结/流失
type: string
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/yb.ApplyRecordListResp'
/yb/apply_record/listV2:
get:
tags:
- yb
description: |-
获取用户申请列表
operationId: ApplyRecordController.获取用户申请列表
parameters:
- in: query
name: KeyWord
description: 搜索关键字 string
type: string
- in: query
name: States
description: 用户状态 string 潜在用户/权益用户/冻结/流失
type: string
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/yb.ApplyRecordListRespV2'
/yb/apply_record/listV2/export:
get:
tags:
- yb
description: |-
导出用户申请列表
operationId: ApplyRecordController.导出用户申请列表
parameters:
- in: query
name: KeyWord
description: 搜索关键字 string
type: string
- in: query
name: State
description: 用户状态 string 潜在用户/权益用户/冻结/流失
type: string
responses:
Ret=200:
description: 导出成功
/yb/apply_record/mark_handle:
post:
tags:
- yb
description: |-
处理申请记录
operationId: ApplyRecordController.处理申请记录
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.ApplyMarkReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/标记处理成功'
/yb/chartCensus/exportChartCompanyAuthCensusList:
get:
tags:
- yb
description: |-
导出图库权限开通客户统计列表
operationId: ChartCensusController.导出图库权限开通客户统计列表
parameters:
- in: query
name: SellerId
description: 销售IDs,多个用英文逗号拼接
type: string
- in: query
name: CompanyStatus
description: 图表分类ID,多个用英文逗号拼接
type: string
- in: query
name: Keyword
description: 关键词
type: string
responses:
"200":
description: string "导出成功"
/yb/chartCensus/exportChartVisitCensusList:
get:
tags:
- yb
description: |-
导出图表阅读统计列表
operationId: ChartCensusController.导出图表阅读统计列表
parameters:
- in: query
name: ClassifyId
description: 图表分类ID
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/yb.ChartVisitPageListResp'
/yb/chartCensus/exportChartVisitDetailCensusList:
get:
tags:
- yb
description: |-
导出图表阅读详情统计列表
operationId: ChartCensusController.导出图表阅读详情统计列表
parameters:
- in: query
name: ClassifyId
description: 图表分类ID
required: true
type: integer
format: int64
- in: query
name: SellerId
description: 销售IDs,多个用英文逗号拼接
type: string
- in: query
name: CompanyStatus
description: 图表分类ID,多个用英文逗号拼接
type: string
- in: query
name: Keyword
description: 关键词
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/yb.ChartVisitPageListResp'
/yb/chartCensus/getCompanyAuthCensusList:
get:
tags:
- yb
description: |-
获取图库权限开通客户统计列表
operationId: ChartCensusController.获取图库权限开通客户统计列表
parameters:
- in: query
name: SellerId
description: 销售IDs,多个用英文逗号拼接
type: string
- in: query
name: CompanyStatus
description: 图表分类ID,多个用英文逗号拼接
type: string
- in: query
name: Keyword
description: 关键词
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/yb.CompanyAuthCensusPageListResp'
/yb/chartCensus/getCompanyChartVisitDetail:
get:
tags:
- yb
description: |-
获取用户图表访问明细
operationId: ChartCensusController.获取用户图表访问明细
parameters:
- in: query
name: ClassifyId
description: 图表分类ID
required: true
type: integer
format: int64
- in: query
name: UserId
description: 用户ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/yb.UserClassifyChartVisitList'
/yb/chartCensus/getVisitDetailList:
get:
tags:
- yb
description: |-
获取图表阅读详情统计列表
operationId: ChartCensusController.获取图表阅读详情统计列表
parameters:
- in: query
name: ClassifyId
description: 图表分类ID
required: true
type: integer
format: int64
- in: query
name: SellerId
description: 销售IDs,多个用英文逗号拼接
type: string
- in: query
name: CompanyStatus
description: 图表分类ID,多个用英文逗号拼接
type: string
- in: query
name: Keyword
description: 关键词
type: string
- in: query
name: Order
description: 排序 1-查看时间升序 2-查看时间倒序
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/yb.ChartVisitDetailPageListResp'
/yb/chartCensus/getVisitList:
get:
tags:
- yb
description: |-
获取图表阅读统计列表
operationId: ChartCensusController.获取图表阅读统计列表
parameters:
- in: query
name: ClassifyId
description: 图表分类ID
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/yb.ChartVisitPageListResp'
/yb/comment/all_list:
get:
tags:
- yb
description: |-
获取所有未处理的留言列表
operationId: CommentController.获取所有未处理的留言列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/ybResp.CommentListResp'
/yb/comment/del:
post:
tags:
- yb
description: |-
删除留言
operationId: CommentController.删除留言
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CommentReq'
responses:
Ret=200:
description: 操作成功
/yb/comment/hot:
post:
tags:
- yb
description: |-
设置留言精选
operationId: CommentController.设置留言精选/取消留言精选
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CommentReq'
responses:
Ret=200:
description: 操作成功
/yb/comment/list:
get:
tags:
- yb
description: |-
获取留言管理下的报告列表
operationId: CommentController.获取留言管理下的报告列表
parameters:
- in: query
name: ReportId
description: 报告ID
required: true
type: string
- in: query
name: ReportChapterId
description: 报告章节ID
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/ybResp.CommentListResp'
/yb/comment/reply/add:
post:
tags:
- yb
description: |-
新增回复
operationId: CommentController.新增回复
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.AddReplyCommentReq'
responses:
Ret=200:
description: 操作成功
/yb/comment/reply/del:
post:
tags:
- yb
description: |-
删除回复
operationId: CommentController.删除回复
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CommentReq'
responses:
Ret=200:
description: 操作成功
/yb/comment/report/list:
get:
tags:
- yb
description: |-
获取留言管理下的报告列表
operationId: CommentController.获取留言管理下的报告列表
parameters:
- in: query
name: Keyword
description: 搜索关键字 string
type: string
- in: query
name: SysIsRead
description: 管理员是否已读 0-未读,1-已读
type: string
- in: query
name: ClassifyNameFirst
description: 报告一级分类名称
type: string
- in: query
name: ReportId
description: 报告id
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/ybResp.CommentReportResp'
/yb/comment/top:
post:
tags:
- yb
description: |-
设置留言置顶
operationId: CommentController.设置留言置顶
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CommentReq'
responses:
Ret=200:
description: 操作成功
/yb/community/question/click/logs:
get:
tags:
- yb
description: |-
获取点击量列表
operationId: CommunityQuestionController.获取点击量列表
parameters:
- in: query
name: QuestionId
description: 问题ID
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.QuestionClickLogListResp'
/yb/community/question/comment/delete:
post:
tags:
- yb
description: |-
删除评论
operationId: CommunityQuestionController.删除评论
parameters:
- in: query
name: QuestionId
description: 问题ID
type: integer
format: int64
responses:
"200":
description: string "操作成功"
/yb/community/question/comment/hot:
post:
tags:
- yb
description: |-
设置/取消 问题评论精选
operationId: CommunityQuestionController.设置/取消 问题评论精选
responses:
"200":
description: string "操作成功"
/yb/community/question/comment/list:
get:
tags:
- yb
description: |-
获取社区问答评论列表
operationId: CommunityQuestionController.获取社区问答评论列表
parameters:
- in: query
name: CommunityQuestionId
description: 问答ID
required: true
type: string
- in: query
name: HotStatus
description: 精选状态,全部:-1;未精选:0;精选:1
type: string
- in: query
name: PageSize
description: 页码
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/ybResp.LikeListResp'
/yb/community/question/delete:
post:
tags:
- yb
description: |-
删除提问
operationId: CommunityQuestionController.删除提问
parameters:
- in: query
name: QuestionId
description: 问题ID
type: integer
format: int64
responses:
"200":
description: string "操作成功"
/yb/community/question/distribute:
post:
tags:
- yb
description: |-
获取问答列表
operationId: CommunityQuestionController.分配回复人
parameters:
- in: query
name: ReplyStatus
description: 提问状态 1-待分配 2-待回答 3-已回答
type: integer
format: int64
- in: query
name: ReplierIds
description: 回复人ID,多个用英文逗号分割
type: string
responses:
"200":
description: string "操作成功"
/yb/community/question/edit:
post:
tags:
- yb
description: |-
编辑问题
operationId: CommunityQuestionController.编辑问题
parameters:
- in: query
name: QuestionId
description: 问题ID
required: true
type: integer
format: int64
- in: query
name: QuestionContent
description: 问题内容
required: true
type: string
responses:
"200":
description: string "操作成功"
/yb/community/question/like_tease_list:
get:
tags:
- yb
description: |-
获取某个问答的点赞/吐槽列表
operationId: CommunityQuestionController.获取某个问答的点赞/吐槽列表
parameters:
- in: query
name: CommunityQuestionId
description: 问答ID
required: true
type: string
- in: query
name: DataType
description: 类型:like、tease
type: string
- in: query
name: PageSize
description: 页码
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/ybResp.LikeListResp'
/yb/community/question/like_tease_question_list:
get:
tags:
- yb
description: |-
获取已被点赞/吐槽的问答列表
operationId: CommunityQuestionController.获取已被点赞/吐槽的问答列表
parameters:
- in: query
name: SortParam
description: 排序关键词:Num
type: string
- in: query
name: SortType
description: 排序顺序:asc、desc
type: string
- in: query
name: DataType
description: 类型:like、tease
type: string
- in: query
name: PageSize
description: 每页展示的记录数
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/ybResp.LikeReportListResp'
/yb/community/question/list:
get:
tags:
- yb
description: |-
获取问答列表
operationId: CommunityQuestionController.获取问答列表
parameters:
- in: query
name: ReplyStatus
description: 提问状态 1-待分配 2-待回答 3-已回答
type: integer
format: int64
- in: query
name: ReplierIds
description: 回复人ID,多个用英文逗号分割
type: string
- in: query
name: SortParam
description: 排序字段参数,用来排序的字段, 枚举值:'ClickNum':点击量
type: string
- in: query
name: SortType
description: 如何排序,是正序还是倒序,枚举值:`asc 正序`,`desc 倒叙`
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.CommunityQuestionListResp'
/yb/community/question/send_template_msg:
post:
tags:
- yb
description: |-
推送模板消息给回复人
operationId: CommunityQuestionController.推送模板消息给回复人
parameters:
- in: query
name: QuestionId
description: 问题ID
type: integer
format: int64
responses:
"200":
description: string "操作成功"
/yb/community/question/user:
get:
tags:
- yb
description: |-
获取提问者基本信息
operationId: CommunityQuestionController.获取提问者基本信息
parameters:
- in: query
name: UserId
description: 用户ID
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.CommunityQuestionListResp'
/yb/community/video/click/logs:
get:
tags:
- yb
description: |-
获取视频点击量列表
operationId: CommunityVideoController.获取视频点击量列表
parameters:
- in: query
name: VideoId
description: 视频ID
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.QuestionClickLogListResp'
/yb/community/video/cover_delete:
post:
tags:
- yb
description: |-
删除封面图
operationId: CommunityVideoController.删除封面图
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CommunityVideoCoverOptionReq'
responses:
"200":
description: string "操作成功"
/yb/community/video/cover_list:
get:
tags:
- yb
description: |-
封面库
operationId: CommunityVideoController.封面库列表
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/response.CommunityVideoCoverListResp'
/yb/community/video/cover_save:
post:
tags:
- yb
description: |-
保存封面图
operationId: CommunityVideoController.保存封面图
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CommunityVideoCoverSaveReq'
responses:
"200":
description: string "操作成功"
/yb/community/video/delete:
post:
tags:
- yb
description: |-
删除视频
operationId: CommunityVideoController.删除视频
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CommunityVideoOptionReq'
responses:
"200":
description: string "操作成功"
/yb/community/video/list:
get:
tags:
- yb
description: |-
视频列表
operationId: CommunityVideoController.视频列表
parameters:
- in: query
name: Keywords
description: 关键词
type: string
- in: query
name: SortParam
description: 排序字段参数,用来排序的字段, 枚举值:'ClickNum':点击量
type: string
- in: query
name: SortType
description: 如何排序,是正序还是倒序,枚举值:`asc 正序`,`desc 倒叙`
required: true
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.CommunityQuestionListResp'
/yb/community/video/publish:
post:
tags:
- yb
description: |-
发布/取消视频
operationId: CommunityVideoController.发布/取消视频
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CommunityVideoPublishReq'
responses:
"200":
description: string "操作成功"
/yb/community/video/save:
post:
tags:
- yb
description: |-
保存视频
operationId: CommunityVideoController.保存视频
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CommunityVideoSaveReq'
responses:
"200":
description: string "操作成功"
/yb/community/video/send_template_msg:
post:
tags:
- yb
description: |-
推送模板消息
operationId: CommunityVideoController.推送模板消息
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CommunityVideoOptionReq'
responses:
"200":
description: string "操作成功"
/yb/community/video/send_ths:
post:
tags:
- yb
description: |-
推送客群消息
operationId: CommunityVideoController.推送客群消息
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.CommunityVideoOptionReq'
responses:
"200":
description: string "操作成功"
/yb/like/list:
get:
tags:
- yb
description: |-
获取报告的点赞列表
operationId: LikeController.获取报告的点赞列表
parameters:
- in: query
name: ReportId
description: 报告ID
required: true
type: string
- in: query
name: ReportChapterId
description: 报告章节ID
required: true
type: string
- in: query
name: PageSize
description: 页码
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/ybResp.LikeListResp'
/yb/like/report/list:
get:
tags:
- yb
description: |-
获取已被点赞的报告列表
operationId: LikeController.获取已被点赞的报告列表
parameters:
- in: query
name: SortParam
description: 排序关键词:LikeNum
type: string
- in: query
name: SortType
description: 排序顺序:asc、desc
type: string
- in: query
name: PageSize
description: 每页展示的记录数
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/ybResp.LikeReportListResp'
/yb/potential/user/del:
post:
tags:
- yb
description: |-
删除潜在用户账号和申请记录
operationId: ApplyRecordController.删除潜在用户账号和申请记录
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/company.DeleteUserReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/删除成功'
/yb/price_driven/click_census_detail:
get:
tags:
- yb
description: |-
价格驱动点击量详情
operationId: PriceDrivenController.价格驱动点击量详情
parameters:
- in: query
name: VarietyTagId
description: 标签ID:查询累计点击量详情
type: integer
format: int64
- in: query
name: PriceDrivenId
description: 价格驱动ID:查询最近点击量详情
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.PriceDrivenClickCensusDetailResp'
/yb/price_driven/click_census_list:
get:
tags:
- yb
description: |-
价格驱动点击量列表
operationId: PriceDrivenController.价格驱动点击量列表
parameters:
- in: query
name: SortField
description: 排序字段:1-按照累计点击量排序(默认) 2-按照最近点击量排序
type: integer
format: int64
- in: query
name: SortRule
description: 排序规则:1-升序 2-降序
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.PriceDrivenClickCensusResp'
/yb/price_driven/detail:
get:
tags:
- yb
description: |-
获取价格驱动详情
operationId: PriceDrivenController.获取价格驱动详情
parameters:
- in: query
name: VarietyTagId
description: 标签ID
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.PriceDrivenDetail'
/yb/price_driven/permission_tree:
get:
tags:
- yb
description: |-
获取价格驱动分类列表
operationId: PriceDrivenController.获取价格驱动分类列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ChartPermissionTree'
/yb/price_driven/send_template_msg:
post:
tags:
- yb
description: |-
推送价格驱动模板消息
operationId: PriceDrivenController.推送价格驱动模板消息
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.PriceDrivenSendMsgReq'
responses:
"200":
description: string "操作成功"
/yb/price_driven/send_ths_msg:
post:
tags:
- yb
description: |-
推送价格驱动同花顺客群消息
operationId: PriceDrivenController.推送价格驱动同花顺客群消息
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.PriceDrivenSendMsgReq'
responses:
"200":
description: string "操作成功"
/yb/price_driven/switch_permission_state:
post:
tags:
- yb
description: |-
切换价格驱动分类状态
operationId: PriceDrivenController.切换价格驱动分类状态
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.SwitchPriceDrivenPermissionStateReq'
responses:
"200":
description: string "操作成功"
/yb/price_driven/update:
post:
tags:
- yb
description: |-
更新价格驱动
operationId: PriceDrivenController.更新价格驱动
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.UpdatePriceDrivenReq'
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.PriceDrivenDetail'
/yb/product_census/user/visit_count:
get:
tags:
- yb
description: |-
用户阅读统计
operationId: ProductCensusController.用户阅读统计
parameters:
- in: query
name: UserId
description: 用户ID
required: true
type: integer
format: int64
- in: query
name: ClickSort
description: 点击量排序:1-升序 2-降序
type: integer
format: int64
- in: query
name: PageSize
description: 页码
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.ProductCensusUserVisitCountResp'
/yb/product_census/user/visit_count_detail:
get:
tags:
- yb
description: |-
用户阅读统计详情
operationId: ProductCensusController.用户阅读统计详情
parameters:
- in: query
name: UserId
description: 用户ID
required: true
type: integer
format: int64
- in: query
name: ProductType
description: 产品类型:1-语音播报 2-视频社区 3-问答社区
required: true
type: integer
format: int64
- in: query
name: ProductId
description: 产品ID:仅语音播报传该参数
type: integer
format: int64
- in: query
name: ClickSort
description: 点击量排序:1-升序 2-降序
type: integer
format: int64
- in: query
name: PageSize
description: 页码
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/ybResp.CommunityQuestionUserVisitCountResp'
/yb/report/list:
get:
tags:
- yb
description: |-
获取报告列表
operationId: ActivityController.获取报告列表
parameters:
- in: query
name: Keyword
description: 搜索关键字
type: string
- in: query
name: StartDate
description: 开始日期
type: string
- in: query
name: EndDate
description: 结束日期
type: string
- in: query
name: ReportType
description: 报告类型,枚举值:day,week,two_week,month,other
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/yb.ResearchReportListResp'
/yb/speaker/list:
get:
tags:
- yb
description: |-
获取主讲人列表
operationId: ActivityController.获取主讲人列表
responses:
"200":
description: ""
schema:
type: array
items:
$ref: '#/definitions/yb.SpeakerListResp'
/yb/user/list:
get:
tags:
- yb
description: |-
查询系统中可以报名的联系人列表接口
operationId: ActivityRegisterController.查询系统中可以报名的联系人列表
parameters:
- in: query
name: Keyword
description: 搜索关键字
type: string
responses:
"200":
description: 用户列表
schema:
type: array
items:
$ref: '#/definitions/company.CompanyActivityUser'
/yb/voice/broadcast/deatil:
get:
tags:
- yb
description: |-
获取语音播报统计详情
operationId: VoiceBroadcastController.获取语音播报统计详情
parameters:
- in: query
name: BroadcastId
description: 语音ID
required: true
type: integer
format: int64
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.BroadcastStatisticsResp'
/yb/voice/broadcast/list:
get:
tags:
- yb
description: |-
获取语音播报统计列表
operationId: VoiceBroadcastController.获取语音播报统计列表
parameters:
- in: query
name: SectionId
description: 板块ID
type: integer
format: int64
- in: query
name: VarietyId
description: 品种ID
type: integer
format: int64
- in: query
name: AdminId
description: 管理员ID
type: integer
format: int64
- in: query
name: ClickSort
description: 点击量排序:1-升序 2-降序
type: integer
format: int64
- in: query
name: Title
description: 标题
type: string
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.BroadcastStatisticsResp'
/yb/voice/section/add:
post:
tags:
- yb
description: |-
新增语音播报板块接口
operationId: VoiceSectionController.新增语音播报板块
parameters:
- in: body
name: request
description: type json string
required: true
schema:
$ref: '#/definitions/request.VoiceSectionReq'
responses:
Ret=200:
description: 操作成功
/yb/voice/section/edit:
get:
tags:
- yb
description: |-
禁用语音播报板块接口
operationId: VoiceSectionController.禁用语音播报板块
parameters:
- in: query
name: SectionId
description: 板块id
type: integer
format: int64
- in: query
name: SectionName
description: 板块名称
type: string
- in: query
name: ImgUrl
description: 背景图url
type: string
- in: query
name: Enable
description: 0禁用,1启用
type: integer
format: int64
responses:
Ret=200:
description: 操作成功
/yb/voice/section/list:
get:
tags:
- yb
description: |-
语音播报板块配置列表接口
operationId: VoiceSectionController.语音播报板块配置列表
responses:
"200":
description: ""
schema:
$ref: '#/definitions/response.VoiceSectionResp'
definitions:
'*company.CompanyUser':
title: CompanyUser
type: object
1139..0xc003b57b90:
title: "0xc003b57b90"
type: object
2599..AddContractServiceDetailReq:
title: AddContractServiceDetailReq
type: object
49715.0xc0027fadb0.false:
title: "false"
type: object
50681.0xc0027fb050.false:
title: "false"
type: object
58449.0xc002816db0.false:
title: "false"
type: object
347733.0xc00369ebd0.false:
title: "false"
type: object
348739.0xc00369ec90.false:
title: "false"
type: object
EicDataV2:
title: EicDataV2
type: object
advisory.AdvisoryArticle:
title: AdvisoryArticle
type: object
properties:
Abstract:
description: 简介
type: string
ActualPublishTime:
description: 实际发布时间
type: string
format: datetime
AdminId:
description: 发布者的用户ID
type: integer
format: int64
ArticleId:
type: integer
format: int64
Body:
description: 内容
type: string
ChartPermissionId:
description: 所属分类ID
type: integer
format: int64
ChartPermissionName:
description: 所属分类名称
type: string
Code:
description: 分享字符串
type: string
CreateTime:
description: 创建时间
type: string
format: datetime
IsTiming:
description: 是否定时发布,1,定时发布,0不定时
type: integer
format: int64
LastUpdateTime:
description: 修改时间
type: string
format: datetime
LinkAddress:
description: 链接地址
type: string
LinkName:
description: 链接名称
type: string
PublishStatus:
description: 发布状态1已发布、0未发布
type: integer
format: int64
TimingPublishTime:
description: 定时发布时间
type: string
format: datetime
Title:
description: 标题
type: string
advisory.ArticleAddReq:
title: ArticleAddReq
type: object
properties:
Abstract:
description: 文章个简介
type: string
ArticleId:
type: integer
format: int64
Body:
description: 内容
type: string
ChartPermissionId:
description: 所属分类ID
type: integer
format: int64
ChartPermissionName:
description: 所属分类名称
type: string
LinkAddress:
description: 链接地址
type: string
LinkName:
description: 链接名称
type: string
TimingPublishTime:
description: 定时发布时间
type: string
Title:
description: 标题
type: string
advisory.ArticleListResp:
title: ArticleListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/advisory.PreviewArticleDetail'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
advisory.PreviewArticleDetail:
title: PreviewArticleDetail
type: object
properties:
ActualPublishTime:
description: 实际发布时间
type: string
ArticleId:
type: integer
format: int64
Body:
description: 内容
type: string
ChartPermissionId:
description: 所属分类ID
type: integer
format: int64
ChartPermissionName:
description: 所属分类名称
type: string
LastUpdateTime:
description: 上次编辑的时间
type: string
LinkAddress:
description: 链接地址
type: string
LinkName:
description: 链接名称
type: string
PublishStatus:
description: 发布状态1已发布、0未发布
type: integer
format: int64
Pv:
description: PV
type: integer
format: int64
TimingPublishTime:
description: 定时发布时间
type: string
Title:
description: 标题
type: string
Uv:
description: UV
type: integer
format: int64
WhatWeek:
description: 周几
type: string
advisory.PvAndUvResp:
title: PvAndUvResp
type: object
properties:
Pv:
description: PV
type: integer
format: int64
Uv:
description: UV
type: integer
format: int64
company.AddUserReq:
title: AddUserReq
type: object
properties:
BusinessCardUrl:
description: 名片地址
type: string
CompanyId:
description: 客户id
type: integer
format: int64
CompanyName:
description: 客户名称(公司名称)
type: string
CountryCode:
description: 区号,86、852、886等
type: string
DepartmentName:
description: 联系人部门
type: string
Email:
description: 邮箱
type: string
IsMaker:
description: 是否决策人,1:是,0:否
type: integer
format: int64
MobileOne:
description: 手机号1
type: string
MobileTwo:
description: 手机号2
type: string
Position:
description: 职位
type: string
RealName:
description: 姓名
type: string
RegionType:
description: 区域,枚举值:国内、海外
type: string
Sex:
description: 用户性别,1为男性,2为女性
type: integer
format: int64
Source:
description: 来源,新增客户时添加:add_custom;领取客户时添加:pick_custom;普通领取联系人时添加:add_user
type: string
company.ApplyContractResp:
title: ApplyContractResp
type: object
properties:
Item:
$ref: '#/definitions/company.CompanyContractDetail'
company.ApplyContractTypeResp:
title: ApplyContractTypeResp
type: object
properties:
ContractType:
type: string
company.ApprovalButton:
title: ApprovalButton
type: object
properties:
Approval:
description: 是否具有审核操作权限,true才允许审核操作
type: boolean
Cancel:
description: 是否具有撤回权限,true才允许审核操作
type: boolean
company.ButtonDetailPermission:
title: ButtonDetailPermission
type: object
properties:
BaseInfoEdit:
description: 客户基础信息编辑操作:true可操作,false不可操作
type: boolean
BtnDelete:
description: 删除按钮权限:true显示,false不显示
type: boolean
BtnEdit:
description: 编辑按钮权限:true显示,false不显示
type: boolean
BtnHistoryList:
description: 历史签约按钮权限:true显示,false不显示
type: boolean
FiccDelete:
description: ficc类型,删除按钮权限:true显示,false不显示
type: boolean
FiccEdit:
description: ficc类型,编辑按钮权限:true显示,false不显示
type: boolean
RaiDelete:
description: 权益类型,删除按钮权限:true显示,false不显示
type: boolean
RaiEdit:
description: 权益类型,编辑按钮权限:true显示,false不显示
type: boolean
company.ButtonPermission:
title: ButtonPermission
type: object
properties:
BtnAddAgreement:
description: 补充协议按钮权限:true显示,false不显示
type: boolean
BtnApplyReceive:
description: 申请领取按钮权限:true显示,false不显示
type: boolean
BtnDelay:
description: 申请延期按钮权限:true显示,false不显示
type: boolean
BtnDelete:
description: 删除按钮权限:true显示,false不显示
type: boolean
BtnDetail:
description: 详情按钮:true显示,false不显示
type: boolean
BtnEdit:
description: 编辑按钮权限:true显示,false不显示
type: boolean
BtnFreeze:
description: 冻结按钮权限:true显示,false不显示
type: boolean
BtnModifySeller:
description: 修改销售按钮权限:true显示,false不显示
type: boolean
BtnReceive:
description: 领取客户按钮权限:true显示,false不显示
type: boolean
BtnReceiveOther:
description: 领取其他部门客户按钮权限:true显示,false不显示
type: boolean
BtnRemarkEdit:
description: 编辑备注按钮:true显示,false不显示
type: boolean
BtnRemarkView:
description: 查看备注按钮:true显示,false不显示
type: boolean
BtnSuspend:
description: 暂停/启用按钮权限:true显示,false不显示
type: boolean
BtnThaw:
description: 申请解冻按钮权限:true显示,false不显示
type: boolean
BtnTryOut:
description: 增开试用:true显示,false不显示
type: boolean
BtnTurnPositive:
description: 申请转正按钮权限:true显示,false不显示
type: boolean
BtnUpdate:
description: 服务更新按钮权限:true显示,false不显示
type: boolean
BtnView:
description: 查看按钮权限:true显示,false不显示
type: boolean
company.CheckCompanyInfoRepeatResp:
title: CheckCompanyInfoRepeatResp
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
ProductName:
description: 产品名称
type: string
RepeatStatus:
description: 检测状态:0:无重复 1:信用码重复 2:公司名重复
type: integer
format: int64
Status:
description: 检测状态:1:跳转到领取页面,0:不跳转,继续操作
type: integer
format: int64
company.CheckCompanyInfoResp:
title: CheckCompanyInfoResp
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
ProductName:
description: 产品名称
type: string
Status:
description: 检测状态:1:跳转到领取页面,0:不跳转,继续操作
type: integer
format: int64
company.CompanyActivityUser:
title: CompanyActivityUser
type: object
properties:
CompanyId:
description: 公司id
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
Email:
description: 邮箱
type: string
Mobile:
description: 手机号
type: string
RealName:
description: 姓名
type: string
UserId:
type: integer
format: int64
company.CompanyAddReq:
title: CompanyAddReq
type: object
properties:
City:
description: 市
type: string
CompanyCode:
description: 客户编码
type: string
CompanyName:
description: 客户名称
type: string
CompanyType:
description: 客户类型,ficc/权益
type: string
CreditCode:
description: 社会统一信用码
type: string
IndustryId:
description: 所属行业id
type: integer
format: int64
PermissionIds:
description: 权限id,多个用英文逗号隔开
type: string
Province:
description: 省
type: string
Reasons:
description: 新增理由,备注
type: string
RegionType:
description: 地区类型,国内,海外
type: string
Scale:
description: 管理规模,空不填,1::50亿以下,2:50~100亿,3:100亿以上。
type: string
SellsId:
description: 销售员id
type: integer
format: int64
Source:
description: 来源
type: string
Status:
description: 客户状态,'试用','永续','冻结','流失','正式','潜在'
type: string
UserId:
description: 联系人ID
type: integer
format: int64
company.CompanyAddResp:
title: CompanyAddResp
type: object
properties:
CompanyId:
description: 客户ID
type: integer
format: int64
company.CompanyApplyApproveReq:
title: CompanyApplyApproveReq
type: object
properties:
CompanyContractId:
description: 合同id
type: integer
format: int64
CompanyId:
description: 客户id
type: integer
format: int64
ProductId:
description: 客户产品id
type: integer
format: int64
Remark:
description: 审批理由
type: string
Status:
description: 审批状态,1:通过,2:拒绝
type: integer
format: int64
company.CompanyApplyBySystemContractReq:
title: CompanyApplyBySystemContractReq
type: object
properties:
CompanyApprovalId:
description: 申请单id,没有传0
type: integer
format: int64
CompanyId:
type: integer
format: int64
ContractId:
description: 合同id,没有传0
type: integer
format: int64
company.CompanyApplyDelayReq:
title: CompanyApplyDelayReq
type: object
properties:
ApplyRemark:
description: 申请解冻理由
type: string
CompanyApprovalId:
description: 申请单id,没有传0
type: integer
format: int64
CompanyId:
description: 客户id
type: integer
format: int64
PermissionIds:
description: 权限id,多个用英文逗号隔开
type: string
company.CompanyApplyDeleteReq:
title: CompanyApplyDeleteReq
type: object
properties:
CompanyApprovalId:
description: 审批记录ID
type: integer
format: int64
CompanyId:
description: 客户id
type: integer
format: int64
company.CompanyApplyReceiveReq:
title: CompanyApplyReceiveReq
type: object
properties:
ApplyRemark:
description: 申请解冻理由
type: string
CompanyApprovalId:
description: 申请单id,没有传0
type: integer
format: int64
CompanyId:
description: 客户id
type: integer
format: int64
PermissionIds:
description: 权限id,多个用英文逗号隔开
type: string
company.CompanyApplyRevokeReq:
title: CompanyApplyRevokeReq
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
company.CompanyApplyServiceUpdateReq:
title: CompanyApplyServiceUpdateReq
type: object
properties:
CompanyApprovalId:
description: 申请单id,没有传0
type: integer
format: int64
CompanyId:
description: 客户id
type: integer
format: int64
CompanyType:
description: 客户类型,ficc/权益
type: string
ContractType:
description: 合同类型,枚举值:'新签合同','续约合同','补充协议'
type: string
EndDate:
description: 合同结束日期
type: string
ImgUrl:
description: 合同图片,多个用英文#隔开
type: string
Money:
description: 合同金额
type: number
format: double
PackageType:
description: 套餐类型,0:无,1:大套餐,2:小套餐
type: integer
format: int64
PayChannel:
description: 付款渠道
type: string
PayMethod:
description: 付款方式
type: string
PermissionIds:
description: 权限id,多个用英文逗号隔开
type: string
StartDate:
description: 合同开始日期
type: string
company.CompanyApplyThawReq:
title: CompanyApplyThawReq
type: object
properties:
ApplyRemark:
description: 申请解冻理由
type: string
CompanyApprovalId:
description: 申请单id,没有传0
type: integer
format: int64
CompanyId:
description: 客户id
type: integer
format: int64
PermissionIds:
description: 权限id,多个用英文逗号隔开
type: string
company.CompanyApplyTurnPositiveReq:
title: CompanyApplyTurnPositiveReq
type: object
properties:
CompanyApprovalId:
description: 申请单id,没有传0
type: integer
format: int64
CompanyId:
type: integer
format: int64
ContractType:
description: 合同类型,枚举值:'新签合同','续约合同','补充协议'
type: string
EndDate:
description: 合同结束日期
type: string
ImgUrl:
description: 合同图片,多个用英文#隔开
type: string
Money:
description: 合同金额
type: number
format: double
PackageType:
description: 套餐类型,0:无,1:大套餐,2:小套餐
type: integer
format: int64
PayChannel:
description: 付款渠道
type: string
PayMethod:
description: 付款方式
type: string
PermissionIds:
description: 权限id,多个用英文逗号隔开
type: string
StartDate:
description: 合同开始日期
type: string
company.CompanyApprovalList:
title: CompanyApprovalList
type: object
properties:
Address:
description: 地址
type: string
ApplyContractType:
description: 申请合同类型 0 非标 1 标准
type: integer
format: int64
ApplyMethod:
description: 申请类型:1:试用->正式,2:冻结—>试用,3:流失—>正式,4:试用延期,5:原销售申请领取流失客户,6:正式客户申请服务更新
type: integer
format: int64
ApplyRealName:
description: 申请人姓名
type: string
ApplyReasons:
description: 申请理由
type: string
ApprovalCount:
description: 已延期审批次数
type: integer
format: int64
ApprovalTime:
description: 提交申请时间
type: string
ApproveContent:
description: 待审内容
type: string
ApproveRemark:
description: 驳回理由
type: string
ApproveStatus:
description: 当前状态
type: string
ApproveTime:
description: 审批时间
type: string
CompanyApprovalId:
description: 审批记录ID
type: integer
format: int64
CompanyContractId:
description: 合同id
type: integer
format: int64
CompanyId:
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyType:
description: 客户类型
type: string
CreateTime:
description: 创建时间
type: string
CreditCode:
description: 社会统一信用码
type: string
DelayPermission:
description: 延期申请品种
type: string
EndDate:
description: 结束日期
type: string
ExpireDay:
description: 服务到期天数
type: integer
format: int64
FreezeEndDate:
description: 冻结结束日期
type: string
FreezeExpireDays:
description: 冻结到期天数
type: integer
format: int64
FreezeStartDate:
description: 冻结开始日期
type: string
IndustryName:
description: 行业名称
type: string
OpButton:
$ref: '#/definitions/company.ApprovalButton'
description: 操作权限
ProductId:
type: integer
format: int64
SellerName:
description: 销售名称
type: string
Source:
description: 客户来源
type: string
StartDate:
description: 开始日期
type: string
Status:
description: 客户状态
type: string
company.CompanyApprovalListResp:
title: CompanyApprovalListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.CompanyApprovalList'
Paging:
$ref: '#/definitions/paging.PagingItem'
company.CompanyApprovalMessageList:
title: CompanyApprovalMessageList
type: object
properties:
CompanyName:
description: 客户名称
type: string
Content:
description: 消息内容
type: string
CreateTime:
description: 创建时间
type: string
Id:
type: integer
format: int64
MessageStatus:
description: 消息状态:0未读,1:已读,2:作废
type: integer
format: int64
RealName:
description: 销售名称
type: string
Remark:
description: 备注信息
type: string
SourceType:
description: 消息来源类型,1:客户,2:合同
type: integer
format: int64
company.CompanyApprovalMessageListResp:
title: CompanyApprovalMessageListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.CompanyApprovalMessageList'
Total:
description: 总数据条数
type: integer
format: int64
company.CompanyApprovalMessageReadReq:
title: CompanyApprovalMessageReadReq
type: object
properties:
Id:
description: 消息id
type: integer
format: int64
company.CompanyContractDetail:
title: CompanyContractDetail
type: object
properties:
CompanyContractId:
type: integer
format: int64
CompanyId:
description: 客户id
type: integer
format: int64
ContractCode:
description: 合同编码
type: string
ContractType:
description: 合同类型:枚举值:'新签合同','续约合同','补充协议'
type: string
CreateTime:
description: 合同创建时间
type: string
format: datetime
EndDate:
description: 合同结束时间
type: string
ImgUrl:
description: 合同图片,多个用#隔开
type: string
ModifyTime:
description: 合同修改时间
type: string
format: datetime
Money:
description: 合同金额
type: number
format: double
PackageType:
description: 套餐类型,0:无,1:大套餐,2:小套餐
type: integer
format: int64
PayChannel:
description: 支付渠道
type: string
PayMethod:
description: 支付方式
type: string
PermissionList:
type: array
items:
$ref: '#/definitions/company.PermissionLookList'
ProductId:
description: 产品id
type: integer
format: int64
StartDate:
description: 合同开始时间
type: string
Status:
description: 状态
type: integer
format: int64
company.CompanyContractDetailResp:
title: CompanyContractDetailResp
type: object
properties:
Item:
$ref: '#/definitions/company.CompanyContractDetail'
company.CompanyContractHistory:
title: CompanyContractHistory
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
ContractCode:
description: 合同编码
type: string
ContractType:
description: 合同类型,枚举值:'新签合同','续约合同','补充协议'
type: string
CreateTime:
description: 合同创建时间
type: string
format: datetime
EndDate:
description: 合同结束时间
type: string
ImgUrl:
description: 合同图片,多个用#隔开
type: string
ModifyTime:
description: 合同修改时间
type: string
format: datetime
ModifyTimeStr:
description: 合同修改时间
type: string
Money:
description: 合同金额
type: number
format: double
PayChannel:
description: 支付渠道
type: string
PayMethod:
description: 支付方式
type: string
PermissionList:
type: array
items:
$ref: '#/definitions/company.ContractPermissionList'
ProductId:
description: 产品id
type: integer
format: int64
StartDate:
description: 合同开始时间
type: string
Status:
description: 状态
type: integer
format: int64
company.CompanyContractHistoryResp:
title: CompanyContractHistoryResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.CompanyContractHistory'
company.CompanyContractPermissionName:
title: CompanyContractPermissionName
type: object
properties:
ChartPermissionId:
description: 权限id
type: integer
format: int64
ChartPermissionName:
description: 权限名称
type: string
ClassifyName:
description: 权限分类名称
type: string
CompanyContractId:
description: 合同id
type: integer
format: int64
CompanyId:
description: 客户id
type: integer
format: int64
EndDate:
description: 结束日期
type: string
Id:
description: 客户合同id
type: integer
format: int64
PermissionName:
description: 权限名称
type: string
PermissionRemark:
description: 权限备注
type: string
StartDate:
description: 开始日期
type: string
company.CompanyDetail:
title: CompanyDetail
type: object
properties:
Address:
description: 详细地址
type: string
City:
description: 市
type: string
CompanyCode:
description: 客户编码
type: string
CompanyId:
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CreditCode:
description: 社会统一信用码
type: string
OpenCompanyCode:
description: 开放给第三方的客户编码,不让第三方定位我们的客户信息
type: string
Province:
description: 省
type: string
RegionType:
description: 地区类型,1:国内,2:国外
type: string
company.CompanyDetailResp:
title: CompanyDetailResp
type: object
properties:
BtnItem:
$ref: '#/definitions/company.ButtonDetailPermission'
CreateAuth:
description: 创建人:1:ficc,2:权益
type: integer
format: int64
FiccItem:
$ref: '#/definitions/company.CompanyProductDetail'
description: Ficc客户产品详情
IsButtonShow:
description: 1:显示编辑和删除按钮,0:不显示
type: integer
format: int64
IsContractButtonShow:
description: true:显示联系人操作按钮,新增、编辑、导入和删除按钮,false:不显示
type: boolean
Item:
$ref: '#/definitions/company.CompanyDetail'
description: 客户信息
ProductName:
description: 部门名称:ficc/权益/admin
type: string
RaiItem:
$ref: '#/definitions/company.CompanyProductDetail'
description: 权益客户产品详情
company.CompanyEditReq:
title: CompanyEditReq
type: object
properties:
City:
description: 市
type: string
CompanyId:
description: 客户id
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CreditCode:
description: 社会统一信用码
type: string
Products:
description: 产品信息
type: array
items:
$ref: '#/definitions/company.CompanyProductEditReq'
Province:
description: 省
type: string
company.CompanyFreezeReq:
title: CompanyFreezeReq
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
CompanyType:
description: 客户类型:ficc/权益
type: string
Remark:
description: 备注
type: string
company.CompanyFuzzySearch:
title: CompanyFuzzySearch
type: object
properties:
CompanyCode:
description: 客户编码
type: string
CompanyId:
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CreditCode:
description: 社会统一信用码
type: string
company.CompanyFuzzySearchReq:
title: CompanyFuzzySearchReq
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.CompanyFuzzySearch'
company.CompanyInfoEditReq:
title: CompanyInfoEditReq
type: object
properties:
City:
description: 市
type: string
CompanyId:
description: 客户id
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CreditCode:
description: 社会统一信用码
type: string
IndustryId:
description: 所属行业id
type: integer
format: int64
IndustryName:
description: 所属行业id
type: string
Province:
description: 省
type: string
Source:
description: 来源
type: string
company.CompanyItem:
title: CompanyItem
type: object
properties:
Address:
description: 详细地址
type: string
AllViewTotal:
description: 总阅读数
type: integer
format: int64
ApproveStatus:
description: 审批状态:'待审批','已审批','驳回' 审批状态为空时,表示没有审批申请
type: string
BtnItem:
$ref: '#/definitions/company.ButtonPermission'
City:
description: 市
type: string
CompanyCode:
description: 客户编码
type: string
CompanyId:
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyType:
description: 客户类型:ficc/权益
type: string
CreatedTime:
description: 创建时间
type: string
CreditCode:
description: 社会统一信用码
type: string
Deadline:
description: 未完成的todo任务的截止日期,截止目前还剩余的天数
type: string
DepartmentId:
description: 部门id
type: integer
format: int64
EndDate:
description: 合同结束日期
type: string
ExpireDay:
description: 到期天数
type: string
FiccLastViewTime:
description: ficc最近一次阅读时间
type: string
FiccPackageType:
description: ficc的套餐类型
type: integer
format: int64
FormalTime:
description: 转正时间
type: string
FreezeEndDate:
description: 冻结结束日期
type: string
FreezeExpireDays:
description: 冻结到期天数
type: integer
format: int64
FreezeReason:
description: 冻结理由
type: string
FreezeStartDate:
description: 冻结开始日期
type: string
FreezeTime:
description: 冻结时间
type: string
GroupId:
description: 分组id
type: integer
format: int64
IndustryName:
description: 所属行业
type: string
IsShared:
description: 是否共享客户
type: boolean
IsSuspend:
description: '是否暂停:1:暂停,0:启用 '
type: integer
format: int64
LoseReason:
description: 流失原因
type: string
LossTime:
description: 流失时间
type: string
Province:
description: 省
type: string
RaiLastViewTime:
description: 权益最近一次阅读时间
type: string
Reasons:
description: 新增理由
type: string
RegionType:
description: 区域:国内,海外
type: string
RenewalReason:
description: 续约说明
type: string
RoadShowTotal:
description: 累计路演次数
type: integer
format: int64
SellerId:
description: 销售ID
type: integer
format: int64
SellerIds:
description: 销售ID集合,包含ficc和权益的销售id
type: string
SellerName:
description: 销售:吉根龙/颖丹
type: string
Source:
description: 客户来源
type: string
StartDate:
description: 合同开始日期
type: string
Status:
description: '客户状态:''试用'',''永续'',''冻结'',''流失'',''正式'' '
type: string
TodoEndTime:
description: 未完成的todo任务的截止日期
type: string
format: datetime
TodoEndTimeStr:
description: 未完成的todo任务的截止日期拼接格式
type: string
TodoStatuss:
description: 任务状态
type: string
TryStageSlice:
description: 试用状态相关
type: array
items:
$ref: '#/definitions/company.TryStageSliceItem'
TryStageStr:
description: 试用客户子标签
type: string
company.CompanyListItem:
title: CompanyListItem
type: object
properties:
Address:
description: 详细地址
type: string
AllViewTotal:
description: 总阅读数
type: integer
format: int64
ApproveStatus:
description: 审批状态:'待审批','已审批','驳回' 审批状态为空时,表示没有审批申请
type: string
BtnItem:
$ref: '#/definitions/company.ButtonPermission'
CanConfirm:
description: 是否允许完成任务,true:允许完成任务
type: boolean
City:
description: 市
type: string
CompanyCode:
description: 客户编码
type: string
CompanyId:
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyType:
description: 客户类型:ficc/权益
type: string
CreatedTime:
description: 创建时间
type: string
CreditCode:
description: 社会统一信用码
type: string
Deadline:
description: 未完成的todo任务的截止日期,截止目前还剩余的天数
type: string
DepartmentId:
description: 部门id
type: integer
format: int64
EndDate:
description: 合同结束日期
type: string
ExpireDay:
description: 到期天数
type: string
FiccLastViewTime:
description: ficc最近一次阅读时间
type: string
FiccPackageType:
description: ficc的套餐类型
type: integer
format: int64
FiccView:
description: Ficc报告阅读次数
type: integer
format: int64
FormalTime:
description: 转正时间
type: string
FreezeEndDate:
description: 冻结结束日期
type: string
FreezeExpireDays:
description: 冻结到期天数
type: integer
format: int64
FreezeReason:
description: 冻结理由
type: string
FreezeStartDate:
description: 冻结开始日期
type: string
FreezeTime:
description: 冻结时间
type: string
GroupId:
description: 分组id
type: integer
format: int64
HiddenConfirm:
description: 是否隐藏完成任务按钮,true:隐藏完成任务按钮
type: boolean
HiddenCreate:
description: 是否隐藏新增/编辑按钮,true:隐藏新增/编辑按钮
type: boolean
IndustryName:
description: 所属行业
type: string
IsShared:
description: 是否共享客户
type: boolean
IsSuspend:
description: '是否暂停:1:暂停,0:启用 '
type: integer
format: int64
LoseReason:
description: 流失原因
type: string
LossTime:
description: 流失时间
type: string
Province:
description: 省
type: string
RaiLastViewTime:
description: 权益最近一次阅读时间
type: string
RaiView:
description: 权益报告阅读次数
type: integer
format: int64
Reasons:
description: 新增理由
type: string
RegionType:
description: 区域:国内,海外
type: string
RenewalReason:
description: 续约说明
type: string
RoadShowTotal:
description: 累计路演次数
type: integer
format: int64
SellerId:
description: 销售ID
type: integer
format: int64
SellerIds:
description: 销售ID集合,包含ficc和权益的销售id
type: string
SellerName:
description: 销售:吉根龙/颖丹
type: string
Source:
description: 客户来源
type: string
StartDate:
description: 合同开始日期
type: string
Status:
description: '客户状态:''试用'',''永续'',''冻结'',''流失'',''正式'' '
type: string
TodoButtonColor:
description: 任务按钮颜色:red,green,gray
type: string
TodoStatus:
description: 是否存在进行中任务,true:存在待处理的任务
type: boolean
TryStageSlice:
description: 试用状态相关
type: array
items:
$ref: '#/definitions/company.TryStageSliceItem'
company.CompanyListResp:
title: CompanyListResp
type: object
properties:
AddCompanyBtn:
type: boolean
List:
type: array
items:
$ref: '#/definitions/company.CompanyListItem'
Paging:
$ref: '#/definitions/paging.PagingItem'
StatusCount:
type: array
items:
$ref: '#/definitions/company.CompanyStatus'
TryStageCount:
type: array
items:
$ref: '#/definitions/company.CompanyTryStageCount'
company.CompanyOperationRecordList:
title: CompanyOperationRecordList
type: object
properties:
ApproveContent:
description: 详情
type: string
ApproveContentExtra:
description: 详情补充
type: string
CompanyId:
description: 客户id
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CreateTime:
description: 操作时间
type: string
Id:
type: integer
format: int64
Operation:
description: 操作
type: string
ProductId:
type: integer
format: int64
ProductName:
type: string
Remark:
description: 备注
type: string
SysRealName:
description: 操作者名称
type: string
SysUserId:
description: 操作者id
type: integer
format: int64
company.CompanyOperationRecordListResp:
title: CompanyOperationRecordListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.CompanyOperationRecordList'
ShowButton:
type: boolean
company.CompanyPermissionResp:
title: CompanyPermissionResp
type: object
properties:
FiccPermissionList:
description: Ficc权限列表
type: array
items:
$ref: '#/definitions/company.PermissionLookList'
PermissionList:
description: 权益权限列表
type: array
items:
$ref: '#/definitions/company.PermissionLookList'
company.CompanyProductDetail:
title: CompanyProductDetail
type: object
properties:
ApproveStatus:
description: 审批状态:'审批中','通过','驳回'
type: string
CompanyId:
description: 客户id
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyProductId:
description: 客户产品id
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
format: datetime
DepartmentId:
description: 销售部门id
type: integer
format: int64
EndDate:
description: 结束日期
type: string
FreezeTime:
description: 冻结时间
type: string
format: datetime
GroupId:
description: 销售分组id
type: integer
format: int64
IndustryId:
description: 行业id
type: integer
format: int64
IndustryName:
description: 行业名称
type: string
IsSuspend:
description: 1:暂停,0:启用
type: integer
format: int64
LoseReason:
description: 流失原因
type: string
LossTime:
description: 流失时间
type: string
format: datetime
ModifyTime:
description: 修改时间
type: string
format: datetime
OpenCode:
description: 开放给第三方的编码,不让第三方定位我们的客户信息
type: string
PermissionList:
type: array
items:
$ref: '#/definitions/company.PermissionLookList'
ProductId:
description: 产品id
type: integer
format: int64
ProductName:
description: 产品名称
type: string
Reasons:
description: 新增理由
type: string
Remark:
description: 备注信息
type: string
Scale:
description: 管理规模,空不填,1::50亿以下,2:50~100亿,3:100亿以上。
type: string
SellerId:
description: 销售id
type: integer
format: int64
SellerName:
description: 销售名称
type: string
Source:
description: 来源
type: string
StartDate:
description: 开始日期
type: string
Status:
description: 客户状态
type: string
SuspendTime:
description: 暂停启用时间
type: string
format: datetime
company.CompanyProductEditReq:
title: CompanyProductEditReq
type: object
properties:
CompanyProductId:
description: 客户产品id
type: integer
format: int64
CompanyType:
description: 客户类型,ficc/权益
type: string
IndustryId:
description: 所属行业id
type: integer
format: int64
PermissionIds:
description: 权限id,多个用英文逗号隔开
type: string
Reasons:
description: 新增理由
type: string
Scale:
description: 管理规模,空不填,1::50亿以下,2:50~100亿,3:100亿以上。
type: string
SellsId:
description: 销售员id
type: integer
format: int64
Source:
description: 来源
type: string
Status:
description: 客户状态,试用,永续
type: string
company.CompanyReceiveItem:
title: CompanyReceiveItem
type: object
properties:
CompanyId:
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CreatedTime:
description: 创建时间
type: string
EndDate:
description: 合同结束日期
type: string
ExpireDay:
description: 到期天数
type: string
IndustryName:
description: 行业
type: string
ProductName:
description: 客户类型:ficc/权益
type: string
SellerName:
description: 销售:吉根龙/颖丹
type: string
StartDate:
description: 合同开始日期
type: string
Status:
description: '客户状态:''试用'',''永续'',''冻结'',''流失'',''正式'' '
type: string
company.CompanyReceiveListResp:
title: CompanyReceiveListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.CompanyReceiveItem'
Paging:
$ref: '#/definitions/paging.PagingItem'
company.CompanyReceiveReq:
title: CompanyReceiveReq
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
CompanyType:
description: 客户类型
type: string
IndustryId:
description: 所属行业id
type: integer
format: int64
PermissionIds:
description: 权限id,多个用英文逗号隔开
type: string
Reasons:
description: 新增理由
type: string
SellsId:
description: 销售员id,流失状态下直接领取,请传 0
type: integer
format: int64
Source:
description: 来源
type: string
Status:
description: 客户状态,试用,永续
type: string
company.CompanyReportPermission:
title: CompanyReportPermission
type: object
properties:
ChartPermissionId:
type: integer
format: int64
CompanyContractId:
description: 合同id
type: integer
format: int64
CompanyId:
type: integer
format: int64
CompanyReportPermissionId:
type: integer
format: int64
CreatedTime:
type: string
format: datetime
EndDate:
description: 权限结束日期
type: string
LastUpdatedTime:
type: string
format: datetime
ModifyTime:
description: 修改时间
type: string
format: datetime
ProductId:
description: 产品id
type: integer
format: int64
ProductName:
description: 产品名称
type: string
ReportPermissionId:
type: integer
format: int64
StartDate:
description: 权限开始日期
type: string
Status:
description: '''正式'',''试用'',''关闭'''
type: string
company.CompanyReportPermissionAndName:
title: CompanyReportPermissionAndName
type: object
properties:
ChartPermissionId:
type: integer
format: int64
ClassifyName:
description: 客户授权产品的分类名称
type: string
CompanyContractId:
description: 合同id
type: integer
format: int64
CompanyId:
type: integer
format: int64
CompanyReportPermissionId:
description: 客户授权产品id
type: integer
format: int64
CreatedTime:
type: string
format: datetime
EndDate:
description: 权限结束日期
type: string
LastUpdatedTime:
type: string
format: datetime
ModifyTime:
description: 修改时间
type: string
format: datetime
PermissionName:
description: 客户授权产品的名称
type: string
ProductId:
description: 产品id
type: integer
format: int64
ProductName:
description: 产品名称
type: string
ReportPermissionId:
type: integer
format: int64
StartDate:
description: 权限开始日期
type: string
Status:
description: '''正式'',''试用'',''关闭'''
type: string
company.CompanySearchItem:
title: CompanySearchItem
type: object
properties:
ApproveStatus:
description: 审批状态:'审批中','通过','驳回' 审批状态为空时,表示没有审批申请
type: string
BtnItem:
$ref: '#/definitions/company.ButtonPermission'
CompanyCode:
description: 客户编码
type: string
CompanyId:
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyType:
description: 客户类型:ficc/权益
type: string
CreditCode:
description: 社会统一信用码
type: string
DepartmentId:
description: 部门id
type: integer
format: int64
Duration:
description: 时长
type: string
EndDate:
description: 合同结束日期
type: string
FormalTime:
description: 转正时间
type: string
FreezeEndDate:
description: 冻结结束日期
type: string
FreezeStartDate:
description: 冻结开始日期
type: string
FreezeTime:
description: 冻结时间
type: string
GroupId:
description: 分组id
type: integer
format: int64
IsMoveShow:
description: 按钮显示控制:1:显示,移动按钮,0:不显示移动按钮
type: integer
format: int64
IsSuspend:
description: '是否暂停:1:暂停,0:启用 '
type: integer
format: int64
LoseReason:
description: 流失原因
type: string
LossTime:
description: 流失时间
type: string
ProductId:
description: 产品id
type: integer
format: int64
RegionType:
description: 地区类型,国内,国外
type: string
SellerId:
description: 销售id
type: integer
format: int64
SellerIds:
description: 销售ID集合,包含ficc和权益的销售id
type: string
SellerName:
description: 销售:吉根龙/颖丹
type: string
StartDate:
description: 合同开始日期
type: string
Status:
description: '客户状态:''试用'',''永续'',''冻结'',''流失'',''正式'' '
type: string
company.CompanySearchListResp:
title: CompanySearchListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.CompanySearchItem'
Paging:
$ref: '#/definitions/paging.PagingItem'
company.CompanySearchResp:
title: CompanySearchResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.CompanyItem'
company.CompanySellerResp:
title: CompanySellerResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.CompanySellers'
company.CompanySellers:
title: CompanySellers
type: object
properties:
AdminId:
description: 系统用户id
type: integer
format: int64
AdminName:
description: 系统用户名称
type: string
RealName:
description: 用户真实名称
type: string
company.CompanyStatus:
title: CompanyStatus
type: object
properties:
Count:
description: '数量 '
type: integer
format: int64
Status:
description: '客户状态:''试用'',''永续'',''冻结'',''流失'',''正式'',''试用-活跃'',''试用-非活跃'' '
type: string
company.CompanyTryStageCount:
title: CompanyTryStageCount
type: object
properties:
Count:
description: '数量 '
type: integer
format: int64
TryStage:
description: 试用客户子标签:1未分类、2 推进、3 跟踪、4 预备
type: integer
format: int64
TryStageStr:
description: 试用客户子标签:未分类、推进、跟踪、预备
type: string
company.CompanyUser:
title: CompanyUser
type: object
properties:
ApplyMethod:
description: 0:未申请,1:已付费客户申请试用,2:非客户申请试用
type: integer
format: int64
BusinessCardUrl:
description: 名片地址
type: string
CompanyId:
description: 公司id
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
CountryCode:
description: 区号,86、852、886等
type: string
CreatedTime:
description: 创建时间
type: string
DepartmentId:
description: 所属销售分组id
type: integer
format: int64
DepartmentName:
description: 联系人部门
type: string
Email:
description: 邮箱
type: string
GroupId:
description: 所属销售分组id
type: integer
format: int64
HasMove:
description: true:可移动,false:显示知道了
type: boolean
IsChartPermissionSetting:
description: 是否设置过图表权限, 0-未设置,1-已设置,2-无需设置
type: integer
format: int64
IsMaker:
description: 是否决策人,1:是,0:否
type: integer
format: int64
IsRegister:
description: 是否注册,true:已注册,false:未注册
type: boolean
IsShared:
description: 是否共享联系人
type: boolean
LastViewTimeStr:
description: 最后一次阅读时间
type: string
Mobile:
description: 手机号
type: string
MobileTwo:
description: 备用手机号
type: string
Position:
description: 职位
type: string
ProductIds:
description: 商品权限集合,用英文,隔开
type: string
RealName:
description: 姓名
type: string
RegisterPlatform:
description: 注册平台,1:微信端,2:网页端
type: integer
format: int64
RegisterTime:
description: 注册时间
type: string
SellerId:
description: 销售id
type: integer
format: int64
SellerName:
description: 销售名称
type: string
SellerRealName:
description: 销售
type: string
Sex:
description: 普通用户性别,1为男性,2为女性
type: integer
format: int64
Status:
description: 客户状态
type: string
UserId:
type: integer
format: int64
ViewTotal:
description: 累计阅读次数
type: integer
format: int64
YbProductViewTotal:
description: 研报分产品阅读统计
type: integer
format: int64
company.CompanyUserListResp:
title: CompanyUserListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.CompanyUser'
Paging:
$ref: '#/definitions/paging.PagingItem'
company.CompanyUserTotal:
title: CompanyUserTotal
type: object
properties:
Total:
description: 联系人总数
type: integer
format: int64
company.ContractPermissionList:
title: ContractPermissionList
type: object
properties:
CheckAll:
type: boolean
CheckList:
type: array
items:
type: integer
format: int64
ClassifyName:
description: 分类
type: string
Items:
type: array
items:
$ref: '#/definitions/company.PermissionLookItem'
company.DeletePptReq:
title: DeletePptReq
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
company.DeleteUserReq:
title: DeleteUserReq
type: object
properties:
UserId:
type: integer
format: int64
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.EditUserReq:
title: EditUserReq
type: object
properties:
BusinessCardUrl:
description: 名片地址
type: string
CompanyId:
description: 客户id
type: integer
format: int64
CountryCode:
description: 区号,86、852、886等
type: string
DepartmentName:
description: 联系人部门
type: string
Email:
description: 邮箱
type: string
IsMaker:
description: 是否决策人,1:是,0:否
type: integer
format: int64
MobileOne:
description: 手机号1
type: string
MobileTwo:
description: 手机号2
type: string
Position:
description: 职位
type: string
RealName:
description: 姓名
type: string
Sex:
description: 用户性别,1为男性,2为女性
type: integer
format: int64
UserId:
type: integer
format: int64
company.MoveSellerReq:
title: MoveSellerReq
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
CompanyType:
description: 客户类型
type: string
SellsId:
description: 销售员id
type: integer
format: int64
company.PermissionAddTryOutReq:
title: PermissionAddTryOutReq
type: object
properties:
ChartPermissionId:
description: 权限id,多个用英文逗号隔开
type: string
CompanyId:
description: 客户id
type: integer
format: int64
company.PermissionLookItem:
title: PermissionLookItem
type: object
properties:
ChartPermissionId:
description: 权限id
type: integer
format: int64
Checked:
description: 选中状态
type: boolean
ClassifyName:
description: 分类
type: string
EndDate:
description: 权限结束日期
type: string
ExpireDay:
description: 到期天数
type: string
PermissionName:
description: 权限名称
type: string
PermissionType:
description: 1主观,2客观
type: integer
format: int64
PermissionTypeName:
description: 主观、客观
type: string
Remark:
description: 备注
type: string
StartDate:
description: 权限开始日期
type: string
Status:
description: '''正式'',''试用'',''关闭'''
type: string
company.PermissionLookList:
title: PermissionLookList
type: object
properties:
CheckList:
type: array
items:
type: integer
format: int64
ClassifyName:
description: 分类
type: string
Items:
type: array
items:
$ref: '#/definitions/company.PermissionLookItem'
ItemsType:
description: 主观客观列表
type: array
items:
$ref: '#/definitions/company.PermissionSetItemType'
company.PermissionLookResp:
title: PermissionLookResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.PermissionLookList'
ListRai:
description: 权益
type: array
items:
$ref: '#/definitions/company.PermissionLookList'
company.PermissionLookSandoResp:
title: PermissionLookSandoResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.PermissionLookList'
ListType:
description: 主观客观列表
type: array
items:
$ref: '#/definitions/company.PermissionSetListType'
company.PermissionSetItem:
title: PermissionSetItem
type: object
properties:
ChartPermissionId:
description: 权限id
type: integer
format: int64
Checked:
description: 选中状态
type: boolean
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'
company.ReceiveGroupSellers:
title: ReceiveGroupSellers
type: object
properties:
AdminId:
description: 系统用户id
type: string
ChildrenList:
description: 销售列表
type: array
items:
$ref: '#/definitions/company.ReceiveGroupSellers'
RealName:
description: 用户真实名称
type: string
company.ReceiveGroupSellersResp:
title: ReceiveGroupSellersResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.ReceiveGroupSellers'
company.RemarkReq:
title: RemarkReq
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
Remark:
description: 备注
type: string
company.RemarkResp:
title: RemarkResp
type: object
properties:
CreateTime:
description: 添加时间
type: string
ProductName:
description: 客户产品:ficc:权益:
type: string
Remark:
description: 未续约说明
type: string
company.RenewalReasonReq:
title: RenewalReasonReq
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
ProductId:
description: 客户产品id:ficc:1;权益:2
type: integer
format: int64
Remark:
description: 未续约理由
type: string
Renew:
description: 是否勾选不再跟进 1:勾选,0:未勾选
type: integer
format: int64
RenewalTodo:
description: 待办事项说明
type: string
company.RoadShowListResp:
title: RoadShowListResp
type: object
properties:
Researchers:
description: 研究员
type: string
RoadShowTime:
description: 路演时间
type: string
RoadshowPlatform:
description: 路演平台:线上时为平台,线下时为省市
type: string
RoadshowType:
description: 路演形式
type: string
SysUserRealName:
description: 对接销售
type: string
company.SuspendReq:
title: SuspendReq
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
company.TryOutCompanyList:
title: TryOutCompanyList
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyProductId:
description: 客户产品id
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
format: datetime
CreditCode:
description: 社会统一信用码
type: string
EndDate:
description: 结束日期
type: string
ExpireDays:
description: 到期日期
type: integer
format: int64
LastDescriptionTime:
description: 上次添加说明时间
type: string
ModifyTime:
description: 修改时间
type: string
format: datetime
ProductId:
description: 产品id
type: integer
format: int64
ProductName:
description: 产品名称
type: string
RenewalIntention:
description: 是否勾选无续约意向,1:确认,0:未确认
type: integer
format: int64
RenewalReason:
description: 正式转试用后的续约情况说明
type: string
RenewalTodo:
description: 未续约说明中的待办事项说明
type: string
StartDate:
description: 开始日期
type: string
Status:
description: 客户状态
type: string
TryOutTime:
description: 正式转试用时间
type: string
format: datetime
company.TryOutReq:
title: TryOutReq
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
OperationId:
description: operation record id
type: integer
format: int64
ProductId:
description: 客户产品id:ficc:1;权益:2
type: integer
format: int64
Remark:
description: 未续约理由
type: string
Renew:
description: 是否勾选不再跟进 1:勾选,0:未勾选
type: integer
format: int64
RenewalTodo:
description: 待办事项说明
type: string
company.TryStageSliceItem:
title: TryStageSliceItem
type: object
properties:
HasPermission:
description: 是否有权限设置标签
type: boolean
ProductId:
description: 产品ID
type: integer
format: int64
TryStage:
description: 试用客户子标签1未分类、2 推进、3 跟踪、4 预备
type: integer
format: int64
company.UpdateTryStageReq:
title: UpdateTryStageReq
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
ProductId:
description: 产品ID
type: integer
format: int64
TryStage:
description: 试用客户子标签:1未分类、2 推进、3 跟踪、4 预备
type: integer
format: int64
company.ViewReportList:
title: ViewReportList
type: object
properties:
CreatedTime:
description: 创建时间
type: string
MatchTypeName:
description: 匹配类型
type: string
ReportType:
description: 报告类型 'day 晨报'、'week 周报'、'twoweek 双周报'、'month 月报'、'rddp 日度点评'、'cygx
查研观向'、'advisory 每日商品聚焦'
type: string
ResearchReportName:
description: 报告标题
type: string
StopTime:
description: 停留时间
type: string
TxtType:
description: 类型 ficc:ficc 、 rights:权益
type: string
company.ViewReportListResp:
title: ViewReportListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.ViewReportList'
Total:
description: 数量
type: integer
format: int64
company_todo.ApproveCompanyTodoReq:
title: ApproveCompanyTodoReq
type: object
properties:
Id:
description: 客户任务记录id
type: integer
format: int64
company_todo.CompanyTodo:
title: CompanyTodo
type: object
properties:
ApproveTime:
description: 审核时间
type: string
format: datetime
ApproveUserId:
description: 审批人用户id
type: integer
format: int64
ApproveUserName:
description: 审批人用户姓名
type: string
ApprovedCompanyStatus:
description: 审批时,客户状态
type: string
ApprovedSellerId:
description: 审批时,客户所属销售id
type: integer
format: int64
ApprovedSellerName:
description: 审批时,客户所属销售名称
type: string
CompanyId:
description: 客户id
type: integer
format: int64
Content:
description: 任务描述
type: string
CreateTime:
description: 创建时间
type: string
format: datetime
CreateUserId:
description: 创建人用户id
type: integer
format: int64
CreateUserName:
description: 创建人用户姓名
type: string
CreatedCompanyStatus:
description: 创建时,客户状态
type: string
EndTime:
description: 截止时间
type: string
format: datetime
Id:
type: integer
format: int64
ModifyTime:
description: 修改时间
type: string
format: datetime
ProductId:
description: 客户产品id
type: integer
format: int64
SellerId:
description: 客户所属销售id
type: integer
format: int64
SellerName:
description: 客户所属销售名称
type: string
Status:
description: 待办单状态,枚举值:进行中,已完成,已作废
type: string
company_todo.CompanyTodoAddReq:
title: CompanyTodoAddReq
type: object
properties:
CompanyId:
description: 客户id
type: integer
format: int64
Description:
description: 任务描述
type: string
EndTime:
description: 截止时间
type: string
ProductId:
description: 产品id,ficc传:1,权益传:2
type: integer
format: int64
contract.ContractApprovalList:
title: ContractApprovalList
type: object
properties:
ApplyContent:
description: 待审内容
type: string
ApproveRemark:
description: 审核备注
type: string
ApproveTime:
description: 审批时间
type: string
format: datetime
ApproveTimeStr:
description: 审批时间(字符串类型)
type: string
CheckBackFileTime:
description: 合同签回时间
type: string
format: datetime
CheckBackFileTimeStr:
description: 合同签回时间(字符串类型)
type: string
CheckBackFileUrl:
description: 签回合同下载地址
type: string
CompanyName:
description: 客户名称
type: string
ContractApprovalId:
description: 审批单id
type: integer
format: int64
ContractApprovalRecordId:
description: 审批流id
type: integer
format: int64
ContractBusinessType:
description: 合同业务类型
type: string
ContractCode:
description: 合同编号
type: string
ContractId:
description: 合同id
type: integer
format: int64
ContractInfo:
$ref: '#/definitions/contract.ContractDetail'
description: 提交审批时的合同信息;合同快照
ContractType:
description: 合同类型
type: string
CreateTime:
description: 发起审批的时间
type: string
format: datetime
CreateTimeStr:
description: 发起审批的时间(字符串类型)
type: string
EndDate:
description: 合同结束日期
type: string
format: datetime
EndDateStr:
description: 合同结束日期(字符串类型)
type: string
FileUrl:
description: 合同下载地址
type: string
InvalidTime:
description: 作废时间
type: string
format: datetime
InvalidTimeStr:
description: 作废时间(字符串类型)
type: string
ModifyTime:
description: 最后一次修改的时间
type: string
format: datetime
ModifyTimeStr:
description: 最后一次修改的时间(字符串类型)
type: string
OpButton:
$ref: '#/definitions/contract.ContractButton'
description: 按钮操作权限
PayChannel:
description: 支付渠道
type: string
Price:
description: 合同金额
type: number
format: double
ProductId:
description: 产品id,1:ficc;2:权益
type: integer
format: int64
RescindFileUrl:
description: 解约合同下载地址
type: string
RescindTime:
description: 解约时间
type: string
format: datetime
RescindTimeStr:
description: 解约时间(字符串类型)
type: string
SellerId:
description: 销售id
type: integer
format: int64
SellerName:
description: 销售名称
type: string
StartDate:
description: 合同开始日期
type: string
format: datetime
StartDateStr:
description: 合同开始日期(字符串类型)
type: string
Status:
description: 审批单状态,枚举值:待审批','已审批','已驳回','已撤回',默认待审批
type: string
contract.ContractButton:
title: ContractButton
type: object
properties:
Approval:
description: 是否具有审核操作权限,true才允许审核操作
type: boolean
CheckBackFile:
description: 是否具有文件签回权限,true才允许操作
type: boolean
RescindFile:
description: 是否具有文件解约权限,true才允许操作
type: boolean
contract.ContractDetail:
title: ContractDetail
type: object
properties:
Address:
description: 详细地址
type: string
ApprovalRemark:
description: 审核备注
type: string
ApproveTime:
description: 审批时间
type: string
format: datetime
ApproveTimeStr:
description: 审批时间(字符串形式)
type: string
CheckBackFileTime:
description: 合同签回时间
type: string
format: datetime
CheckBackFileTimeStr:
description: 合同签回时间(字符串形式)
type: string
CheckBackFileUrl:
description: 签回合同文件地址
type: string
City:
description: 市级名称,长度32位
type: string
CityId:
description: 市级id
type: integer
format: int64
CompanyName:
description: 客户名称,甲方名称,长度32位
type: string
ContractBusinessType:
description: 合同业务类型,枚举值:'业务合同','代付合同'
type: string
ContractCode:
description: 合同编号,长度32位
type: string
ContractId:
description: 合同唯一id
type: integer
format: int64
ContractType:
description: 合同类型,枚举值:'新签合同','续约合同','补充协议'
type: string
CreateTime:
description: 合同添加时间
type: string
format: datetime
CreateTimeStr:
description: 合同添加时间(字符串形式)
type: string
CreditCode:
description: 社会统一信用代码,长度64位
type: string
EndDate:
description: 合同结束日期
type: string
format: datetime
EndDateStr:
description: 合同结束时间(字符串形式)
type: string
Fax:
description: 传真,长度32位
type: string
FileUrl:
description: 合同文件地址
type: string
InvalidTime:
description: 作废时间
type: string
format: datetime
InvalidTimeStr:
description: 作废时间(字符串形式)
type: string
ModifyContent:
description: 修改内容
type: string
ModifyTime:
description: 合同最近一次修改时间
type: string
format: datetime
ModifyTimeStr:
description: 最近一次更新时间(字符串形式)
type: string
OriginalPrice:
description: 合同原金额,优惠前的金额
type: number
format: double
PayChannel:
description: 付款渠道,长度255位
type: string
PayRemark:
description: 付款方式说明,长度255位
type: string
PermissionLookList:
description: 合同里面的权限列表
type: array
items:
$ref: '#/definitions/contract.PermissionLookList'
Phone:
description: 电话,长度32位
type: string
Postcode:
description: 邮编,长度16位
type: string
Price:
description: 实际金额,优惠后的金额
type: number
format: double
ProductId:
description: 产品id,1:ficc;2:权益
type: integer
format: int64
Province:
description: 省级名称,长度16位
type: string
ProvinceId:
description: 省级id
type: integer
format: int64
RelationContractDetailList:
description: 关联合同详情
type: array
items:
$ref: '#/definitions/contract.ContractDetail'
Remark:
description: 补充内容,长度255位
type: string
RescindFileUrl:
description: 解约合同文件地址
type: string
RescindTime:
description: 解约时间
type: string
format: datetime
RescindTimeStr:
description: 解约时间(字符串形式)
type: string
SellerId:
description: 所属销售id
type: integer
format: int64
SellerName:
description: 所属销售名称
type: string
SellerRemark:
description: 销售备注,长度255位
type: string
Service:
type: array
items:
$ref: '#/definitions/contract.ContractServiceAndDetail'
SourceId:
description: 来源合同id,默认是0;如果是通过其他合同复制过来的,那么就是原合同的id
type: integer
format: int64
StartDate:
description: 合同开始日期
type: string
format: datetime
StartDateStr:
description: 合同起始时间(字符串形式)
type: string
Status:
description: 合同状态,枚举值:'待提交','待审批','已撤回','已审批','已驳回','已作废','已解约'
type: string
TemplateId:
description: 模板id
type: integer
format: int64
contract.ContractList:
title: ContractList
type: object
properties:
Address:
description: 详细地址
type: string
ApprovalRemark:
description: 审核备注
type: string
ApproveTime:
description: 审批时间
type: string
format: datetime
ApproveTimeStr:
description: 审批时间(字符串形式)
type: string
CheckBackFileTime:
description: 合同签回时间
type: string
format: datetime
CheckBackFileTimeStr:
description: 合同签回时间(字符串形式)
type: string
CheckBackFileUrl:
description: 签回合同文件地址
type: string
City:
description: 市级名称,长度32位
type: string
CityId:
description: 市级id
type: integer
format: int64
CompanyName:
description: 客户名称,甲方名称,长度32位
type: string
ContractBusinessType:
description: 合同业务类型,枚举值:'业务合同','代付合同'
type: string
ContractCode:
description: 合同编号,长度32位
type: string
ContractId:
description: 合同唯一id
type: integer
format: int64
ContractType:
description: 合同类型,枚举值:'新签合同','续约合同','补充协议'
type: string
CreateTimeStr:
description: 合同添加时间(字符串形式)
type: string
CreditCode:
description: 社会统一信用代码,长度64位
type: string
EndDateStr:
description: 合同结束时间
type: string
Fax:
description: 传真,长度32位
type: string
FileUrl:
description: 合同文件地址
type: string
InvalidTime:
description: 作废时间
type: string
format: datetime
InvalidTimeStr:
description: 作废时间(字符串形式)
type: string
ModifyContent:
description: 修改内容
type: string
ModifyTimeStr:
description: 最近一次更新时间(字符串形式)
type: string
OpButton:
$ref: '#/definitions/contract.ContractOpButton'
description: 按钮操作权限
OriginalPrice:
description: 合同原金额,优惠前的金额
type: number
format: double
PayChannel:
description: 付款渠道,长度255位
type: string
PayRemark:
description: 付款方式说明,长度255位
type: string
Phone:
description: 电话,长度32位
type: string
Postcode:
description: 邮编,长度16位
type: string
Price:
description: 实际金额,优惠后的金额
type: number
format: double
ProductId:
description: 产品id,1:ficc;2:权益
type: integer
format: int64
Province:
description: 省级名称,长度16位
type: string
ProvinceId:
description: 省级id
type: integer
format: int64
RelationContractList:
description: 关联合同信息
type: array
items:
$ref: '#/definitions/contract.RelationContractList'
RescindFileUrl:
description: 解约合同文件地址
type: string
RescindTime:
description: 解约时间
type: string
format: datetime
RescindTimeStr:
description: 解约时间(字符串形式)
type: string
SellerId:
description: 所属销售id
type: integer
format: int64
SellerName:
description: 所属销售名称
type: string
Service:
type: array
items:
$ref: '#/definitions/contract.ContractServiceAndDetail'
SourceId:
description: 来源合同id,默认是0;如果是通过其他合同复制过来的,那么就是原合同的id
type: integer
format: int64
StartDateStr:
description: 合同起始时间
type: string
Status:
description: 合同状态,枚举值:'待提交','待审批','已撤回','已审批','已驳回','已作废','已签回','已解约'
type: string
TemplateId:
description: 模板id
type: integer
format: int64
contract.ContractOpButton:
title: ContractOpButton
type: object
properties:
Cancel:
description: 是否具有撤回操作权限,true才允许撤回操作
type: boolean
UpdateFile:
description: 是否具有更新合同附件权限,true才允许更新合同附件操作
type: boolean
contract.ContractServiceAndDetail:
title: ContractServiceAndDetail
type: object
properties:
ChartPermissionId:
description: 权限id
type: integer
format: int64
ContractId:
description: 合同id
type: integer
format: int64
ContractServiceId:
type: integer
format: int64
DetailList:
type: array
items:
$ref: '#/definitions/contract.ContractServiceDetail'
HasDetail:
description: 是否有详情,枚举值:是、否;默认:否
type: string
ProductId:
description: 产品id,1:ficc;2:权益
type: integer
format: int64
ServiceTemplateId:
description: 合同服务模板id
type: integer
format: int64
TableValue:
description: 表格数据,用于word生成时的json数据
type: string
Title:
description: 套餐标题
type: string
Value:
description: 套餐的值
type: string
contract.ContractServiceDetail:
title: ContractServiceDetail
type: object
properties:
Col1:
description: 第1列数据
type: string
Col2:
description: 第2列数据
type: string
Col3:
description: 第3列数据
type: string
Col4:
description: 第4列数据
type: string
Col5:
description: 第5列数据
type: string
Col6:
description: 第6列数据
type: string
Col7:
description: 第7列数据
type: string
ContractId:
description: 合同id
type: integer
format: int64
ContractServiceId:
description: 合同服务id
type: integer
format: int64
CreateTime:
description: 数据添加时间
type: string
format: datetime
Id:
type: integer
format: int64
ServiceTemplateId:
description: 服务模板id
type: integer
format: int64
contract.ContractServiceTemplateMapItems:
title: ContractServiceTemplateMapItems
type: object
properties:
ChartPermissionId:
description: 权限id
type: integer
format: int64
Children:
type: array
items:
$ref: '#/definitions/contract.ContractServiceTemplateMapItems'
Detail:
type: array
items:
$ref: '#/definitions/contract.ContractServiceDetail'
Pid:
description: 父级id
type: integer
format: int64
ProductId:
description: 产品id
type: string
SelectName:
description: 选择器名称
type: string
SelectType:
description: 选择器类型,单选还是多选,radio;单选:checkbox
type: string
ServiceTemplateId:
type: integer
format: int64
Title:
description: 套餐名称
type: string
Value:
description: 对应的数据
type: string
contract.ContractTemplate:
title: ContractTemplate
type: object
properties:
ContentConfig:
description: 合同中一些特定区域的文字展示配置;json格式
type: string
ContractTemplateId:
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
format: datetime
Html:
description: html模板
type: string
PdfHtml:
description: 生成pdf的html模板
type: string
ProductId:
description: 产品id
type: integer
format: int64
Title:
description: 标题
type: string
Url:
description: 模板地址
type: string
WordConfig:
description: 生成word的json配置
type: string
contract.PayChannel:
title: PayChannel
type: object
properties:
CreateTime:
description: 添加时间
type: string
format: datetime
Id:
type: integer
format: int64
PayChannel:
description: 支付渠道,长度32位
type: string
contract.PermissionLookItem:
title: PermissionLookItem
type: object
properties:
ChartPermissionId:
description: 权限id
type: integer
format: int64
ClassifyName:
description: 分类
type: string
PermissionName:
description: 权限名称
type: string
contract.PermissionLookList:
title: PermissionLookList
type: object
properties:
ClassifyName:
description: 分类
type: string
Items:
type: array
items:
$ref: '#/definitions/contract.PermissionLookItem'
contract.RelationContractList:
title: RelationContractList
type: object
properties:
CompanyName:
description: 甲方名称
type: string
ContractId:
description: 合同id
type: integer
format: int64
PaymentOnBehalfContractId:
description: 代付合同id
type: integer
format: int64
Price:
description: 付款金额
type: number
format: double
Service:
type: array
items:
$ref: '#/definitions/contract.ContractServiceAndDetail'
cygx.ActivityCcustomerType:
title: ActivityCcustomerType
type: object
properties:
CustomerName:
description: 活动名称
type: string
CustomerTypeId:
description: 活动类型id
type: integer
format: int64
cygx.ActivityCcustomerTypeList:
title: ActivityCcustomerTypeList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.ActivityCcustomerType'
cygx.ActivityDetail:
title: ActivityDetail
type: object
properties:
ActiveState:
description: 活动进行状态 未开始:1、进行中2、已结束3
type: integer
format: int64
ActivityId:
type: integer
format: int64
ActivityName:
description: 活动名称
type: string
ActivityTime:
description: 活动时间
type: string
ActivityTimeText:
description: 活动时间带文字
type: string
ActivityTypeId:
description: 活动类型id
type: integer
format: int64
ActivityTypeName:
description: 活动类型名称
type: string
Address:
description: 活动地址
type: string
AdminId:
description: 销售/管理员ID
type: integer
format: int64
AdminName:
description: 销售/管理员姓名
type: string
AmericaTell:
description: 美国拨入号
type: string
Body:
description: 内容
type: string
ChartPermissionId:
description: 行业id
type: integer
format: int64
ChartPermissionName:
description: 行业名称
type: string
City:
description: 城市
type: string
CreateTime:
description: 创建时间
type: string
CustomerTypeIds:
description: 活动可见的客户类型,多个ID用 , 隔开
type: string
DistinguishedGuest:
description: 嘉宾
type: string
Expert:
description: 专家
type: string
Highlights:
description: 活动亮点
type: string
HongKongTell:
description: 香港拨入号
type: string
Host:
description: 主持人
type: string
IsCanAppointmentMinutes:
description: '是否可预约纪要 1是 ,0 否 默认0 '
type: integer
format: int64
IsHideAppointment:
description: 是否隐藏预约纪要按钮 1是,0 否
type: integer
format: int64
IsLimitPeople:
description: 是否限制人数 1是,0否
type: integer
format: int64
IsMakerShow:
description: 是否仅决策人可见 0,否 、1,是
type: integer
format: int64
IsShowSubjectName:
description: '小程序内是否展示标的名称 1是 ,0 否 默认0 '
type: integer
format: int64
IsSubmitMeeting:
description: 是否提交过到会情况,1是,0否
type: integer
format: int64
Label:
description: 标签
type: string
LastUpdatedTime:
description: 更新时间
type: string
LimitPeopleNum:
description: 限制的人数数量
type: string
ListIndustrial:
type: array
items:
$ref: '#/definitions/cygx.IndustrialActivityGroupManagementRep'
ListSubject:
type: array
items:
$ref: '#/definitions/cygx.SubjectActivityGroupManagementRep'
MainlandTell:
description: 大陆拨入号
type: string
OnlineParticipation:
description: 网络参会
type: string
ParticipationCode:
description: 参会密码
type: string
PermissionType:
description: 1主观,2客观
type: integer
format: int64
PublishStatus:
description: 发布状态 1已发布,0未发布
type: integer
format: int64
Remarks:
description: 备注
type: string
ReportLink:
description: 报告链接
type: string
Scale:
description: 管理规模,空不填,1::50亿以下,2:50~100亿,3:100亿以上。多个用, 隔开
type: string
ShowType:
description: 人数限制类型,1不展示限制,2可选限制,3强制限制
type: string
Speaker:
description: 主讲人
type: string
TaiwanTell:
description: 台湾拨入号
type: string
TemporaryLabel:
description: 临时标签
type: string
Theme:
description: 主题
type: string
VisibleRange:
description: 可见范围 1,仅本组可见 、2,全部客户可见
type: integer
format: int64
VoiceList:
type: array
items:
$ref: '#/definitions/cygx.CygxActivityVoiceReq'
YidongActivityEndTime:
description: 易董活动截止时间
type: string
YidongActivityId:
description: 易董的活动ID
type: string
cygx.ActivityGroupIndustrialRep:
title: ActivityGroupIndustrialRep
type: object
properties:
IndustrialManagementIdS:
description: 产业ID,多个用 , 隔开
type: string
IndustrialSubjectIdS:
description: 标的ID,多个用,隔开
type: string
IsCanAppointmentMinutes:
description: '是否可预约纪要 1是 ,0 否 默认0 '
type: integer
format: int64
IsShowSubjectName:
description: '小程序内是否展示标的名称 1是 ,0 否 默认0 '
type: integer
format: int64
TemporaryLabel:
description: 临时标签
type: string
cygx.ActivityHelpAsk:
title: ActivityHelpAsk
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
AskId:
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
Content:
description: 内容
type: string
CreateTime:
description: 创建时间
type: string
Mobile:
description: 手机号
type: string
RealName:
description: 姓名
type: string
UserId:
description: 用户ID
type: integer
format: int64
cygx.ActivityHelpAskListResp:
title: ActivityHelpAskListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.ActivityHelpAsk'
cygx.ActivityIdRep:
title: ActivityIdRep
type: object
properties:
ActivityId:
description: 活动id
type: integer
format: int64
cygx.ActivityRep:
title: ActivityRep
type: object
properties:
ActivityId:
description: 活动ID 等于0新增活动,大于0修改活动
type: integer
format: int64
ActivityTypeId:
description: 活动类型id
type: integer
format: int64
Body:
description: 内容
type: string
CustomerTypeIds:
description: '活动可见的客户类型,多个ID用 , 隔开 1、永续客户; 2、大套餐客户; 3、行业套餐客户; 4、专家套餐客户; 5、试用客户;6、冻结客户;7、流失客户 '
type: string
DoType:
description: 操作类型 0,保存 、1,发布
type: integer
format: int64
IndustrialManagementIdS:
description: 产业ID,多个用 , 隔开
type: string
IndustrialSubjectIdS:
description: 标的ID,多个用,隔开
type: string
IsMakerShow:
description: 是否仅决策人可见 0,否 、1,是
type: integer
format: int64
LabelType:
description: 标签类型 ,1单主题标签 ,2多主题标签
type: integer
format: int64
LimitPeopleNum:
description: 限制的人数数量
type: integer
format: int64
List:
type: array
items:
$ref: '#/definitions/cygx.ActivityGroupIndustrialRep'
PermissionName:
description: 行业名称
type: string
Scale:
description: 管理规模,空不填,1::50亿以下,2:50~100亿,3:100亿以上。多个用, 隔开
type: string
VisibleRange:
description: 可见范围 1,仅本组可见 、2,全部客户可见
type: integer
format: int64
VoiceList:
type: array
items:
$ref: '#/definitions/cygx.CygxActivityVoiceReq'
cygx.ActivitySpecialDetail:
title: ActivitySpecialDetail
type: object
properties:
ActivityId:
type: integer
format: int64
ActivityTimeText:
description: 活动预期时间带文字
type: string
AdminId:
description: 销售/管理员ID
type: integer
format: int64
AdminName:
description: 销售/管理员姓名
type: string
ChartPermissionId:
description: 行业id
type: integer
format: int64
ChartPermissionName:
description: 行业名称
type: string
City:
description: 调研城市
type: string
CustomerName:
description: 活动可见—套餐类型
type: string
CustomerTypeIds:
description: 活动可见的客户类型,多个ID用 , 隔开
type: string
IndustrialName:
description: 产业名称
type: string
IndustrialSubjectName:
description: 标的名称(相关公司)
type: string
IsShowSubjectName:
description: '小程序内是否展示标的名称 1是 ,0 否 默认0 '
type: integer
format: int64
Label:
description: 标签
type: string
ListIndustrial:
type: array
items:
$ref: '#/definitions/cygx.IndustrialActivityGroupManagementRep'
ListSubject:
type: array
items:
$ref: '#/definitions/cygx.SubjectActivityGroupManagementRep'
PublishStatus:
description: 发布状态 1已发布,0未发布
type: integer
format: int64
ResearchTheme:
description: 调研主题
type: string
Scale:
description: 管理规模,空不填,1::50亿以下,2:50~100亿,3:100亿以上。多个用, 隔开
type: string
SpecialType:
description: 调研形式、 1 线上 , 2 线下
type: integer
format: int64
TemporaryLabel:
description: 临时标签
type: string
TemporarySubject:
description: 临时标的
type: string
TripImgLink:
description: 行程图片链接
type: string
cygx.ActivitySpecialRep:
title: ActivitySpecialRep
type: object
properties:
ActivityId:
description: 活动ID 等于0新增活动,大于0修改活动
type: integer
format: int64
ActivityTimeText:
description: 活动预期时间带文字
type: string
City:
description: 调研城市
type: string
CustomerTypeIds:
description: 活动可见的客户类型,多个ID用 , 隔开
type: string
DoType:
description: 操作类型 0,保存 、1,发布
type: integer
format: int64
IndustrialManagementIdS:
description: 产业ID,多个ID用 , 隔开
type: string
IndustrialSubjectIdS:
description: 标的ID,多个ID用 , 隔开
type: string
IsShowSubjectName:
description: '小程序内是否展示标的名称 1是 ,0 否 默认0 '
type: integer
format: int64
PermissionName:
description: 行业名称
type: string
ResearchTheme:
description: 调研主题
type: string
Scale:
description: 管理规模,空不填,1::50亿以下,2:50~100亿,3:100亿以上。多个用, 隔开
type: string
SpecialType:
description: 调研形式、 1 线上 , 2 线下
type: integer
format: int64
TemporaryLabel:
description: 临时标签
type: string
TemporarySubject:
description: 临时标的
type: string
TripImgLink:
description: 行程图片链接
type: string
cygx.ActivityType:
title: ActivityType
type: object
properties:
ActivityTypeId:
description: 活动类型id
type: integer
format: int64
ActivityTypeName:
description: 活动名称
type: string
ShowType:
description: 人数限制类型,1不展示限制,2可选限制,3强制限制
type: string
Template:
description: 活动模板
type: string
TemplateP:
description: 活动模板,带P标签
type: string
ZoomTemplate:
description: Zoom活动模板
type: string
ZoomTemplateP:
description: Zoom活动模板,带P标签
type: string
cygx.ActivityTypeListResp:
title: ActivityTypeListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.ActivityType'
cygx.ActivityUserRemarksAddReq:
title: ActivityUserRemarksAddReq
type: object
properties:
ActivityId:
description: '活动ID '
type: integer
format: int64
Content:
description: 备注信息
type: string
Mobile:
description: '参会人手机号 '
type: string
cygx.AddArticleRoadshowEssenceRep:
title: AddArticleRoadshowEssenceRep
type: object
properties:
Abstract:
description: 摘要
type: string
ArticleId:
description: 文章ID 0 新增,大于0 修改
type: integer
format: int64
Body:
description: 内容
type: string
ChartPermissionId:
description: 行业ID
type: integer
format: int64
DoType:
description: 操作方式,1发布,0保存
type: integer
format: int64
IndustrialManagementId:
description: 产业id,多个用 , 英文逗号隔开
type: string
IndustrialSubjectIdStr:
description: 标的id多个用 , 英文逗号隔开
type: string
PublishDate:
description: 发布时间
type: string
ReportLink:
description: 报告链接
type: string
SellerAndMobile:
description: 作者(姓名与手机号)
type: string
Title:
description: 标题
type: string
cygx.AddCygxMinutesSummary:
title: AddCygxMinutesSummary
type: object
properties:
Abstract:
description: 摘要
type: string
ArticleId:
description: 报告Id ,传0时新增,大于0时修改
type: integer
format: int64
Content:
$ref: '#/definitions/cygx.CygxMinutesList'
description: 内容
Department:
description: 作者
type: string
DoType:
description: 操作方式,1发布,0保存
type: integer
format: int64
List:
description: 内容
type: array
items:
$ref: '#/definitions/cygx.CygxMSlChartPermission'
PublishDate:
description: 发布时间
type: string
Title:
description: 标题
type: string
cygx.AddCygxMinutesSummaryLog:
title: AddCygxMinutesSummaryLog
type: object
properties:
Body:
description: 内容
type: string
ReportLink:
description: 报告链接
type: string
Sort:
description: 排序
type: string
cygx.AddCygxReportSelection:
title: AddCygxReportSelection
type: object
properties:
AddType:
description: 更新方式 1重新编辑 ,2 继承往期
type: string
ArticleId:
description: 报告Id ,传0时新增,大于0时修改
type: integer
format: int64
Department:
description: 作者
type: string
DoType:
description: 操作方式,1发布,0保存
type: integer
format: int64
FocusOn:
description: 近期重点关注方向
type: string
InheritPeriods:
description: 继承期数
type: string
List:
description: 列表内容
type: array
items:
$ref: '#/definitions/cygx.AddCygxReportSelectionLog'
ProductDescription:
description: 产品说明
type: string
PublishDate:
description: 发布时间
type: string
Title:
description: 标题
type: string
UpdateDescription:
description: 更新说明
type: string
cygx.AddCygxReportSelectionLog:
title: AddCygxReportSelectionLog
type: object
properties:
Body:
description: 内容
type: string
ChartPermissionId:
description: 行业ID
type: integer
format: int64
IndustrialManagementId:
description: 产业资源包Id 多个用 , 隔开
type: string
IndustrialManagementName:
description: 产业资源包Id 多个用 , 隔开
type: string
IndustrialSubjectId:
description: 标的ID
type: string
IndustrialSubjectName:
description: 标的ID
type: string
SubjectName:
description: 标的名称
type: string
cygx.AddCygxResearchSummary:
title: AddCygxResearchSummary
type: object
properties:
Abstract:
description: 摘要
type: string
ArticleId:
description: 报告Id ,传0时新增,大于0时修改
type: integer
format: int64
Content:
$ref: '#/definitions/cygx.CygxRSlFirstList'
description: 内容
Department:
description: 作者
type: string
DoType:
description: 操作方式,1发布,0保存
type: integer
format: int64
PublishDate:
description: 发布时间
type: string
Title:
description: 标题
type: string
cygx.AddCygxResearchSummaryLog:
title: AddCygxResearchSummaryLog
type: object
properties:
Body:
description: 内容
type: string
ChartPermissionSort:
description: 行业排序
type: string
ReportLink:
description: 报告链接
type: string
cygx.AddMeetingReminderReq:
title: AddMeetingReminderReq
type: object
properties:
ActivityIds:
description: 活动ID,多个用,隔开
type: string
List:
type: array
items:
$ref: '#/definitions/cygx.AddUserList'
cygx.AddOutboundPersonnelItm:
title: AddOutboundPersonnelItm
type: object
properties:
ActivityIds:
description: 活动ID,多个用,隔开
type: string
UserIds:
description: 用户id,多个用,隔开
type: string
cygx.AddOutboundPersonnelJsonItm:
title: AddOutboundPersonnelJsonItm
type: object
properties:
ActivityIds:
description: 活动ID,多个用,隔开
type: string
JsonStar:
description: '报名信息json字符串 :Uid 用户ID,int类型 。Type string类型,报名方式,1预约外呼,2自主拨入 '
type: string
cygx.AddUserList:
title: AddUserList
type: object
properties:
IsAppointment:
description: 是否预约纪要,1:是,0:否
type: integer
format: int64
UserId:
description: 用户ID
type: integer
format: int64
cygx.AdviceListResp:
title: AdviceListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxAdvice'
Paging:
$ref: '#/definitions/paging.PagingItem'
cygx.ArtGroupIndustrialManagementRep:
title: ArtGroupIndustrialManagementRep
type: object
properties:
IndustrialManagementId:
description: 产业id
type: integer
format: int64
IndustryName:
description: 产业名称
type: string
cygx.ArtGroupIndustrialSubjectRep:
title: ArtGroupIndustrialSubjectRep
type: object
properties:
SubjectName:
description: 标的名称
type: string
cygx.ArtGroupIndustrialSubjectRepList:
title: ArtGroupIndustrialSubjectRepList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.ArtGroupIndustrialSubjectRep'
cygx.ArticleRoadshowEssenceDetail:
title: ArticleRoadshowEssenceDetail
type: object
properties:
Abstract:
description: 摘要
type: string
ArticleId:
description: 文章ID
type: integer
format: int64
Body:
description: 内容
type: string
ChartPermissionId:
description: 行业ID
type: integer
format: int64
IndustrialManagementId:
description: 产业id,多个用 , 英文逗号隔开
type: string
IndustrialSubjectIdStr:
description: 标的id多个用 , 英文逗号隔开
type: string
IndustryName:
description: 产业名称
type: string
PermissionName:
description: 行业名称
type: string
PublishDate:
description: 发布时间
type: string
PublishStatus:
description: 发布状态,0未发布 ,1已发布
type: integer
format: int64
ReportLink:
description: 报告链接
type: string
SellerAndMobile:
description: 作者(姓名与手机号)
type: string
SubjectName:
description: 标的名称
type: string
Title:
description: 标题
type: string
cygx.ArticleTypeListResp:
title: ArticleTypeListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxArticleType'
cygx.AttendanceDetail:
title: AttendanceDetail
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
Content:
description: 备注信息
type: string
CountryCode:
description: 手机国家区号
type: string
Duration:
description: 参会时长
type: string
FirstMeetingTime:
description: 首次入会时间
type: string
IsMeeting:
description: 是否到会
type: integer
format: int64
LastMeetingTime:
description: 最后退出时间
type: string
MeetingAuthentication:
description: 参会权鉴
type: string
MeetingStatusStr:
description: 参会状态
type: string
MeetingTypeStr:
description: 参会方式
type: string
Mobile:
description: 手机号
type: string
OutboundMobile:
description: 外呼手机号
type: string
Position:
description: 职位
type: string
RealName:
description: 姓名
type: string
SellerName:
description: 销售姓名
type: string
UseridEntity:
description: 参会者身份. 1:主讲人, 2:主持人, 3:嘉宾, 4:普通参会者, 5:联席主讲人, 6:会议助理
type: integer
format: int64
cygx.AttendanceDetailList:
title: AttendanceDetailList
type: object
properties:
List1:
description: 预约客户
type: array
items:
$ref: '#/definitions/cygx.AttendanceDetail'
List2:
description: 未预约客户
type: array
items:
$ref: '#/definitions/cygx.AttendanceDetail'
List3:
description: 潜在客户
type: array
items:
$ref: '#/definitions/cygx.AttendanceDetail'
cygx.CanDownload:
title: CanDownload
type: object
properties:
IsCanDownload:
description: 是否可以下载
type: boolean
cygx.ChartPermission:
title: ChartPermission
type: object
properties:
ChartPermissionId:
description: 权限id
type: integer
format: int64
IcoLink:
description: 图标链接
type: string
List:
type: array
items:
$ref: '#/definitions/cygx.CygxIndustrialManagementNumCheckName'
PermissionName:
description: 权限名称
type: string
cygx.ChartPermissionRepMore:
title: ChartPermissionRepMore
type: object
properties:
PermissionName:
description: 名称
type: string
cygx.ChartPermissionRepMoreList:
title: ChartPermissionRepMoreList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.ChartPermissionRepMore'
cygx.ChartPermissionResp:
title: ChartPermissionResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.ChartPermission'
cygx.CompanyUserListResp:
title: CompanyUserListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxCompanyUser'
Paging:
$ref: '#/definitions/paging.PagingItem'
cygx.CygxActivityBreakAppointment:
title: CygxActivityBreakAppointment
type: object
properties:
ActivityName:
description: 活动名称
type: string
ActivityTimeText:
description: 活动时间带文字
type: string
ActivityTypeName:
description: 活动类型名称
type: string
ChartPermissionName:
description: 行业名称
type: string
cygx.CygxActivityList:
title: CygxActivityList
type: object
properties:
ActivityId:
type: integer
format: int64
ActivityName:
description: 活动名称
type: string
ActivityTime:
description: 活动时间
type: string
ActivityTimeText:
description: 活动时间带文字
type: string
ActivityTypeId:
description: 活动类型id
type: integer
format: int64
ActivityTypeName:
description: 活动类型名称
type: string
Body:
description: 内容
type: string
ChartPermissionId:
description: 行业id
type: integer
format: int64
ChartPermissionName:
description: 行业名称
type: string
ChartPermissionNames:
description: 行业名称辅助字段,区分研选子分类
type: string
CustomerTypeIds:
description: 活动可见的客户类型,多个ID用 , 隔开
type: string
IsLimitPeople:
description: 是否限制人数 1是,0否
type: integer
format: int64
Label:
description: 标签
type: string
LastUpdatedTime:
description: 更新时间
type: string
LimitPeopleNum:
description: 限制的人数数量
type: integer
format: int64
PublishStatus:
description: 发布状态 1已发布,0未发布
type: integer
format: int64
TemporaryLabel:
description: 临时标签
type: string
YidongActivityId:
description: 易董的活动ID
type: string
cygx.CygxActivityMeetingHistoryAddReq:
title: CygxActivityMeetingHistoryAddReq
type: object
properties:
ActivityId:
description: '活动ID '
type: integer
format: int64
StopTime:
description: '停留时间 '
type: integer
format: int64
cygx.CygxActivityMeetingHistoryListResp:
title: CygxActivityMeetingHistoryListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxActivityMeetingHistoryResp'
cygx.CygxActivityMeetingHistoryResp:
title: CygxActivityMeetingHistoryResp
type: object
properties:
ActivityId:
description: '活动ID '
type: integer
format: int64
AdminId:
description: 销售/管理员ID
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
Id:
type: integer
format: int64
RealName:
description: 销售/管理员姓名
type: string
StopTime:
description: '停留时间 '
type: integer
format: int64
cygx.CygxActivitySignup:
title: CygxActivitySignup
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
CompanyId:
description: 公司ID
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
CountryCode:
description: 手机国家区号
type: string
CreateTime:
description: 创建时间
type: string
format: datetime
Email:
description: 邮箱号
type: string
Id:
type: integer
format: int64
Mobile:
description: 手机号
type: string
OutboundMobile:
description: 外呼手机号
type: string
RealName:
description: 用户实际名称
type: string
SellerName:
description: 所属销售
type: string
SignupType:
description: 报名方式,1预约外呼,2自主拨入,3我要报名
type: integer
format: int64
Source:
description: 来源,1小程序,2后台添加
type: integer
format: int64
UserId:
description: 用户id,多个用,隔开
type: integer
format: int64
cygx.CygxActivitySignupList:
title: CygxActivitySignupList
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
Channel:
description: 报名渠道,0 空降、 1小程序报名
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
CreateTime:
description: 创建时间
type: string
Id:
type: integer
format: int64
IsMeeting:
description: 是否到会 ,1是, 0否
type: integer
format: int64
Operation:
description: 操作按钮,true,到会,false 未到会
type: boolean
RealName:
description: 姓名
type: string
UserId:
description: 用户id
type: integer
format: int64
cygx.CygxActivitySignupListRep:
title: CygxActivitySignupListRep
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
List:
type: array
items:
$ref: '#/definitions/cygx.CygxActivitySignupList'
cygx.CygxActivitySpecialList:
title: CygxActivitySpecialList
type: object
properties:
ActivityId:
type: integer
format: int64
ActivityTimeText:
description: 活动预期时间带文字
type: string
ChartPermissionName:
description: 行业名称
type: string
City:
description: 调研城市
type: string
InterestedNum:
description: 感兴趣人数
type: integer
format: int64
LastUpdatedTime:
description: 更新时间
type: string
PublishStatus:
description: 发布状态 1已发布,0未发布
type: integer
format: int64
ResearchTheme:
description: 调研主题
type: string
SpecialType:
description: 调研形式、 1 线上 , 2 线下
type: integer
format: int64
cygx.CygxActivitySpecialSignup:
title: CygxActivitySpecialSignup
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
CompanyId:
description: 公司ID
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
CreateTime:
description: 创建时间
type: string
Id:
type: integer
format: int64
Mobile:
description: 手机号
type: string
RealName:
description: 姓名
type: string
SellerName:
description: 销售姓名
type: string
UserId:
description: 用户ID
type: integer
format: int64
cygx.CygxActivitySpecialSignupListResp:
title: CygxActivitySpecialSignupListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxActivitySpecialSignup'
cygx.CygxActivitySpecialSignupResp:
title: CygxActivitySpecialSignupResp
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
ChartPermissionName:
description: 行业
type: string
CompanyId:
description: 公司ID
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
CreateTime:
description: 创建时间
type: string
Id:
type: integer
format: int64
Label:
description: 标签
type: string
Mobile:
description: 手机号
type: string
PublishDate:
description: 发布时间
type: string
RealName:
description: 姓名
type: string
ResearchTheme:
description: 调研主题
type: string
SellerName:
description: 销售姓名
type: string
UserId:
description: 用户ID
type: integer
format: int64
cygx.CygxActivitySpecialSignupRespList:
title: CygxActivitySpecialSignupRespList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxActivitySpecialSignupResp'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.CygxActivityUserRemarksListResp:
title: CygxActivityUserRemarksListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxActivityUserRemarksResp'
cygx.CygxActivityUserRemarksResp:
title: CygxActivityUserRemarksResp
type: object
properties:
ActivityId:
description: '活动ID '
type: integer
format: int64
AdminId:
description: 销售/管理员ID
type: integer
format: int64
Content:
description: 备注信息
type: string
CreateTime:
description: 创建时间
type: string
Id:
type: integer
format: int64
Mobile:
description: '参会人手机号 '
type: string
RealName:
description: 销售/管理员姓名
type: string
cygx.CygxActivityVoiceReq:
title: CygxActivityVoiceReq
type: object
properties:
Name:
description: 音频名称
type: string
PlaySeconds:
description: 音频时长
type: string
Url:
description: 音频资源url地址
type: string
cygx.CygxAdvice:
title: CygxAdvice
type: object
properties:
Advice:
description: 优化建议
type: string
AdviceId:
description: 优化建议id
type: integer
format: int64
AdviceImgUrl:
description: 图片,多张用#分割
type: string
CompanyId:
description: 公司id
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
CreateTime:
description: 访谈时间
type: string
Email:
description: 邮箱
type: string
Mobile:
description: 手机号
type: string
SalesRealName:
description: 所属销售
type: string
UserId:
description: 用户id
type: integer
format: int64
UserRealName:
description: 姓名
type: string
cygx.CygxApplyRecord:
title: CygxApplyRecord
type: object
properties:
ApplyMethod:
description: 1:已付费客户申请试用,2:非客户申请试用
type: integer
format: int64
ApplyRecordId:
description: 申请试用id
type: integer
format: int64
ApplySource:
description: 申请来源
type: string
BusinessCardUrl:
description: 名片地址
type: string
CompanyIdPay:
description: 1:为潜在客户,大于1现有客户
type: integer
format: int64
CompanyIdType:
description: '用户状态,1:潜在客户 、2:现有客户 、3:FICC客户 、4:现有客户(正式,无对应权限) 、5:现有客户(试用,无对应权限) 、6:现有客户(试用暂停)
、7:现有客户(冻结) 、8:现有客户(流失) '
type: integer
format: int64
CompanyIdTypeName:
description: '用户状态,1:潜在客户 、2:现有客户 、3:FICC客户 、4:现有客户(正式,无对应权限) 、5:现有客户(试用,无对应权限) 、6:现有客户(试用暂停)
、7:现有客户(冻结) 、8:现有客户(流失) '
type: string
CompanyName:
description: 公司名称
type: string
CreateTime:
description: 创建时间
type: string
DealTime:
description: 处理时间
type: string
Email:
description: 邮箱
type: string
InviteeCompany:
description: 邀请人公司名称
type: string
InviteeCompanyId:
description: 邀请人公司ID
type: string
InviteeCompanyNum:
description: 邀请公司是否还存在(辅助字段)
type: integer
format: int64
InviteeEmail:
description: 邀请人邮箱
type: string
InviteeMobile:
description: 邀请人手机号
type: string
IsInviteeComanyExistence:
description: 邀请公司是否还存在
type: boolean
Mobile:
description: 手机号
type: string
RealName:
description: 姓名
type: string
SellerName:
description: 销售
type: string
Status:
description: 0:未处理,1:已处理
type: integer
format: int64
cygx.CygxApplyRecordListResp:
title: CygxApplyRecordListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxApplyRecord'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.CygxAppointmentList:
title: CygxAppointmentList
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
ActivityTime:
description: 活动时间
type: string
CompanyId:
description: 公司ID
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
CountryCode:
description: 手机国家区号
type: string
CreateTime:
description: 创建时间
type: string
FailType:
description: 失败原因,0,未失败,1总人数已满,2单机构超限制,3,爽约次数超限
type: integer
format: int64
Id:
type: integer
format: int64
Mobile:
description: 手机号
type: string
OutboundMobile:
description: 外呼手机号
type: string
PsellerName:
description: 销售姓名
type: string
RealName:
description: 姓名
type: string
SellerName:
description: 销售姓名
type: string
SignupType:
description: 报名方式,1预约外呼,2自主拨入,3我要报名
type: integer
format: int64
UserId:
description: 用户ID
type: integer
format: int64
YidongExamineStatus:
description: 易董活动报名审核状态0审核中,1:审核通过、2审核不通过
type: integer
format: int64
cygx.CygxArticleDepartmentList:
title: CygxArticleDepartmentList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxArticleDepartmentRep'
cygx.CygxArticleDepartmentRep:
title: CygxArticleDepartmentRep
type: object
properties:
Content:
description: 初始内容
type: string
CreateTime:
description: 创建时间
type: string
DepartmentId:
description: 主键ID
type: integer
format: int64
ImgUrl:
description: 作者头像
type: string
NickName:
description: 昵称
type: string
Remark:
description: 备注
type: string
Remarks:
description: 备注辅助字段
type: string
cygx.CygxArticleList:
title: CygxArticleList
type: object
properties:
Abstract:
description: 摘要
type: string
ArticleId:
description: 报告id
type: integer
format: int64
ArticleIdMd5:
description: ID,md5值
type: string
ArticleTypeId:
description: 文章类型ID
type: integer
format: int64
ArticleTypeName:
description: 文章类型名称
type: string
AskNum:
description: 提问
type: integer
format: int64
Body:
description: 内容
type: string
CategoryName:
description: 行业分类名称
type: string
CollectionNum:
description: 收藏
type: integer
format: int64
DepartmentId:
description: 作者ID
type: integer
format: int64
IndustryName:
description: 产业名称
type: string
LastUpdatedTime:
description: 更新时间
type: string
NickName:
description: 作者昵称
type: string
PublishDate:
description: 发布时间
type: string
PublishStatus:
description: 发布状态,0未发布 ,1已发布
type: integer
format: int64
Pv:
description: PV
type: integer
format: int64
SubjectName:
description: 标的名称
type: string
Title:
description: 标题
type: string
Uv:
description: UV
type: integer
format: int64
cygx.CygxArticleReport:
title: CygxArticleReport
type: object
properties:
Abstract:
description: 摘要
type: string
ArticleId:
description: 文章ID
type: integer
format: int64
ArticleIdMd5:
description: ID,md5值
type: string
ArticleTypeId:
description: 文章类型ID
type: integer
format: int64
ArticleTypeName:
description: 文章类型名称
type: string
Body:
description: 内容
type: string
ChartPermissionIds:
description: 行业ID ,多个用 , 隔开
type: string
CreateDate:
description: 创建时间
type: string
format: datetime
DepartmentId:
description: 作者id
type: integer
format: int64
IndustryName:
description: 产业名称
type: string
LastUpdatedTime:
description: 更新时间
type: string
format: datetime
ListIndustrial:
type: array
items:
$ref: '#/definitions/cygx.IndustrialActivityGroupManagementRep'
ListSubject:
type: array
items:
$ref: '#/definitions/cygx.SubjectActivityGroupManagementRep'
PublishDate:
description: 发布时间
type: string
format: datetime
PublishStatus:
description: 发布状态,0未发布 ,1已发布
type: integer
format: int64
SellerAndMobile:
description: 作者(姓名与手机号)
type: string
SubjectName:
description: 标的名称
type: string
Title:
description: 标题
type: string
cygx.CygxArticleReq:
title: CygxArticleReq
type: object
properties:
ArticleTypeName:
description: 类型名称
type: string
cygx.CygxArticleType:
title: CygxArticleType
type: object
properties:
ArticleTypeId:
type: integer
format: int64
ArticleTypeName:
description: 类型名称
type: string
CreateTime:
description: 创建时间
type: string
format: datetime
IcoLink:
description: 图标链接地址
type: string
IcoLinkM:
description: 移动端图标链接地址
type: string
IsSendEs:
description: 这种报告类型是否同步到Es
type: integer
format: int64
ModifyTime:
description: 最后修改时间
type: string
format: datetime
Sort:
description: 排序字段
type: integer
format: int64
YanxPermissionId:
description: 研选类型所对应的ID
type: integer
format: int64
YanxPermissionName:
description: 研选类型所对应的名称
type: string
cygx.CygxBreakAppointmentList:
title: CygxBreakAppointmentList
type: object
properties:
BreakAppointmentNum:
description: 爽约次数
type: integer
format: int64
CompanyId:
description: 公司ID
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
IsRestrict:
description: 是否被限制报名
type: integer
format: int64
Mobile:
description: 手机号
type: string
Operation:
description: 是否被限制报名操作,true限制,false不限制
type: boolean
RealName:
description: 姓名
type: string
SellerName:
description: 销售姓名
type: string
UserId:
description: 用户ID
type: integer
format: int64
cygx.CygxCompanyUser:
title: CygxCompanyUser
type: object
properties:
ActivityLabel:
description: 活动标签,用英文,隔开
type: string
ChartNum:
description: 图表收藏数量
type: integer
format: int64
CompanyId:
description: 公司id
type: integer
format: int64
CompanyInteractionNum:
description: 企业互动量
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
Content:
description: 备注信息
type: string
CountNum:
description: 报告收藏
type: integer
format: int64
CreatedTime:
description: 创建时间
type: string
DepartmentFollowNum:
description: 作者关注
type: integer
format: int64
Email:
description: 邮箱
type: string
HistoryNum:
description: 报告阅读
type: integer
format: int64
IndustryFllowNum:
description: 产业关注
type: integer
format: int64
InteractionNum:
description: 互动量
type: integer
format: int64
IsMaker:
description: 是否决策人,1:是,0:否
type: integer
format: int64
IsRegister:
description: 是否注册,true:已注册,false:未注册
type: boolean
IsRemind:
description: 是否添加互动提醒
type: boolean
IsShowSee:
description: 是否展示查看
type: boolean
IsShowSeeNum:
description: 是否展示查看
type: integer
format: int64
KeyWordNum:
description: 搜索关键词
type: integer
format: int64
Labels:
description: 标签,用英文,隔开
type: string
Mobile:
description: 手机号
type: string
OfficeNum:
description: 线下互动活动
type: integer
format: int64
OnLineNum:
description: 线上互动活动
type: integer
format: int64
PackageType:
description: 套餐类型,0:无,1:大套餐,2:小套餐
type: integer
format: int64
RealName:
description: 姓名
type: string
RegisterTime:
description: 注册时间
type: string
SellerName:
description: 销售名称
type: string
Status:
description: 客户状态
type: string
TryStage:
description: 试用客户子标签:0全部、1未分类、2 推进、3 跟踪、4 预备
type: integer
format: int64
UserId:
type: integer
format: int64
cygx.CygxDealReq:
title: CygxDealReq
type: object
properties:
ApplyRecordId:
description: 申请试用id
type: integer
format: int64
cygx.CygxIndustrialAnalyst:
title: CygxIndustrialAnalyst
type: object
properties:
AnalystName:
description: 分析师名称
type: string
CreateTime:
description: 创建时间
type: string
format: datetime
IndustrialAnalystId:
description: 分析师id
type: integer
format: int64
IndustrialManagementId:
description: 产业id
type: integer
format: int64
cygx.CygxIndustrialManagementDetailRep:
title: CygxIndustrialManagementDetailRep
type: object
properties:
ChartPermissionId:
description: 权限id
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
format: datetime
IndustrialManagementId:
description: 产业id
type: integer
format: int64
IndustryName:
description: 产业名称
type: string
IsDeepLabel:
description: 是否属于新标签,1是,0否
type: integer
format: int64
IsNewLabel:
description: 是否属于新标签,1是,0否
type: integer
format: int64
IsShowDeepLabel:
description: 是否展示深度标签
type: boolean
IsShowNewLabel:
description: 是否展示新标签
type: boolean
LayoutTime:
description: 布局时间
type: string
RecommendedIndex:
description: 推荐指数
type: integer
format: int64
cygx.CygxIndustrialManagementEdit:
title: CygxIndustrialManagementEdit
type: object
properties:
ChartPermissionId:
description: 权限id
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
format: datetime
IndustrialManagementId:
description: 产业id
type: integer
format: int64
IndustryName:
description: 产业名称
type: string
IsDeepLabel:
description: 是否属于深度标签,1是,0否
type: integer
format: int64
IsNewLabel:
description: 是否属于新标签,1是,0否
type: integer
format: int64
LayoutTime:
description: 布局时间
type: string
RecommendedIndex:
description: 推荐指数
type: integer
format: int64
cygx.CygxIndustrialManagementNum:
title: CygxIndustrialManagementNum
type: object
properties:
ActNum:
description: 活动数量
type: integer
format: int64
ArtNum:
description: 文章数量
type: integer
format: int64
ChartPermissionId:
description: 权限id
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
format: datetime
IndustrialManagementId:
description: 产业id
type: integer
format: int64
IndustryName:
description: 产业名称
type: string
IsRelevance:
description: 是否存在关联文章
type: boolean
LayoutTime:
description: 布局时间
type: string
RecommendedIndex:
description: 推荐指数
type: integer
format: int64
cygx.CygxIndustrialManagementNumCheckName:
title: CygxIndustrialManagementNumCheckName
type: object
properties:
ArtNum:
description: 文章数量
type: integer
format: int64
ChartPermissionId:
description: 产业id
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
format: datetime
IsRelevance:
description: 是否存在关联文章
type: boolean
LayoutTime:
description: 布局时间
type: string
PermissionName:
description: 产业名称
type: string
RecommendedIndex:
description: 推荐指数
type: integer
format: int64
cygx.CygxIndustrialSubject:
title: CygxIndustrialSubject
type: object
properties:
CreateTime:
description: 创建时间
type: string
format: datetime
IndustrialManagementId:
description: 产业id
type: integer
format: int64
IndustrialSubjectId:
description: 标的id
type: integer
format: int64
Source:
description: 来源,1正常添加,2:通过文章添加,3通过活动添加(默认为1)
type: integer
format: int64
SubjectName:
description: 标的名称
type: string
cygx.CygxIndustrialSubjectList:
title: CygxIndustrialSubjectList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxIndustrialSubjectListRep'
cygx.CygxIndustrialSubjectListRep:
title: CygxIndustrialSubjectListRep
type: object
properties:
IndustrialManagementId:
description: 产业id
type: integer
format: int64
IndustrialSubjectId:
description: 标的id
type: integer
format: int64
IndustryName:
description: 分析师名称
type: string
SubjectName:
description: 标的名称
type: string
cygx.CygxIndustryMapItems:
title: CygxIndustryMapItems
type: object
properties:
Children:
type: array
items:
$ref: '#/definitions/cygx.CygxIndustryMapItems'
IndustryMapId:
description: 行业图谱id
type: integer
format: int64
IndustryMapName:
type: string
Level:
description: 层级深度
type: integer
format: int64
ParentId:
type: integer
format: int64
cygx.CygxIndustryMapResp:
title: CygxIndustryMapResp
type: object
properties:
Node:
$ref: '#/definitions/cygx.CygxIndustryMapItems'
cygx.CygxInterviewApply:
title: CygxInterviewApply
type: object
properties:
ArticleId:
description: 纪要id
type: integer
format: int64
ArticleIdMd5:
description: 纪要id
type: string
ArticleTitle:
description: 纪要标题
type: string
CategoryName:
description: 所属行业
type: string
CompanyId:
description: 公司id
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
CreateTime:
description: 申请时间
type: string
InterviewApplyId:
description: 访谈申请id
type: integer
format: int64
InterviewTime:
description: 访谈时间
type: string
Mobile:
description: 手机号
type: string
ModifyTime:
description: 修改时间
type: string
SalesRealName:
description: 所属销售
type: string
Status:
description: 申请状态:默认:待邀请;'待访谈','已完成','已取消'
type: string
UserId:
description: 用户id
type: integer
format: int64
UserRealName:
description: 姓名
type: string
cygx.CygxMSlChartPermission:
title: CygxMSlChartPermission
type: object
properties:
ChartPermissionId:
description: 行业ID
type: integer
format: int64
ChartPermissionSort:
description: 行业排序
type: string
List:
type: array
items:
$ref: '#/definitions/cygx.AddCygxMinutesSummaryLog'
cygx.CygxMeetList:
title: CygxMeetList
type: object
properties:
ActivityId:
type: integer
format: int64
ActivityName:
description: 活动名称
type: string
ActivityTime:
description: 活动时间
type: string
ActivityTimeText:
description: 活动时间带文字
type: string
ActivityTypeId:
description: 活动类型ID
type: integer
format: int64
ActivityTypeName:
description: 活动类型名称
type: string
ChartPermissionName:
description: 行业名称
type: string
ChartPermissionNames:
description: 行业名称
type: string
IsCClassMeeting:
description: 是否是c类电话会
type: boolean
IsShowAttendanceDetails:
description: 是否展示到会详情
type: boolean
IsShowHandMovement:
description: 是否展示手动匹配
type: boolean
IsShowSubmitMeeting:
description: 是否展示提交到会情况
type: boolean
IsShowUpdateMeeting:
description: 是否展示修改到会情况
type: boolean
IsSubmitMeeting:
description: 是否提交过到会信息 ,1是,0否
type: integer
format: int64
MeetPeopleNum:
description: 实际参会人数
type: integer
format: int64
OmeetPeopleNum:
description: 实际参会人数(辅助字段不使用)
type: integer
format: int64
OperationStyle:
description: 操作方式,1提交到会情况/上传参会表格,2修改到会详情/重新上传
type: integer
format: int64
SignupPeopleNum:
description: 报名人数/预约外呼人数
type: integer
format: int64
SubmitMeetingType:
description: 操作展示类型 ,1修改到会详情
type: integer
format: int64
UpdateTime:
description: 更新时间
type: string
cygx.CygxMinutesList:
title: CygxMinutesList
type: object
properties:
ListCydyjy:
description: 类型——’CYDYJY:产业调研纪要’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermission'
ListSsgs:
description: 类型——’SSGS:上市公司调研纪要篇’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermission'
ListYanx:
description: 类型——’YANX:研选’
type: array
items:
$ref: '#/definitions/cygx.AddCygxMinutesSummaryLog'
SortCydyjy:
description: 产业调研纪要排序
type: string
SortSsgs:
description: 上市公司调研纪要篇排序
type: string
SortYanx:
description: 研选排序
type: string
cygx.CygxMinutesSummaryListRep:
title: CygxMinutesSummaryListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxMinutesSummaryRep'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.CygxMinutesSummaryRep:
title: CygxMinutesSummaryRep
type: object
properties:
Abstract:
description: 摘要
type: string
AdminId:
description: 销售/管理员ID
type: integer
format: int64
AdminName:
description: 销售/管理员姓名
type: string
ArticleId:
description: 报告id
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
Department:
description: 作者
type: string
HavePublish:
description: 是否发布过,1是,0否
type: integer
format: int64
LastUpdatedTime:
description: 最后一次更新时间
type: string
Periods:
description: 期数
type: string
PublishDate:
description: 发布时间
type: string
PublishStatus:
description: 发布状态,1已发布,0未发布
type: integer
format: int64
Pv:
description: PV
type: integer
format: int64
Title:
description: 标题
type: string
Uv:
description: Uv
type: integer
format: int64
cygx.CygxRSlChartPermission:
title: CygxRSlChartPermission
type: object
properties:
ChartPermissionId:
description: 行业ID
type: integer
format: int64
ChartPermissionSort:
description: 行业排序
type: string
List:
type: array
items:
$ref: '#/definitions/cygx.AddCygxResearchSummaryLog'
cygx.CygxRSlChartPermissionIco:
title: CygxRSlChartPermissionIco
type: object
properties:
ChartPermissionId:
description: 行业ID
type: integer
format: int64
ChartPermissionName:
description: 行业名称
type: string
ChartPermissionSort:
description: 行业排序
type: string
IcoLink:
description: 图标链接
type: string
List:
type: array
items:
$ref: '#/definitions/cygx.AddCygxResearchSummaryLog'
cygx.CygxRSlChartPermissionIcoTmp:
title: CygxRSlChartPermissionIcoTmp
type: object
properties:
ChartPermissionId:
description: 行业ID
type: integer
format: int64
ChartPermissionName:
description: 行业名称
type: string
ChartPermissionSort:
description: 行业排序
type: string
IcoLink:
description: 图标链接
type: string
List:
type: array
items:
type: string
cygx.CygxRSlChartPermissionIcoTmpList:
title: CygxRSlChartPermissionIcoTmpList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermissionIcoTmp'
cygx.CygxRSlFirstList:
title: CygxRSlFirstList
type: object
properties:
ListBzchjh:
description: 类型——’BZCHJH:本周晨会精华’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermission'
ListCydyjy:
description: 类型——’CYDYJY:产业调研纪要’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermission'
ListSdbg:
description: 类型——’SDBG:深度报告片篇’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermission'
ListSjdp:
description: 类型——’SJDP:事件点评
type: array
items:
$ref: '#/definitions/cygx.AddCygxResearchSummaryLog'
ListSsgs:
description: 类型——’SSGS:上市公司调研纪要篇’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermission'
ListYanx:
description: 类型——’YANX:研选’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermission'
SortBzchjh:
description: 本周晨会精华排序
type: string
SortCydyjy:
description: 产业调研纪要排序
type: string
SortSdbg:
description: 深度报告排序
type: string
SortSjdp:
description: 事件点评排序
type: string
SortSsgs:
description: 上市公司调研纪要篇排序
type: string
SortYanx:
description: 研选排序
type: string
cygx.CygxReportArticle:
title: CygxReportArticle
type: object
properties:
ArticleId:
description: 文章id
type: integer
format: int64
ArticleIdMd5:
description: 文章加密ID
type: string
AskNum:
description: 提问
type: integer
format: int64
CategoryId:
description: 文章分类id
type: integer
format: int64
ChartPermissionId:
description: 行业id
type: integer
format: int64
ClPv:
description: 策略平台PV
type: integer
format: int64
ClUv:
description: 策略平台UV
type: integer
format: int64
CollectionNum:
description: 收藏
type: integer
format: int64
CreateDate:
description: 创建时间
type: string
FieldName:
description: 产业标签(上海策略品台同步)
type: string
IndustryIdStr:
description: 产业ID
type: string
IndustryName:
description: 产业名称
type: string
IsClass:
description: 是否归类 1是、0否
type: integer
format: int64
IsFilter:
description: 是否过滤 1是、0否
type: integer
format: int64
Label:
description: 标签
type: string
LastUpdatedTime:
description: 更新时间
type: string
MatchTypeName:
description: 匹配类型
type: string
NickName:
description: 作者昵称
type: string
PermissionName:
description: 行业
type: string
PublishDate:
description: 发布时间
type: string
PublishStatus:
description: 发布状态,0未发布 ,1已发布
type: integer
format: int64
Pv:
description: PV
type: integer
format: int64
ReportId:
description: 报告id
type: integer
format: int64
ShowButton:
description: 是否展示过滤归类按钮
type: boolean
Stock:
description: 个股标签(上海策略品台同步)
type: string
SubCategoryName:
description: 主题
type: string
SubjectIdStr:
description: 关联Id
type: string
SubjectNameStr:
description: 关联标的
type: string
Title:
description: 标题
type: string
Uv:
description: UV
type: integer
format: int64
cygx.CygxReportMapping:
title: CygxReportMapping
type: object
properties:
SubCategoryName:
description: 主题
type: string
cygx.CygxReportMappingListRep:
title: CygxReportMappingListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxReportMapping'
cygx.CygxReportMappingMatchType:
title: CygxReportMappingMatchType
type: object
properties:
MatchTypeName:
description: 匹配类型
type: string
cygx.CygxReportMappingMatchTypeRep:
title: CygxReportMappingMatchTypeRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxReportMappingMatchType'
cygx.CygxReportSelectionChart:
title: CygxReportSelectionChart
type: object
properties:
ChartPermissionId:
description: 行业ID
type: integer
format: int64
ChartPermissionName:
description: 行业名称
type: string
List:
description: 列表内容’
type: array
items:
$ref: '#/definitions/cygx.AddCygxReportSelectionLog'
cygx.CygxReportSelectionListRep:
title: CygxReportSelectionListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxReportSelectionRep'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.CygxReportSelectionPeriodsListRep:
title: CygxReportSelectionPeriodsListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxReportSelectionPeriodsRep'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.CygxReportSelectionPeriodsRep:
title: CygxReportSelectionPeriodsRep
type: object
properties:
InheritPeriodsName:
description: 继承期数
type: string
Periods:
description: 继承期数
type: string
cygx.CygxReportSelectionRep:
title: CygxReportSelectionRep
type: object
properties:
AddType:
description: 更新方式 1重新编辑 ,2 继承往期
type: string
AdminId:
description: 销售/管理员ID
type: integer
format: int64
AdminName:
description: 销售/管理员姓名
type: string
ArticleId:
description: 报告id
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
Department:
description: 作者
type: string
FocusOn:
description: 近期重点关注方向
type: string
HavePublish:
description: 是否发布过,1是,0否
type: integer
format: int64
InheritPeriods:
description: 继承期数
type: string
LastUpdatedTime:
description: 最后一次更新时间
type: string
Periods:
description: 期数
type: string
ProductDescription:
description: 产品说明
type: string
PublishDate:
description: 发布时间
type: string
PublishStatus:
description: 发布状态,1已发布,0未发布
type: integer
format: int64
Pv:
description: PV
type: integer
format: int64
Title:
description: 标题
type: string
UpdateDescription:
description: 更新说明
type: string
Uv:
description: Uv
type: integer
format: int64
cygx.CygxResearchSummaryListRep:
title: CygxResearchSummaryListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxResearchSummaryRep'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.CygxResearchSummaryRep:
title: CygxResearchSummaryRep
type: object
properties:
Abstract:
description: 摘要
type: string
AdminId:
description: 销售/管理员ID
type: integer
format: int64
AdminName:
description: 销售/管理员姓名
type: string
ArticleId:
description: 报告id
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
Department:
description: 作者
type: string
HavePublish:
description: 是否发布过,1是,0否
type: integer
format: int64
LastUpdatedTime:
description: 最后一次更新时间
type: string
Periods:
description: 期数
type: string
PublishDate:
description: 发布时间
type: string
PublishStatus:
description: 发布状态,1已发布,0未发布
type: integer
format: int64
Pv:
description: PV
type: integer
format: int64
Title:
description: 标题
type: string
Uv:
description: Uv
type: integer
format: int64
cygx.CygxSellerNameList:
title: CygxSellerNameList
type: object
properties:
SellerName:
description: 销售姓名
type: string
cygx.CygxSignupId:
title: CygxSignupId
type: object
properties:
CancelClass:
description: 取消类型 0取消报名,1取消外呼
type: integer
format: int64
SignupId:
description: 报名ID
type: integer
format: int64
cygx.CygxSignupList:
title: CygxSignupList
type: object
properties:
ActiveState:
description: 活动进行状态 未开始:1、进行中2、已结束3
type: integer
format: int64
ActivityId:
type: integer
format: int64
ActivityName:
description: 活动名称
type: string
ActivityTime:
description: 活动时间
type: string
ActivityTimeText:
description: 活动时间带文字
type: string
ActivityTypeId:
description: 活动类型id
type: integer
format: int64
ActivityTypeName:
description: 活动类型名称
type: string
AppointmentPeopleNum:
description: 预约纪要人数
type: integer
format: int64
AskNum:
description: 带问人数
type: integer
format: int64
ChartPermissionName:
description: 行业名称
type: string
ChartPermissionNames:
description: 行业名称辅助字段,区分研选子分类
type: string
IsCanAppointmentMinutes:
description: '是否可预约纪要 1是 ,0 否 默认0 '
type: integer
format: int64
IsHideAppointment:
description: 是否隐藏预约纪要按钮 1是,0 否
type: integer
format: int64
IsShowAppointment:
description: 是否展示预约纪要
type: boolean
Label:
description: 标签
type: string
LimitPeopleNum:
description: 限制的人数数量
type: integer
format: int64
PublishStatus:
description: 发布状态 1已发布,0未发布
type: integer
format: int64
ReminderPeopleNum:
description: 设置会议提醒人数
type: integer
format: int64
SignupFailPeopleNum:
description: 报名/预约外呼失败人数
type: integer
format: int64
SignupPeopleNum:
description: 报名人数/预约外呼人数
type: integer
format: int64
TemporaryLabel:
description: 临时标签
type: string
YidongActivityId:
description: 易董的活动ID
type: string
cygx.CygxTryStageRep:
title: CygxTryStageRep
type: object
properties:
Name:
description: 试用客户子标签
type: string
TryStage:
description: 试用客户子标签:0全部、1未分类、2 推进、3 跟踪、4 预备
type: integer
format: int64
cygx.CygxUserTableListRep:
title: CygxUserTableListRep
type: object
properties:
ComapnyName:
description: 公司名称
type: string
List:
type: array
items:
$ref: '#/definitions/cygx.CygxUserTableRep'
Mobile:
description: 手机号
type: string
UserName:
description: 用户名称
type: string
cygx.CygxUserTableRep:
title: CygxUserTableRep
type: object
properties:
PermissionName:
description: 名称
type: string
Source:
description: 类型
type: integer
format: int64
TotalNum:
description: 总数
type: integer
format: int64
cygx.CygxUserTableStatusListRep:
title: CygxUserTableStatusListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxUserTableStatusRep'
cygx.CygxUserTableStatusRep:
title: CygxUserTableStatusRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxTryStageRep'
Name:
description: 状态
type: string
TryStage:
description: 状态
type: string
cygx.DetailCygxMinutesSummaryRep:
title: DetailCygxMinutesSummaryRep
type: object
properties:
Abstract:
description: 摘要
type: string
ArticleId:
description: 报告Id ,传0时新增,大于0时修改
type: integer
format: int64
Department:
description: 作者
type: string
ListCydyjy:
description: 类型——’CYDYJY:产业调研纪要’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermissionIco'
ListSsgs:
description: 类型——’SSGS:上市公司调研纪要篇’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermissionIco'
ListYanx:
description: 类型——’YANX:研选’
type: array
items:
$ref: '#/definitions/cygx.AddCygxMinutesSummaryLog'
PublishDate:
description: 发布时间
type: string
PublishStatus:
description: 发布状态,1已发布,0未发布
type: integer
format: int64
SortCydyjy:
description: 产业调研纪要排序
type: string
SortSsgs:
description: 上市公司调研纪要篇排序
type: string
SortYanx:
description: 研选排序
type: string
Title:
description: 标题
type: string
cygx.DetailCygxReportSelectionRep:
title: DetailCygxReportSelectionRep
type: object
properties:
AddType:
description: 更新方式 1重新编辑 ,2 继承往期
type: string
ArticleId:
description: 报告Id ,传0时新增,大于0时修改
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
Department:
description: 作者
type: string
FocusOn:
description: 近期重点关注方向
type: string
HavePublish:
description: 是否发布过,1是,0否
type: integer
format: int64
InheritPeriods:
description: 继承期数
type: string
InheritPeriodsName:
description: 继承期数名称
type: string
LastUpdatedTime:
description: 最后一次更新时间
type: string
List:
description: 内容列表
type: array
items:
$ref: '#/definitions/cygx.CygxReportSelectionChart'
Periods:
description: 期数
type: string
ProductDescription:
description: 产品说明
type: string
PublishDate:
description: 发布时间
type: string
PublishStatus:
description: 发布状态,1已发布,0未发布
type: integer
format: int64
Title:
description: 标题
type: string
UpdateDescription:
description: 更新说明
type: string
cygx.DetailCygxResearchSummaryRep:
title: DetailCygxResearchSummaryRep
type: object
properties:
Abstract:
description: 摘要
type: string
ArticleId:
description: 报告Id ,传0时新增,大于0时修改
type: integer
format: int64
Department:
description: 作者
type: string
ListBzchjh:
description: 类型——’BZCHJH:本周晨会精华’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermissionIco'
ListCydyjy:
description: 类型——’CYDYJY:产业调研纪要’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermissionIco'
ListSdbg:
description: 类型——’SDBG:深度报告片篇’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermissionIco'
ListSjdp:
description: 类型——’SJDP:事件点评
type: array
items:
$ref: '#/definitions/cygx.AddCygxResearchSummaryLog'
ListSsgs:
description: 类型——’SSGS:上市公司调研纪要篇’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermissionIco'
ListYanx:
description: 类型——’YANX:研选’
type: array
items:
$ref: '#/definitions/cygx.CygxRSlChartPermissionIco'
PublishDate:
description: 发布时间
type: string
PublishStatus:
description: 发布状态,1已发布,0未发布
type: integer
format: int64
SortBzchjh:
description: 本周晨会精华排序
type: string
SortCydyjy:
description: 产业调研纪要排序
type: string
SortSdbg:
description: 深度报告排序
type: string
SortSjdp:
description: 事件点评排序
type: string
SortSsgs:
description: 上市公司调研纪要篇排序
type: string
SortYanx:
description: 研选排序
type: string
Title:
description: 标题
type: string
cygx.FailSignupListRep:
title: FailSignupListRep
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
CallOperation:
description: 操作按钮2,1预约外呼,2自主拨入,3限制报名
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
CreateTime:
description: 创建时间
type: string
DoFailType:
description: 报名失败之后的操作,失败原因,0,未失败,1总人数已满,2单机构超限制,3,爽约次数超限
type: integer
format: int64
FailType:
description: 失败原因,0,未失败,1总人数已满,2单机构超限制,3,爽约次数超限
type: integer
format: int64
Id:
description: 报名ID
type: integer
format: int64
IsAdminAddSignup:
description: (多余字段不使用)
type: integer
format: int64
IsMeeting:
description: 是否到会 ,1是, 0否
type: integer
format: int64
MeetingType:
description: (多余字段不使用)
type: integer
format: int64
Mobile:
description: 手机号
type: string
PsellerName:
description: 销售姓名
type: string
RealName:
description: 姓名
type: string
SalonOperation:
description: 操作按钮1,true,加入报名,false 限制报名
type: boolean
SellerName:
description: 销售姓名
type: string
SignupType:
description: 报名方式,1预约外呼,2自主拨入,3我要报名
type: integer
format: int64
UserId:
description: 用户id
type: integer
format: int64
cygx.GetAppointmentListRep:
title: GetAppointmentListRep
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
ActivityType:
description: 1线上 ,0 线下
type: integer
format: int64
ExcelType:
description: 'EXcel下载类型 AppointmentCall:预约外呼、ExpertSalon:专家沙龙报名、Teleconference:公司调研电话会、OfflineResearch:公司线下调研 '
type: string
IsLimitPeople:
description: 是否限制人数 1是,0否
type: integer
format: int64
List:
type: array
items:
$ref: '#/definitions/cygx.CygxAppointmentList'
MemberType:
description: 管理员身份 Admin:超级管理员、权益管理员、权益研究员、专家组;GroupLeader:组长;Sale:销售
type: string
MyTotal:
description: 本人名下客户
type: integer
format: int64
Total:
description: 总人数
type: integer
format: int64
cygx.GetCygxActivityBreakAppointmentRep:
title: GetCygxActivityBreakAppointmentRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxActivityBreakAppointment'
cygx.GetCygxActivityListRep:
title: GetCygxActivityListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxActivityList'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.GetCygxActivityListSpecialRep:
title: GetCygxActivityListSpecialRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxActivitySpecialList'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.GetCygxBreakAppointmentListRep:
title: GetCygxBreakAppointmentListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxBreakAppointmentList'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.GetCygxIndustrialManagementList:
title: GetCygxIndustrialManagementList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.ArtGroupIndustrialManagementRep'
cygx.GetCygxMeetListRep:
title: GetCygxMeetListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxMeetList'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.GetCygxSellerNameListRep:
title: GetCygxSellerNameListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxSellerNameList'
cygx.GetCygxSignupListRep:
title: GetCygxSignupListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxSignupList'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.GetFailSignupListRep:
title: GetFailSignupListRep
type: object
properties:
ExcelType:
description: 'EXcel下载类型 AppointmentCall:预约外呼、ExpertSalon:专家沙龙报名、Teleconference:公司调研电话会、OfflineResearch:公司线下调研 '
type: string
IsFull:
description: 报名人数是否已满
type: boolean
IsLimitPeople:
description: 是否限制人数 1是,0否
type: integer
format: int64
List:
type: array
items:
$ref: '#/definitions/cygx.FailSignupListRep'
MemberType:
description: 管理员身份 Admin:超级管理员、权益管理员、权益研究员、专家组;GroupLeader:组长;Sale:销售
type: string
MyTotal:
description: 预约外呼本人名下客户
type: integer
format: int64
Total:
description: 预约外呼总人数
type: integer
format: int64
cygx.GetIndustrialAnalystList:
title: GetIndustrialAnalystList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxIndustrialAnalyst'
cygx.GetIndustrialManagementList:
title: GetIndustrialManagementList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxIndustrialManagementNum'
cygx.GetIndustrialSubjectList:
title: GetIndustrialSubjectList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxIndustrialSubject'
cygx.GetOutboundPersonnelListRep:
title: GetOutboundPersonnelListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.GetOutboundPersonnelRep'
cygx.GetOutboundPersonnelRep:
title: GetOutboundPersonnelRep
type: object
properties:
CompanyName:
description: 公司名称
type: string
Mobile:
description: 手机号
type: string
RealName:
description: 姓名
type: string
UserId:
description: 用户id
type: integer
format: int64
cygx.GetReportArticleListRep:
title: GetReportArticleListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxReportArticle'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.GetSummaryManageListRep:
title: GetSummaryManageListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxArticleList'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
cygx.HomeChartListResp:
title: HomeChartListResp
type: object
properties:
BodyHtml:
type: string
ChartId:
description: 图表ID
type: integer
format: int64
CreateDate:
description: 创建时间
type: string
CtagName:
description: 子类名称
type: string
CtagNamePc:
description: Pc端所有的分类名称
type: string
CtagNameTwo:
description: 子类名称
type: string
HttpUrl:
type: string
IsNeedJump:
description: 是否需要跳转链接地址
type: boolean
IsTop:
description: 是否置顶
type: boolean
NumTop:
description: 置顶数量
type: integer
format: int64
PtagName:
description: 父类名称
type: string
PtagNameTwo:
description: 父类名称
type: string
Source:
description: 来源 1:文章, 2:图表
type: integer
format: int64
Title:
description: 标题
type: string
TitleEn:
description: '英文标题 '
type: string
cygx.IndustrialActivityGroupManagementRep:
title: IndustrialActivityGroupManagementRep
type: object
properties:
ChartPermissionId:
description: 权限id
type: integer
format: int64
IndustrialManagementId:
description: cygx_industrial_management表的主键ID
type: integer
format: int64
IndustryName:
description: 产业名称
type: string
PermissionName:
description: 行业名称
type: string
cygx.IndustrialAnalystAdd:
title: IndustrialAnalystAdd
type: object
properties:
AnalystName:
description: 分析师名称
type: string
IndustrialManagementId:
description: 产业id
type: integer
format: int64
cygx.IndustrialManagementAdd:
title: IndustrialManagementAdd
type: object
properties:
ChartPermissionId:
description: 权限id
type: integer
format: int64
IndustryName:
description: 产业名称
type: string
IsNewLabel:
description: 是否属于新标签,1是,0否
type: integer
format: int64
LayoutTime:
description: 布局时间
type: string
PermissionName:
description: 行业名称
type: string
RecommendedIndex:
description: 推荐指数
type: integer
format: int64
Source:
description: 来源,1正常添加,2:通过文章添加,3通过活动添加(默认为1)
type: integer
format: int64
cygx.IndustrialManagementArtTypeList:
title: IndustrialManagementArtTypeList
type: object
properties:
ArtNum:
description: 文章数量
type: integer
format: int64
MatchTypeName:
description: 匹配类型
type: string
cygx.IndustrialManagementDetial:
title: IndustrialManagementDetial
type: object
properties:
ArtTotalNum:
description: 文章总数量
type: integer
format: int64
LayoutTime:
description: 布局时间
type: string
List:
type: array
items:
$ref: '#/definitions/cygx.IndustrialManagementArtTypeList'
cygx.IndustrialNameListRep:
title: IndustrialNameListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.SubjectNameListRep'
cygx.IndustrialSubjectAdd:
title: IndustrialSubjectAdd
type: object
properties:
IndustrialManagementId:
description: 产业id
type: integer
format: int64
Source:
description: 来源,1正常添加,2:通过文章添加,3通过活动添加(默认为1)
type: integer
format: int64
SubjectName:
description: 标的名称
type: string
cygx.IndustryMapAddReq:
title: IndustryMapAddReq
type: object
properties:
IndustryMapId:
description: 行业图谱id
type: integer
format: int64
IndustryMapName:
description: 图谱名称
type: string
Level:
description: 层级深度
type: integer
format: int64
cygx.IndustryMapDeleteReq:
title: IndustryMapDeleteReq
type: object
properties:
IndustryMapId:
description: 行业图谱id
type: integer
format: int64
cygx.IndustryMapEditReq:
title: IndustryMapEditReq
type: object
properties:
IndustryMapId:
description: 行业图谱id
type: integer
format: int64
IndustryMapName:
description: 图谱名称
type: string
cygx.InterviewApplyListResp:
title: InterviewApplyListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.CygxInterviewApply'
Paging:
$ref: '#/definitions/paging.PagingItem'
cygx.InterviewApplyStatusReq:
title: InterviewApplyStatusReq
type: object
properties:
HandleType:
description: 操作类型:1:更新,2:取消
type: integer
format: int64
InterviewApplyId:
description: 访谈申请id
type: integer
format: int64
InterviewTime:
description: 访谈时间
type: string
cygx.MeetingDoRep:
title: MeetingDoRep
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
Ids:
description: 报名ID,多个ID用 , 隔开
type: string
cygx.MinutesSummaryId:
title: MinutesSummaryId
type: object
properties:
ArticleId:
description: 报告Id
type: integer
format: int64
cygx.NameAndUrl:
title: NameAndUrl
type: object
properties:
Name:
description: 名称
type: string
Url:
description: 地址
type: string
cygx.NameAndUrlList:
title: NameAndUrlList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.NameAndUrl'
cygx.NewId:
title: NewId
type: object
properties:
ChartPermissionId:
description: 行业ID
type: integer
format: int64
NewId:
description: 新增一条数据产生的新的ID
type: string
cygx.OutboundMobileEditResp:
title: OutboundMobileEditResp
type: object
properties:
CountryCode:
description: 手机国家区号
type: string
Id:
description: 报名ID
type: integer
format: int64
OutboundMobile:
description: 外呼手机号
type: string
cygx.ReportAddRep:
title: ReportAddRep
type: object
properties:
Abstract:
description: 摘要
type: string
Body:
description: 内容
type: string
DoType:
description: 操作类型 0,保存 、1,发布
type: integer
format: int64
IndustrialManagementIds:
description: 产业id 多个用 , 隔开
type: string
IndustrialSubjectIds:
description: 标的id 多个用 , 隔开
type: string
IndustryName:
description: 产业名称
type: string
ReportId:
description: 报告主键id ,等于0 新增,大于0 修改
type: integer
format: int64
SellerAndMobile:
description: 作者(姓名与手机号)
type: string
SubjectName:
description: 标的名称,多标的 用 , 隔开
type: string
Title:
description: 标题
type: string
cygx.ReportArticleClassificationResp:
title: ReportArticleClassificationResp
type: object
properties:
IndustrialManagementId:
description: 产业id
type: string
IndustrialSubjectIdStr:
description: 标的id多个用 , 逗号隔开 1,2
type: string
ReportId:
description: 报告id
type: integer
format: int64
cygx.ReportMatchTypeName:
title: ReportMatchTypeName
type: object
properties:
MatchID:
description: 匹配ID
type: string
MatchTypeName:
description: 匹配类型
type: string
cygx.ReportMatchTypeNameList:
title: ReportMatchTypeNameList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.ReportMatchTypeName'
cygx.ResearchSummaryId:
title: ResearchSummaryId
type: object
properties:
ArticleId:
description: 报告Id
type: integer
format: int64
cygx.RoadshowDataTitle:
title: RoadshowDataTitle
type: object
properties:
ActivityTime:
description: 活动时间
type: string
RoadshowTitle:
description: 路演标题
type: string
cygx.RoadshowDataTitleList:
title: RoadshowDataTitleList
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.RoadshowDataTitle'
cygx.RoadshowDataTitleResp:
title: RoadshowDataTitleResp
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
KeyWord:
description: 关键词
type: string
cygx.ShowButton:
title: ShowButton
type: object
properties:
IsShowButton:
description: 是否展示操作按钮
type: boolean
cygx.SignUpRestrictUid:
title: SignUpRestrictUid
type: object
properties:
UserId:
description: 用户ID
type: integer
format: int64
cygx.SignupId:
title: SignupId
type: object
properties:
Id:
description: 报名ID
type: integer
format: int64
cygx.SignupIdCall:
title: SignupIdCall
type: object
properties:
Id:
description: 报名ID
type: integer
format: int64
OperationStatus:
description: 操作方式:1预约外呼,2自主拨入,3限制报名
type: integer
format: int64
cygx.SubjectActivityGroupManagementRep:
title: SubjectActivityGroupManagementRep
type: object
properties:
IndustrialSubjectId:
description: 产业id
type: integer
format: int64
SubjectName:
description: 标的名称
type: string
cygx.SubjectNameListRep:
title: SubjectNameListRep
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.SubjectNameRep'
Name:
description: 产业名称
type: string
cygx.SubjectNameRep:
title: SubjectNameRep
type: object
properties:
Name:
description: 标的名称
type: string
cygx.SummaryFastsearchKeywords:
title: SummaryFastsearchKeywords
type: object
properties:
Id:
description: 活动类型id
type: integer
format: int64
KeyWord:
description: 关键词
type: string
cygx.SummaryFastsearchKeywordsListResp:
title: SummaryFastsearchKeywordsListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.SummaryFastsearchKeywords'
cygx.SummaryFastsearchKeywordsResp:
title: SummaryFastsearchKeywordsResp
type: object
properties:
KeyWord:
description: 关键词,多个用 , 隔开
type: string
cygx.SummaryManageAddRep:
title: SummaryManageAddRep
type: object
properties:
Abstract:
description: 摘要
type: string
ArticleId:
description: 文章ID,等于0新增,大于0修改
type: integer
format: int64
ArticleTypeId:
description: 文章类型ID
type: integer
format: int64
Body:
description: 内容
type: string
ChartPermissionIds:
description: 行业ID ,多个用 , 隔开
type: string
Department:
description: 作者
type: string
DoType:
description: 操作类型 0,保存 、1,发布
type: integer
format: int64
IndustrialManagementIds:
description: 产业id 多个用 , 隔开
type: string
IndustrialSubjectIds:
description: 标的id 多个用 , 隔开
type: string
IndustryName:
description: 产业名称
type: string
SellerAndMobile:
description: 销售和手机号
type: string
SubjectName:
description: 标的名称,多标的 用 , 隔开
type: string
Title:
description: 标题
type: string
cygx.SummaryManageEditDetail:
title: SummaryManageEditDetail
type: object
properties:
Abstract:
description: 摘要
type: string
ArticleId:
description: 文章ID
type: integer
format: int64
Body:
description: 内容
type: string
ChartPermissionIds:
description: 行业ID ,多个用 , 隔开
type: string
IndustryName:
description: 产业名称
type: string
ListIndustrial:
type: array
items:
$ref: '#/definitions/cygx.IndustrialActivityGroupManagementRep'
ListSubject:
type: array
items:
$ref: '#/definitions/cygx.SubjectActivityGroupManagementRep'
PublishStatus:
description: 发布状态,0未发布 ,1已发布
type: integer
format: int64
SellerAndMobile:
description: 销售和手机号
type: string
SubjectName:
description: 标的名称
type: string
SummaryManageId:
description: 纪要ID 等于0新增纪要,大于0修改纪要
type: integer
format: int64
Title:
description: 标题
type: string
cygx.SummaryManageIdRep:
title: SummaryManageIdRep
type: object
properties:
ArticleId:
description: 文章ID
type: integer
format: int64
cygx.UpdateReportMatchTypeNameRep:
title: UpdateReportMatchTypeNameRep
type: object
properties:
MatchID:
description: 匹配ID
type: integer
format: int64
ReportId:
description: 报告id
type: integer
format: int64
cygx.UserInteraction:
title: UserInteraction
type: object
properties:
ActivityName:
description: 活动名称
type: string
ActivityTime:
description: 活动时间
type: string
ActivityType:
description: 1 线上,0线下
type: integer
format: int64
ActivityTypeName:
description: 活动类型名称
type: string
ArticleId:
description: 文章id
type: integer
format: int64
ArticleIdMd5:
description: 文章MD5id
type: string
ArticleType:
description: 文章类型 1:查研观向, 2:策略平台
type: integer
format: int64
BodyHtml:
type: string
CategoryName:
description: 行业2
type: string
ChartId:
description: 图表id
type: integer
format: int64
ChartPermissionId:
description: 行业id
type: integer
format: int64
CompanyName:
description: 公司名称
type: string
CreateDate:
description: 创建时间
type: string
CreateTime:
description: 创建时间
type: string
CtagName:
description: 子类名称
type: string
CtagNamePc:
description: Pc端所有的分类名称
type: string
CtagNameTwo:
description: 子类名称
type: string
CurrentIndex:
description: 当前页页码,配合前端分页添加的参数
type: integer
format: int64
DepartmentId:
description: '作者ID '
type: integer
format: int64
Duration:
description: 参会时长
type: string
FirstMeetingTime:
description: 首次入会时间
type: string
HttpUrl:
type: string
IndustryName:
description: 产业名称
type: string
InteractionType:
description: '互动类型 '
type: string
IsEnd:
description: 是否最后一页,配合前端分页添加的参数
type: boolean
IsMeeting:
description: 1 线上,0线下
type: integer
format: int64
KeyWord:
description: 关键词
type: string
Label:
description: 标签
type: string
LastMeetingTime:
description: 最后退出时间
type: string
ListChart:
type: array
items:
$ref: '#/definitions/cygx.HomeChartListResp'
MatchTypeName:
description: 匹配类型
type: string
MeetingAuthentication:
description: 参会权鉴
type: string
MeetingStatusStr:
description: 参会状态
type: string
MeetingTypeStr:
description: 参会方式
type: string
Mobile:
description: 手机号
type: string
NickName:
description: 作者昵称
type: string
Paging:
$ref: '#/definitions/paging.PagingItem'
PermissionName:
description: 行业
type: string
PtagName:
description: 父类名称
type: string
PtagNameTwo:
description: 父类名称
type: string
PublishDate:
description: 发布时间
type: string
RealName:
description: 姓名
type: string
ReminderNum:
description: '预约外呼数量 '
type: integer
format: int64
SellerName:
description: 所属销售
type: string
SignupType:
description: '参会方式 '
type: string
Source:
description: 关键词来源;1:纪要、2:图表、3:纪要/图表、4:产业资源包、5:报告、6:活动
type: integer
format: int64
StopTime:
description: 阅读停留时间
type: string
SubjectNameStr:
description: 关联标的
type: string
Title:
description: 标题
type: string
TitleEn:
description: '英文标题 '
type: string
UserId:
description: 用户ID
type: integer
format: int64
cygx.UserInteractionListResp:
title: UserInteractionListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.UserInteraction'
MeetingNum:
description: 已到会
type: integer
format: int64
NoMeetingNum:
description: 未到会
type: integer
format: int64
Paging:
$ref: '#/definitions/paging.PagingItem'
cygx.UserInteractionrelevantListResp:
title: UserInteractionrelevantListResp
type: object
properties:
IndustryName:
description: 产业名称
type: string
IsFllow:
description: 是否关注
type: boolean
List:
type: array
items:
$ref: '#/definitions/cygx.UserInteraction'
cygx.UserLabel:
title: UserLabel
type: object
properties:
Label:
description: 标签 多个用 , 隔开
type: string
cygx.UserRemarAddReq:
title: UserRemarAddReq
type: object
properties:
Content:
description: 备注信息
type: string
UserId:
description: 用户ID
type: integer
format: int64
cygx.UserRemarksListResp:
title: UserRemarksListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/cygx.UserRemarksResp'
cygx.UserRemarksResp:
title: UserRemarksResp
type: object
properties:
AdminId:
description: 销售/管理员ID
type: integer
format: int64
Content:
description: 备注信息
type: string
CreateTime:
description: 创建时间
type: string
Id:
type: integer
format: int64
UserId:
description: 用户ID
type: integer
format: int64
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:
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:组合图
type: integer
format: int64
DateType:
description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:起始日期至今
type: integer
format: int64
EndDate:
description: 自定义结束日期
type: string
LeftMax:
description: 图表左侧最大值
type: string
LeftMin:
description: 图表左侧最小值
type: string
RightMax:
description: 图表右侧最大值
type: string
RightMin:
description: 图表右侧最小值
type: string
SeasonEndDate:
description: 季节性图开始日期
type: string
SeasonStartDate:
description: 季节性图开始日期
type: string
StartDate:
description: 自定义开始日期
type: string
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
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:
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.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.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.EdbInfo'
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:
Calendar:
description: 公历/农历
type: string
ChartClassifyId:
description: 分类id
type: integer
format: int64
ChartClassifyName:
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.ChartClassifyListResp:
title: ChartClassifyListResp
type: object
properties:
AllNodes:
type: array
items:
$ref: '#/definitions/data_manage.ChartClassifyItems'
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:组合图
type: integer
format: int64
ChartWidth:
description: 线条大小
type: number
format: double
DataList:
$ref: '#/definitions/data_manage.interface'
EdbCode:
description: 指标编码
type: string
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
LeadValue:
description: 领先值
type: integer
format: int64
MaxData:
description: 上限
type: number
format: double
MinData:
description: 下限
type: number
format: double
ModifyTime:
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.ChartInfo:
title: ChartInfo
type: object
properties:
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
EdbInfoIds:
description: 指标id
type: string
EndDate:
description: 自定义结束日期
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
SeasonStartDate:
description: 季节性图开始日期
type: string
Sort:
description: 排序字段,数字越小越排前面
type: integer
format: int64
StartDate:
description: 自定义开始日期
type: string
SysUserId:
type: integer
format: int64
SysUserRealName:
type: string
UniqueCode:
description: 图表唯一编码
type: string
data_manage.ChartInfoDetailFromUniqueCodeResp:
title: ChartInfoDetailFromUniqueCodeResp
type: object
properties:
ChartInfo:
$ref: '#/definitions/data_manage.ChartInfoView'
EdbInfoList:
type: array
items:
$ref: '#/definitions/data_manage.ChartEdbInfoMapping'
Status:
description: true:图表存在,false:图表不存在
type: boolean
data_manage.ChartInfoDetailResp:
title: ChartInfoDetailResp
type: object
properties:
ChartInfo:
$ref: '#/definitions/data_manage.ChartInfoView'
EdbInfoList:
type: array
items:
$ref: '#/definitions/data_manage.ChartEdbInfoMapping'
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:
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
EdbEndDate:
description: 指标最新更新日期
type: string
EdbInfoIds:
description: 指标id
type: string
EndDate:
description: 自定义结束日期
type: string
IsAdd:
description: true:已加入我的图库,false:未加入我的图库
type: boolean
IsEdit:
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
SeasonStartDate:
description: 季节性图开始日期
type: string
Sort:
description: 排序字段,数字越小越排前面
type: integer
format: int64
StartDate:
description: 自定义开始日期
type: string
SysUserId:
type: integer
format: int64
SysUserRealName:
type: string
UniqueCode:
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
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.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.DataList:
title: DataList
type: object
properties:
DataTime:
type: string
Value:
type: string
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.EdbClassifyItems:
title: EdbClassifyItems
type: object
properties:
Children:
type: array
items:
$ref: '#/definitions/data_manage.EdbClassifyItems'
ClassifyId:
description: 分类id
type: integer
format: int64
ClassifyName:
type: string
EdbCode:
type: string
EdbInfoId:
description: 指标id
type: integer
format: int64
EdbType:
description: 指标类型:1:基础指标,2:计算指标
type: integer
format: int64
Level:
description: 层级
type: integer
format: int64
ParentId:
type: integer
format: int64
Sort:
description: 排序字段,越小越靠前,默认值:10
type: integer
format: int64
Source:
description: 来源id
type: integer
format: int64
SourceName:
description: 来源名称
type: string
StartDate:
type: string
SysUserId:
description: 创建人id
type: integer
format: int64
SysUserRealName:
description: 创建人姓名
type: string
UniqueCode:
description: 唯一编码
type: string
data_manage.EdbClassifyListResp:
title: EdbClassifyListResp
type: object
properties:
AllNodes:
type: array
items:
$ref: '#/definitions/data_manage.EdbClassifyItems'
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.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
ClassifyId:
description: 分类id
type: integer
format: int64
CreateTime:
type: string
format: datetime
EdbCode:
description: 指标编码
type: string
EdbInfoId:
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
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:
ClassifyId:
description: 分类id
type: integer
format: int64
EdbInfoId:
description: 编辑指标id
type: integer
format: int64
EdbInfoIdArr:
type: array
items:
$ref: '#/definitions/348739.0xc00369ec90.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: 来源: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
ClassifyId:
description: 分类id
type: integer
format: int64
EdbInfoId:
description: 指标id
type: integer
format: int64
EdbInfoIdArr:
type: array
items:
$ref: '#/definitions/347733.0xc00369ebd0.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: 来源: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
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
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
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.EdbInfoFromTag:
title: EdbInfoFromTag
type: object
properties:
EdbInfoId:
description: 指标id
type: integer
format: int64
FromTag:
description: 指标对应标签
type: string
data_manage.EdbInfoList:
title: EdbInfoList
type: object
properties:
ClassifyId:
description: 分类id
type: integer
format: int64
DataList:
type: array
items:
$ref: '#/definitions/data_manage.EdbData'
EdbCode:
description: 指标编码
type: string
EdbInfoId:
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
ModifyTime:
description: 最新修改时间
type: string
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.EdbClassifySimplify'
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:新数据
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.EditChartClassifyReq:
title: EditChartClassifyReq
type: object
properties:
ChartClassifyId:
description: 分类名称
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
data_manage.EditChartInfoReq:
title: EditChartInfoReq
type: object
properties:
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:组合图
type: integer
format: int64
DateType:
description: 日期类型:1:00年至今,2:10年至今,3:15年至今,4:年初至今,5:自定义时间,6:起始日期至今
type: integer
format: int64
EndDate:
description: 自定义结束日期
type: string
LeftMax:
description: 图表左侧最大值
type: string
LeftMin:
description: 图表左侧最小值
type: string
RightMax:
description: 图表右侧最大值
type: string
RightMin:
description: 图表右侧最小值
type: string
SeasonEndDate:
description: 季节性图开始日期
type: string
SeasonStartDate:
description: 季节性图开始日期
type: string
StartDate:
description: 自定义开始日期
type: string
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
data_manage.ExcelClassifyItems:
title: ExcelClassifyItems
type: object
properties:
Children:
type: array
items:
$ref: '#/definitions/data_manage.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
data_manage.ExcelInfo:
title: ExcelInfo
type: object
properties:
Content:
description: 表格内容
type: string
CreateTime:
description: 创建日期
type: string
format: datetime
ExcelClassifyId:
description: 表格分类id
type: integer
format: int64
ExcelImage:
description: 表格图片
type: string
ExcelInfoId:
type: integer
format: int64
ExcelName:
description: 表格名称
type: string
FileUrl:
description: 表格下载地址
type: string
IsDelete:
description: 是否删除,0:未删除,1:已删除
type: integer
format: int64
ModifyTime:
description: 最近修改日期
type: string
format: datetime
Sort:
description: 排序字段,数字越小越排前面
type: integer
format: int64
SysUserId:
description: 操作人id
type: integer
format: int64
SysUserRealName:
description: 操作人真实姓名
type: string
UniqueCode:
description: 表格唯一编码
type: string
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.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
NextClassifyId:
description: 下一个兄弟节点分类id
type: integer
format: int64
ParentClassifyId:
description: 父级分类id
type: integer
format: int64
PrevClassifyId:
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:
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
EdbEndDate:
description: 指标最新更新日期
type: string
EdbInfoIds:
description: 指标id
type: string
EndDate:
description: 自定义结束日期
type: string
IsAdd:
description: true:已加入我的图库,false:未加入我的图库
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
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.MyExcelInfoList:
title: MyExcelInfoList
type: object
properties:
CreateTime:
description: 创建日期
type: string
format: datetime
ExcelClassifyId:
description: 表格分类id
type: integer
format: int64
ExcelImage:
description: 表格图片
type: string
ExcelInfoId:
type: integer
format: int64
ExcelName:
description: 表格名称
type: string
FileUrl:
description: 表格下载地址
type: string
ModifyTime:
description: 最近修改日期
type: string
format: datetime
Sort:
description: 排序字段,数字越小越排前面
type: integer
format: int64
SysUserId:
description: 操作人id
type: integer
format: int64
SysUserRealName:
description: 操作人真实姓名
type: string
UniqueCode:
description: 表格唯一编码
type: string
data_manage.PythonEdbDetailResp:
title: PythonEdbDetailResp
type: object
properties:
EdbInfoDetail:
$ref: '#/definitions/data_manage.EdbInfo'
PythonCode:
type: string
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
LeftMax:
description: 图表左侧最大值
type: string
LeftMin:
description: 图表左侧最小值
type: string
RightMax:
description: 图表右侧最大值
type: string
RightMin:
description: 图表右侧最小值
type: string
SeasonEndDate:
description: 季节性图开始日期
type: string
SeasonStartDate:
description: 季节性图开始日期
type: string
StartDate:
description: 自定义开始日期
type: string
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:
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
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
PbFinanceNotUpdate:
description: 彭博财务未更新
type: integer
format: int64
PbFinanceUpdate:
description: 彭博财务已更新
type: integer
format: int64
PbNotUpdate:
description: 彭博未更新
type: integer
format: int64
PbUpdate:
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
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.interface:
title: interface
type: object
models.:
type: object
models.AddPptReq:
title: AddPptReq
type: object
properties:
ContentPage:
description: 内容页
type: array
items:
$ref: '#/definitions/models.ContentPageItems'
FirstPage:
$ref: '#/definitions/49715.0xc0027fadb0.false'
description: 首页
PptId:
description: ppt_id
type: integer
format: int64
models.AddPptV2Req:
title: AddPptV2Req
type: object
properties:
Content:
description: ppt的json数据
type: string
FirstPage:
$ref: '#/definitions/58449.0xc002816db0.false'
description: 首页
GroupId:
description: 目录id
type: integer
format: int64
PptId:
description: ppt_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.ApplyRecordPotentialUserMoveReq:
title: ApplyRecordPotentialUserMoveReq
type: object
properties:
ApplyRecordId:
description: 申请单ID
type: integer
format: int64
BusinessCardUrl:
description: 名片地址
type: string
CompanyId:
description: 移动到的客户id
type: integer
format: int64
CountryCode:
description: 区号,86、852、886等
type: string
DepartmentName:
description: 联系人部门
type: string
Email:
description: 邮箱
type: string
IsMaker:
description: 是否决策人,1:是,0:否
type: integer
format: int64
Mobile:
description: 手机号
type: string
Position:
description: 职位
type: string
RealName:
description: 姓名
type: string
RegionType:
description: 区域,枚举值:国内、海外
type: string
Remark:
description: 备注信息
type: string
SellerId:
description: 需要移动到的销售id
type: integer
format: int64
Sex:
description: 用户性别,1为男性,2为女性
type: integer
format: int64
UserId:
description: 用户id
type: integer
format: int64
models.BannerAddReq:
title: BannerAddReq
type: object
properties:
BannerType:
description: 类型
type: integer
format: int64
ClassifyId:
description: 分类id
type: integer
format: int64
ClassifyName:
description: 分类名称
type: string
ImgUrl:
description: 图片路径
type: string
JumpUrl:
description: 跳转地址
type: string
models.BannerDeleteReq:
title: BannerDeleteReq
type: object
properties:
BannerId:
description: BannerId
type: integer
format: int64
models.BannerEditReq:
title: BannerEditReq
type: object
properties:
BannerId:
description: BannerId
type: integer
format: int64
BannerType:
description: 类型
type: integer
format: int64
ClassifyId:
description: 分类id
type: integer
format: int64
ClassifyName:
description: 分类名称
type: string
ImgUrl:
description: 图片路径
type: string
JumpUrl:
description: 跳转地址
type: string
models.BannerList:
title: BannerList
type: object
properties:
BannerType:
description: 类型 1:轮播图,2:头部海报
type: integer
format: int64
ClassifyId:
description: 分类id
type: integer
format: int64
ClassifyName:
description: 分类名称
type: string
CreateTime:
description: 创建时间
type: string
format: datetime
Id:
type: integer
format: int64
ImageUrl:
description: 图片路径
type: string
JumpUrl:
description: 跳转地址
type: string
ModifyTime:
description: 修改时间
type: string
format: datetime
models.BannerListResp:
title: BannerListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/models.BannerList'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
models.Base64UploadBatchReq:
title: Base64UploadBatchReq
type: object
properties:
Img:
type: string
PptId:
type: integer
format: int64
PptPagesId:
type: integer
format: int64
ResourceId:
type: string
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.ChangeReceivePermissionReq:
title: ChangeReceivePermissionReq
type: object
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
IsShow:
description: 是否在小程序显示:1-显示 0-隐藏
type: integer
format: int64
ModifyTime:
description: 修改时间
type: string
format: datetime
ParentId:
description: 父级分类id
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
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
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
ParentId:
description: 父级分类id,没有父级分类传0
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
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.CompanyContractPermission:
title: CompanyContractPermission
type: object
properties:
ClassifyName:
description: 权限分类名称
type: string
PermissionList:
type: array
items:
$ref: '#/definitions/company.CompanyContractPermissionName'
models.CompanyContractStatList:
title: CompanyContractStatList
type: object
properties:
CompanyContractId:
description: 客户合同id
type: integer
format: int64
CompanyId:
description: 客户id
type: integer
format: int64
ContractCode:
description: 合同编码
type: string
ContractType:
description: 合同类型:枚举值:'新签合同','续约合同','补充协议'
type: string
EndDate:
description: 合同结束时间
type: string
Money:
description: 合同金额
type: number
format: double
PayChannel:
description: 支付渠道
type: string
PayMethod:
description: 支付方式
type: string
PermissionList:
description: 合同中的权限列表
type: array
items:
$ref: '#/definitions/models.CompanyContractPermission'
ProductId:
description: 产品id
type: integer
format: int64
ProductName:
description: 产品名称
type: string
StartDate:
description: 合同开始时间
type: string
models.CompanyIndustryResp:
title: CompanyIndustryResp
type: object
models.CompanySource:
title: CompanySource
type: object
properties:
SourceId:
type: integer
format: int64
SourceName:
description: 来源名称
type: string
models.CompanySourceListResp:
title: CompanySourceListResp
type: object
properties:
List:
description: 客户来源列表
type: array
items:
$ref: '#/definitions/models.CompanySource'
models.ContentPageItems:
title: ContentPageItems
type: object
properties:
PptId:
description: ppt_id
type: integer
format: int64
PptPagesId:
description: 章节id,新增时传0
type: integer
format: int64
ResourceId:
description: 来源id,来自上海策略组提供的图表id
type: string
Timestamp:
description: 时间戳
type: integer
format: int64
Title:
description: 标题
type: string
models.ContractStatListResp:
title: ContractStatListResp
type: object
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.DeleteClassifyReq:
title: DeleteClassifyReq
type: object
properties:
ClassifyId:
description: 分类ID
type: integer
format: int64
models.DeletePptReq:
title: DeletePptReq
type: object
properties:
PptId:
description: PptId
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.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
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
ParentId:
description: 父级分类id
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
YbShareBgImg:
description: 小程序研报详情分享背景图
type: string
models.EditPptReq:
title: EditPptReq
type: object
properties:
ContentPage:
type: array
items:
$ref: '#/definitions/models.ContentPageItems'
FirstPage:
$ref: '#/definitions/50681.0xc0027fb050.false'
PptId:
description: pptId
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
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.FindByIdClassifyReq:
title: FindByIdClassifyReq
type: object
properties:
ClassifyId:
description: 分类ID
type: integer
format: int64
models.GroupSendMsgAddReq:
title: GroupSendMsgAddReq
type: object
properties:
Description:
description: 摘要
type: string
ImgUrl:
description: 图片地址,长度255
type: string
JumpType:
description: 跳转类型,1:h5;2:小程序
type: integer
format: int32
Label:
description: 标签,多个标签用、隔开;长度255
type: string
LinkUrl:
description: 跳转地址,长度255
type: string
Title:
description: 标题,长度64
type: string
models.ImageResponse:
title: ImageResponse
type: object
models.ImportListResp:
title: ImportListResp
type: object
properties:
RepeatUser:
description: 重复客户数据
type: array
items:
$ref: '#/definitions/models.WxUser'
ValidUser:
description: 有效客户数据
type: array
items:
$ref: '#/definitions/models.WxUser'
models.IncomeList:
title: IncomeList
type: object
properties:
CompanyContractId:
description: 合同id
type: integer
format: int64
CompanyId:
description: 企业客户id
type: integer
format: int64
CompanyName:
description: 企业客户名称
type: string
CompanyProductId:
description: 客户购买产品授权id
type: integer
format: int64
ContractCode:
description: 合同编码
type: string
ContractType:
description: 合同类型
type: string
CreateTime:
description: 合同创建时间
type: string
EndDate:
description: 合同结束日期
type: string
ExpireDay:
description: 剩余可用天数
type: string
ImgUrl:
description: 合同图片
type: string
ModifyTime:
description: 合同修改时间
type: string
Money:
description: 合同金额
type: number
format: double
PayChannel:
description: 付款渠道
type: string
PayMethod:
description: 付款方式
type: string
PermissionList:
description: 客户的产品权限列表
type: array
items:
$ref: '#/definitions/models.CompanyContractPermission'
ProductId:
description: 产品id
type: integer
format: int64
ProductName:
description: 产品名称
type: string
RegionType:
description: 企业客户所属区域;可选范围:国内,海外
type: string
SellerId:
description: 归属销售id
type: integer
format: int64
SellerName:
description: 归属销售名称
type: string
StartDate:
description: 合同开始日期
type: string
Status:
description: 合同审批状态,0:待审批,1:已审批;默认:1
type: string
models.IncrementalList:
title: IncrementalList
type: object
properties:
CompanyContractId:
description: 合同id
type: integer
format: int64
CompanyId:
description: 企业客户id
type: integer
format: int64
CompanyName:
description: 企业客户名称
type: string
CompanyProductId:
description: 客户购买产品授权id
type: integer
format: int64
ContractCode:
description: 合同编码
type: string
ContractType:
description: 合同类型
type: string
CreateTime:
description: 合同创建时间
type: string
EndDate:
description: 合同结束日期
type: string
ExpireDay:
description: 剩余可用天数
type: string
ImgUrl:
description: 合同图片
type: string
ModifyTime:
description: 合同修改时间
type: string
Money:
description: 合同金额
type: number
format: double
PackageDifference:
description: 和上一份合同的区别
type: string
PayChannel:
description: 付款渠道
type: string
PayMethod:
description: 付款方式
type: string
PermissionList:
description: 产品权限
type: array
items:
$ref: '#/definitions/company.CompanyReportPermission'
ProductId:
description: 产品id
type: integer
format: int64
ProductName:
description: 产品名称
type: string
RegionType:
description: 企业客户所属区域;可选范围:国内,海外
type: string
RenewalReason:
description: 未续约说明
type: string
RenewalTodo:
description: 未续约说明中的待办事项说明
type: string
SellerId:
description: 归属销售id
type: integer
format: int64
SellerName:
description: 归属销售名称
type: string
StartDate:
description: 合同开始日期
type: string
Status:
description: 合同审批状态,0:待审批,1:已审批;默认:1
type: string
models.LoginReq:
title: LoginReq
type: object
models.LoginResp:
title: LoginResp
type: object
models.ModifyPwdReq:
title: ModifyPwdReq
type: object
models.MyChartPermissionResp:
title: MyChartPermissionResp
type: object
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.PotentialUserDealReq:
title: PotentialUserDealReq
type: object
properties:
UserId:
description: 用户id
type: integer
format: int64
models.PotentialUserDeleteReq:
title: PotentialUserDeleteReq
type: object
properties:
UserId:
description: 用户id
type: integer
format: int64
models.PotentialUserItem:
title: PotentialUserItem
type: object
properties:
ApplyMethod:
description: 0:未申请,1:已付费客户申请试用,2:非客户申请试用
type: integer
format: int64
BusinessCardUrl:
description: 名片
type: string
CompanyName:
description: 客户名称
type: string
CountryCode:
description: 区号,86、852、886等
type: string
CreatedTime:
description: 注册时间
type: string
Email:
description: 邮箱
type: string
FromType:
description: report:研报,teleconference:电话会
type: string
IsDeal:
description: 是否标记处理,0是未处理,1是已处理
type: integer
format: int64
LastViewTimeStr:
description: 最后一次阅读时间
type: string
Mobile:
description: 手机号
type: string
RealName:
description: 姓名
type: string
Source:
description: 来源,1:微信端,2:pc网页端,3:查研观向小程序,4:每日咨询,5:电话会
type: integer
format: int64
UserId:
description: 用户id
type: integer
format: int64
ViewTotal:
description: 累计阅读次数
type: integer
format: int64
models.PotentialUserListResp:
title: PotentialUserListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/models.PotentialUserItem'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
models.PotentialUserMoveReq:
title: PotentialUserMoveReq
type: object
properties:
BusinessCardUrl:
description: 名片地址
type: string
CompanyId:
description: 移动到的客户id
type: integer
format: int64
CountryCode:
description: 区号,86、852、886等
type: string
DepartmentName:
description: 联系人部门
type: string
Email:
description: 邮箱
type: string
IsMaker:
description: 是否决策人,1:是,0:否
type: integer
format: int64
Mobile:
description: 手机号
type: string
Position:
description: 职位
type: string
RealName:
description: 姓名
type: string
RegionType:
description: 区域,枚举值:国内、海外
type: string
Remark:
description: 备注信息
type: string
SellerId:
description: 需要移动到的销售id
type: integer
format: int64
Sex:
description: 用户性别,1为男性,2为女性
type: integer
format: int64
UserId:
description: 用户id
type: integer
format: int64
models.PptImages:
title: PptImages
type: object
properties:
ImageType:
description: 图片类型,0:首页背景模板
type: integer
format: int64
ImageUrl:
description: 图片地址
type: string
PptImagesId:
description: Id
type: integer
format: int64
models.PptImagesResp:
title: PptImagesResp
type: object
properties:
List:
description: ppt背景图片
type: array
items:
$ref: '#/definitions/models.PptImages'
models.PptPublishReq:
title: PptPublishReq
type: object
properties:
PptId:
description: PptId
type: integer
format: int64
ScreenHeight:
description: 屏幕宽高
type: integer
format: int64
models.PptResourceResp:
title: PptResourceResp
type: object
properties:
Id:
description: 用户id
type: integer
format: int64
PlaySeconds:
description: 播放时长,单位秒
type: integer
format: int32
ResourceUrl:
description: 资源地址
type: array
items:
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
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
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
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
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.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
models.PublishReq:
title: PublishReq
type: object
properties:
ReportIds:
description: 报告id,多个用英文逗号隔开
type: string
models.ReceiveSellerListResp:
title: ReceiveSellerListResp
type: object
models.Report:
title: Report
type: object
properties:
Abstract:
description: 摘要
type: string
AddType:
description: 新增方式:1:新增报告,2:继承报告
type: integer
format: int64
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
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:
Id:
description: 报告作者ID
type: integer
format: int64
ReportAuthor:
description: 报告作者名称
type: string
models.ReportAuthorResp:
title: ReportAuthorResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/models.ReportAuthor'
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
Author:
description: 作者
type: string
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
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
NeedThsMsg:
description: 是否需要推送客群消息 0-否 1-是
type: integer
format: int64
OldReportId:
description: research_report表ID, 大于0则表示该报告为老后台同步过来的
type: integer
format: int64
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:已发布
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:
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
PptVersion:
description: 是否ppt的旧版本;1:旧的,2:新的
type: integer
format: int32
PptxUrl:
description: pptx下载地址
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
IsSingleShare:
description: 是否是单个共享ppt,0未单个共享,1共享
type: integer
format: int32
PptCreateTime:
description: ppt创建时间
type: string
PptId:
description: ppt ID
type: integer
format: int64
PptPage:
description: PPT总页数
type: integer
format: int64
PptVersion:
description: 是否ppt的旧版本;1:旧的,2:新的
type: integer
format: int32
PptxUrl:
description: pptx下载地址
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.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
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.SetDayWeekReportUpdateRuleReq:
title: SetDayWeekReportUpdateRuleReq
type: object
properties:
PauseEndTime:
description: 暂停结束时间
type: string
PauseStartTime:
description: 暂停开始时间
type: string
ReportChapterTypeId:
description: 章节类型ID 英文逗号拼接
type: string
ResearchType:
description: 报告类型 day; week;
type: string
models.StackCompanyStatisticList:
title: StackCompanyStatisticList
type: object
properties:
CompanyId:
description: 企业客户id
type: integer
format: int64
CompanyName:
description: 企业客户名称
type: string
ContractNum:
description: 第几份合同,默认是:1
type: integer
format: int64
CreateTime:
description: 记录添加时间
type: string
format: datetime
CreateTimeStr:
description: 记录添加时间,字符串形式
type: string
Date:
description: 记录日期
type: string
DepartmentId:
description: 所属销售部门id
type: integer
format: int64
EndDate:
description: 服务截止时间
type: string
ExpireDay:
description: 剩余可用天数
type: string
GroupId:
description: 所属销售分组id
type: integer
format: int64
PackageDifference:
description: 和上一份合同的区别
type: string
ProductId:
description: 客户产品id
type: integer
format: int64
ProductName:
description: 客户产品名称
type: string
RegionType:
description: 所属区域,国内,海外
type: string
RenewalReason:
description: 未续约说明
type: string
RenewalTodo:
description: 未续约说明中的待办事项说明
type: string
SellerId:
description: 所属销售id
type: integer
format: int64
SellerName:
description: 所属销售名称
type: string
StartDate:
description: 服务起始时间
type: string
StatisticId:
type: integer
format: int64
Status:
description: 当前状态
type: string
Type:
description: 数据类型,取值范围:新签客户,续约客户,未续约客户
type: string
models.SunCodeReq:
title: SunCodeReq
type: object
properties:
CodePage:
description: 太阳码page
type: string
CodeScene:
description: 太阳码scene
type: string
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.UserMoveReq:
title: UserMoveReq
type: object
properties:
CompanyId:
description: 移动到的客户id
type: integer
format: int64
SellerId:
description: 需要移动到的销售id
type: integer
format: int64
UserId:
description: 用户id
type: integer
format: int64
models.UserTrialApplyItem:
title: UserTrialApplyItem
type: object
properties:
CompanyName:
type: string
CreateTime:
description: 申请时间
type: string
format: datetime
CreateTimeStr:
description: 申请时间字符串
type: string
Email:
type: string
Id:
type: integer
format: int32
Industry:
type: string
Message:
type: string
ModifyTime:
description: 修改时间
type: string
format: datetime
ModifyTimeStr:
description: 申请时间字符串
type: string
OpUserId:
description: 操作用户id
type: integer
format: int32
OpUserName:
type: string
Phone:
type: string
ProductInfo:
type: string
RealName:
type: string
SourceIp:
type: string
SourceType:
type: string
Status:
description: 状态,枚举值:'待处理','已处理'
type: string
models.UserTrialApplyListResp:
title: UserTrialApplyListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/models.UserTrialApplyItem'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
models.WillExpireCompanyList:
title: WillExpireCompanyList
type: object
properties:
CompanyContractId:
description: 合同id
type: integer
format: int64
CompanyId:
description: 企业客户id
type: integer
format: int64
CompanyName:
description: 企业客户名称
type: string
CompanyProductId:
description: 客户购买产品授权id
type: integer
format: int64
ContractCode:
description: 合同编码
type: string
ContractType:
description: 合同类型
type: string
CreateTime:
description: 合同创建时间
type: string
EndDate:
description: 合同结束日期
type: string
ExpireDay:
description: 剩余可用天数
type: string
ImgUrl:
description: 合同图片
type: string
ModifyTime:
description: 合同修改时间
type: string
Money:
description: 合同金额
type: number
format: double
PayChannel:
description: 付款渠道
type: string
PayMethod:
description: 付款方式
type: string
PermissionList:
description: 产品权限
type: array
items:
$ref: '#/definitions/company.CompanyReportPermissionAndName'
ProductId:
description: 产品id
type: integer
format: int64
ProductName:
description: 产品名称
type: string
RegionType:
description: 企业客户所属区域;可选范围:国内,海外
type: string
SellerId:
description: 归属销售id
type: integer
format: int64
SellerName:
description: 归属销售名称
type: string
StartDate:
description: 合同开始日期
type: string
Status:
description: 合同审批状态,0:待审批,1:已审批;默认:1
type: string
models.WxUser:
title: WxUser
type: object
properties:
BusinessCardUrl:
description: 名片
type: string
CompanyId:
type: integer
format: int64
CountryCode:
description: 区号,86、852、886等
type: string
CreatedTime:
type: string
format: datetime
DepartmentName:
description: 联系人部门
type: string
Email:
type: string
Headimgurl:
description: 用户头像,最后一个数值代表正方形头像大小(有0、46、64、96、132数值可选,0代表640*640正方形头像),用户没有头像时该项为空
type: string
IsDeal:
description: 是否标记处理 0-未处理 1-已处理
type: integer
format: int64
IsMaker:
description: 是否决策人,1:是,0:否
type: integer
format: int64
LastUpdatedTime:
description: 最近一次更新时间
type: string
format: datetime
Mobile:
type: string
MobileTwo:
description: 备用手机号
type: string
NickName:
description: 昵称
type: string
OpenId:
description: 微信openid
type: string
OutboundCountryCode:
description: 外呼手机号区号,86、852、886等
type: string
OutboundMobile:
description: 外呼手机号
type: string
Position:
description: 职位
type: string
RealName:
description: 姓名
type: string
RegisterPlatform:
type: integer
format: int64
RegisterTime:
type: string
format: datetime
Remark:
description: 备注
type: string
Sex:
description: 普通用户性别,1为男性,2为女性
type: integer
format: int64
UserId:
type: integer
format: int64
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
request.ActivityPosterReq:
title: ActivityPosterReq
type: object
properties:
Name:
description: 海报名称
type: string
Url:
description: 海报资源url地址
type: string
request.ActivityVoiceReq:
title: ActivityVoiceReq
type: object
properties:
Name:
description: 音频名称
type: string
PlaySeconds:
description: 音频时长
type: string
Url:
description: 音频资源url地址
type: string
request.AddActivityReq:
title: AddActivityReq
type: object
properties:
ActivityName:
description: 活动标题
type: string
ActivityTypeId:
description: 活动类型ID
type: integer
format: int64
ActivityTypeName:
description: 活动类型名称
type: string
Address:
description: 活动地址
type: string
AmericaTel:
description: 美国拨入
type: string
ArticleId:
description: 报告链接所关联的文章ID
type: integer
format: int64
City:
description: 城市
type: string
EndTime:
description: 活动结束时间,格式:2021-11-09 18:08:44
type: string
HongKongTel:
description: 香港拨入
type: string
IsLimitPeople:
description: 是否限制人数 1是,0否
type: integer
format: int32
IsNewReport:
description: 是否关联新报告 0-否 1-是
type: integer
format: int64
LimitPeopleNum:
description: 限制人数数量
type: integer
format: int64
LinkParticipants:
description: 参会链接
type: string
MainlandTel:
description: 大陆拨入
type: string
ParticipationCode:
description: 参会密码
type: string
PermissionIdList:
description: 权限id列表
type: array
items:
type: integer
format: int64
PosterList:
description: 海报文件列表
type: array
items:
$ref: '#/definitions/request.ActivityPosterReq'
PublishStatus:
description: 是否发布,枚举值,不发布(保存):0; 发布:1
type: integer
format: int32
Remarks:
description: 备注
type: string
ReportId:
description: 报告id
type: integer
format: int64
ReportLink:
description: 报告链接
type: string
ReportName:
description: 报告标题
type: string
SingaporeTel:
description: 新加坡拨入
type: string
Speaker:
description: 主讲人
type: string
SpeakerBackgroundPic:
description: 主讲人背景图
type: string
SpeakerHeadPic:
description: 主讲人头像
type: string
StartTime:
description: 活动开始时间,格式:2021-11-09 18:08:44
type: string
TaiwanTel:
description: 台湾拨入
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
request.AddContractReq:
title: AddContractReq
type: object
properties:
Address:
description: 详细地址,字符长度最大128
type: string
City:
description: 市级名称
type: string
CityId:
description: 市级id
type: integer
format: int64
CompanyName:
description: 客户名称,甲方名称,字符长度最大32
type: string
ContractBusinessType:
description: 合同业务类型,枚举值:'业务合同','代付合同'
type: string
ContractType:
description: 合同类型,枚举值:'新签合同','续约合同','补充协议'
type: string
CreditCode:
description: 社会统一信用代码,字符长度最大64
type: string
EndDate:
description: 合同结束日期
type: string
Fax:
description: 传真
type: string
IsAudit:
description: 是否发起审核
type: boolean
OriginalPrice:
description: 合同原金额,优惠前的金额
type: number
format: double
PayChannel:
description: 付款渠道,字符长度最大255
type: string
PayRemark:
description: 付款方式说明,字符长度最大255
type: string
Phone:
description: 电话
type: string
Postcode:
description: 邮编
type: string
Price:
description: 合同金额,优惠后的金额
type: number
format: double
Province:
description: 省级名称
type: string
ProvinceId:
description: 省级id
type: integer
format: int64
RelationContractId:
description: 关联的业务合同id
type: integer
format: int64
Remark:
description: 补充内容
type: string
SellerRemark:
description: 销售备注
type: string
Service:
description: 服务套餐内容
type: array
items:
$ref: '#/definitions/request.AddContractServiceReq'
SourceId:
description: 复制来源的合同id
type: integer
format: int64
StartDate:
description: 合同开始日期
type: string
TemplateId:
description: 合同模板id
type: integer
format: int64
request.AddContractServiceReq:
title: AddContractServiceReq
type: object
properties:
Detail:
description: 详情数据
type: array
items:
$ref: '#/definitions/2599..AddContractServiceDetailReq'
ServiceTemplateId:
description: 服务套餐id
type: integer
format: int64
Title:
description: 服务套餐名称
type: string
Value:
description: 服务套餐内容
type: string
request.AddExcelClassifyReq:
title: AddExcelClassifyReq
type: object
properties:
ExcelClassifyName:
description: 分类名称
type: string
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
ExcelName:
description: 表格名称
type: string
request.AddRegisterReq:
title: AddRegisterReq
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
UserIdList:
description: 用户ID列表
type: array
items:
type: integer
format: int64
request.AddReplyCommentReq:
title: AddReplyCommentReq
type: object
properties:
CommentId:
description: 要回复的留言ID
type: integer
format: int64
Content:
description: 回复内容
type: string
request.AddRoleAdminReq:
title: AddRoleAdminReq
type: object
properties:
AdminIds:
description: 需要新增的管理账号ID,用英文逗号拼接
type: string
RoleTypeCode:
description: 角色类型编码:留言板管理员:yb_comment_admin
type: string
request.ApplyMarkReq:
title: ApplyMarkReq
type: object
properties:
ApplyRecordId:
description: 申请记录ID
type: integer
format: int64
UserId:
description: 用户ID
type: integer
format: int64
request.ApprovedReq:
title: ApprovedReq
type: object
properties:
ContractApprovalRecordId:
description: 审批流id
type: integer
format: int64
NextApproval:
description: 是否需要下级批准,预留字段,一期用不到,二期加入合规审批流程的时候,合规审批操作后可能会用到
type: boolean
NextApprovalUserId:
description: 是否指定下级审批人,预留字段,一期用不到,二期加入合规审批流程的时候,合规审批操作后可能会用到
type: integer
format: int64
Remark:
description: 驳回理由
type: string
request.CancelQsReq:
title: CancelQsReq
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
request.CancelRegisterReq:
title: CancelRegisterReq
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
UserId:
description: 用户ID
type: integer
format: int64
request.CommentReq:
title: CommentReq
type: object
properties:
CommentId:
description: 留言ID
type: integer
format: int64
request.CommunityVideoCoverOptionReq:
title: CommunityVideoCoverOptionReq
type: object
properties:
CoverId:
description: 封面图ID
type: integer
format: int64
request.CommunityVideoCoverSaveReq:
title: CommunityVideoCoverSaveReq
type: object
properties:
CoverId:
description: 封面ID
type: integer
format: int64
CoverName:
description: 封面名称
type: string
CoverUrl:
description: 封面图地址
type: string
request.CommunityVideoOptionReq:
title: CommunityVideoOptionReq
type: object
properties:
VideoId:
description: 问题ID
type: integer
format: int64
request.CommunityVideoPublishReq:
title: CommunityVideoPublishReq
type: object
properties:
PublishState:
description: 发布状态:0-未发布 1-已发布
type: integer
format: int64
VideoId:
description: 问题ID
type: integer
format: int64
request.CommunityVideoSaveReq:
title: CommunityVideoSaveReq
type: object
properties:
CoverImgUrl:
description: 封面图地址
type: string
Title:
description: 视频标题
type: string
VarietyTagId:
description: 标签ID
type: integer
format: int64
VideoId:
description: 视频ID
type: integer
format: int64
VideoSeconds:
description: 视频时长,单位秒
type: string
VideoUrl:
description: 视频地址
type: string
request.CreateQsReq:
title: CreateQsReq
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
Time:
description: 会议时长(分钟)
type: integer
format: int64
request.DelCommentAdminReq:
title: DelCommentAdminReq
type: object
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.EditActivityReq:
title: EditActivityReq
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
ActivityName:
description: 活动标题
type: string
Address:
description: 活动地址
type: string
AmericaTel:
description: 美国拨入
type: string
ArticleId:
description: 报告链接所关联的文章ID
type: integer
format: int64
City:
description: 城市
type: string
EndTime:
description: 活动结束时间,格式:2021-11-09 18:08:44
type: string
HongKongTel:
description: 香港拨入
type: string
IsLimitPeople:
description: 是否限制人数 1是,0否
type: integer
format: int32
IsNewReport:
description: 是否关联新报告 0-否 1-是
type: integer
format: int64
LimitPeopleNum:
description: 限制人数数量
type: integer
format: int64
LinkParticipants:
description: 参会链接
type: string
MainlandTel:
description: 大陆拨入
type: string
ParticipationCode:
description: 参会密码
type: string
PermissionIdList:
description: 权限id列表
type: array
items:
type: integer
format: int64
PosterList:
description: 海报文件列表
type: array
items:
$ref: '#/definitions/request.ActivityPosterReq'
PublishStatus:
description: 是否发布,枚举值,不发布(保存):0; 发布:1
type: integer
format: int32
Remarks:
description: 备注
type: string
ReportId:
description: 报告id
type: integer
format: int64
ReportLink:
description: 报告链接
type: string
ReportName:
description: 报告标题
type: string
SingaporeTel:
description: 新加坡拨入
type: string
Speaker:
description: 主讲人
type: string
SpeakerBackgroundPic:
description: 主讲人背景图
type: string
SpeakerHeadPic:
description: 主讲人头像
type: string
StartTime:
description: 活动开始时间,格式:2021-11-09 18:08:44
type: string
TaiwanTel:
description: 台湾拨入
type: string
VoiceList:
description: 音频文件列表
type: array
items:
$ref: '#/definitions/request.ActivityVoiceReq'
request.EditContractReq:
title: EditContractReq
type: object
properties:
Address:
description: 详细地址,字符长度最大128
type: string
City:
description: 市级名称
type: string
CityId:
description: 市级id
type: integer
format: int64
CompanyName:
description: 客户名称,甲方名称,字符长度最大32
type: string
ContractId:
description: 合同id
type: integer
format: int64
ContractType:
description: 合同类型,枚举值:'新签合同','续约合同','补充协议'
type: string
CreditCode:
description: 社会统一信用代码,字符长度最大64
type: string
EndDate:
description: 合同结束日期
type: string
Fax:
description: 传真
type: string
OriginalPrice:
description: 合同原金额,优惠前的金额
type: number
format: double
PayChannel:
description: 付款渠道,字符长度最大255
type: string
PayRemark:
description: 付款方式说明,字符长度最大255
type: string
Phone:
description: 电话
type: string
Postcode:
description: 邮编
type: string
Price:
description: 合同金额,优惠后的金额
type: number
format: double
Province:
description: 省级名称
type: string
ProvinceId:
description: 省级id
type: integer
format: int64
ReAudit:
description: 是否发起重申
type: boolean
RelationContractId:
description: 关联的业务合同id
type: integer
format: int64
Remark:
description: 补充内容
type: string
SellerRemark:
description: 销售备注
type: string
Service:
description: 服务套餐内容
type: array
items:
$ref: '#/definitions/request.AddContractServiceReq'
StartDate:
description: 合同开始日期
type: string
TemplateId:
description: 合同模板id
type: integer
format: int64
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
request.ExcelClassifyDeleteCheckReq:
title: ExcelClassifyDeleteCheckReq
type: object
properties:
ExcelClassifyId:
description: 分类id
type: integer
format: int64
ExcelInfoId:
description: 表格id
type: integer
format: int64
request.MarkEditSandbox:
title: MarkEditSandbox
type: object
properties:
SandboxId:
description: 沙盘id
type: integer
format: int64
Status:
description: 标记状态,1:编辑中,2:编辑完成
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.PriceDrivenSendMsgReq:
title: PriceDrivenSendMsgReq
type: object
properties:
PriceDrivenId:
description: 价格驱动ID
type: integer
format: int64
request.PublishActivityReq:
title: PublishActivityReq
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
request.RejectReq:
title: RejectReq
type: object
properties:
ContractApprovalRecordId:
description: 审批流id
type: integer
format: int64
Remark:
description: 驳回理由
type: string
request.SaveCompanyUserChartClassifyPermissionReq:
title: SaveCompanyUserChartClassifyPermissionReq
type: object
properties:
Enabled:
description: 是否启用 1-是 0-否
type: integer
format: int64
EndTime:
description: 终止时间
type: string
StartTime:
description: 起始时间
type: string
UserId:
description: 用户ID
type: integer
format: int64
request.SealApplyApprovedReq:
title: SealApplyApprovedReq
type: object
properties:
Remark:
description: 备注字段
type: string
SealId:
description: 用印id
type: integer
format: int64
request.SealApplyInvalidReq:
title: SealApplyInvalidReq
type: object
request.SealApplyRejectReq:
title: SealApplyRejectReq
type: object
properties:
Remark:
description: 驳回理由
type: string
SealId:
description: 用印id
type: integer
format: int64
request.SealApprovalApplyReq:
title: SealApprovalApplyReq
type: object
properties:
CompanyName:
description: 客户名称,甲方名称,长度32位
type: string
ContractId:
description: 系统合同id
type: integer
format: int64
CreditCode:
description: 社会统一信用代码,长度64位
type: string
FileNum:
description: 文件份数
type: integer
format: int64
FileUrls:
description: 多个文件附件地址
type: array
items:
type: string
Remark:
description: 备注,长度255位
type: string
SealType:
description: 加盖印章类型,多选,逗号拼接,值:'合同章','公章','法人章'
type: string
ServiceType:
description: 业务类型,枚举值:'新签合同','续约合同','补充协议';默认:新签合同
type: string
Use:
description: 用印用途,枚举值:'销售合同','渠道合同','付款通知函','招投标','战略合作协议','代付合同','总对总协议';默认:销售合同
type: string
UseCompanyName:
description: 实际适用方客户名称,长度32位
type: string
request.SealApprovalCancelReq:
title: SealApprovalCancelReq
type: object
properties:
SealId:
description: 用印ID
type: integer
format: int64
request.SealApprovalDelReq:
title: SealApprovalDelReq
type: object
properties:
SealId:
description: 用印ID
type: integer
format: int64
request.SealApprovalEditReq:
title: SealApprovalEditReq
type: object
properties:
CompanyName:
description: 客户名称,甲方名称,长度32位
type: string
ContractId:
description: 系统合同id
type: integer
format: int64
CreditCode:
description: 社会统一信用代码,长度64位
type: string
FileNum:
description: 文件份数
type: integer
format: int64
FileUrls:
description: 多个文件附件地址
type: array
items:
type: string
Remark:
description: 备注,长度255位
type: string
SealId:
description: 用印id
type: integer
format: int64
SealType:
description: 加盖印章类型,多选,逗号拼接,值:'合同章','公章','法人章'
type: string
ServiceType:
description: 业务类型,枚举值:'新签合同','续约合同','补充协议';默认:新签合同
type: string
Use:
description: 用印用途,枚举值:'销售合同', '渠道合同', '付款通知函', '招投标', '战略合作协议';默认:销售合同
type: string
UseCompanyName:
description: 实际适用方客户名称,长度32位
type: string
request.SealUploadCheckBackFileReq:
title: SealUploadCheckBackFileReq
type: object
properties:
File:
description: 附件,file格式
type: string
SealId:
description: 用印id
type: integer
format: int64
request.SwitchPriceDrivenPermissionStateReq:
title: SwitchPriceDrivenPermissionStateReq
type: object
properties:
PriceDrivenState:
description: 状态 0-关闭 1-开启
type: integer
format: int64
VarietyTagId:
description: 标签ID
type: integer
format: int64
request.UpdatePriceDrivenReq:
title: UpdatePriceDrivenReq
type: object
properties:
AutoSave:
description: 是否为自动保存:0-否 1-是
type: integer
format: int64
CoreContent:
description: 核心内容
type: string
CoreDrivenContent:
description: 核心驱动内容
type: string
CoreDrivenType:
description: 核心驱动类型 0-多 1-空
type: integer
format: int64
LastUpdateAdminId:
description: 最后更新人ID
type: integer
format: int64
LastUpdateAdminName:
description: 最后更新人名称
type: string
MainVariable:
description: 关键变量
type: string
VarietyTagId:
description: 标签ID
type: integer
format: int64
request.UploadCheckBackFileReq:
title: UploadCheckBackFileReq
type: object
properties:
ContractId:
description: 合同id
type: integer
format: int64
FileUrl:
description: 签回合同url
type: string
request.UploadFileReq:
title: UploadFileReq
type: object
properties:
ContractId:
description: 合同id
type: integer
format: int64
FileUrl:
description: 合同url
type: string
request.UploadRescindFileReq:
title: UploadRescindFileReq
type: object
properties:
ContractId:
description: 合同id
type: integer
format: int64
FileUrl:
description: 解约合同url
type: string
request.VoiceSectionReq:
title: VoiceSectionReq
type: object
properties:
ImgUrl:
description: 背景图url
type: string
SectionName:
description: 板块名称
type: string
VarietyId:
description: 品种id
type: integer
format: int64
VarietyName:
description: 品种名称
type: string
response.AddContractResp:
title: AddContractResp
type: object
properties:
ContractId:
description: 合同id
type: integer
format: int64
response.AddExcelInfoResp:
title: AddExcelInfoResp
type: object
properties:
ExcelInfoId:
description: 表格id
type: integer
format: int64
UniqueCode:
description: 表格唯一编码
type: string
response.BroadcastStatisticsResp:
title: BroadcastStatisticsResp
type: object
properties:
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/yb.VoiceBroadcastTotal'
Paging:
$ref: '#/definitions/paging.PagingItem'
response.ChartPermissionTree:
title: ChartPermissionTree
type: object
properties:
ClassifyName:
description: 分类名称
type: string
Items:
description: 子分类
type: array
items:
$ref: '#/definitions/response.PermissionItem'
response.CommunityQuestionCount:
title: CommunityQuestionCount
type: object
properties:
free:
type: integer
format: int64
replied:
type: integer
format: int64
total:
type: integer
format: int64
wait:
type: integer
format: int64
response.CommunityQuestionItem:
title: CommunityQuestionItem
type: object
properties:
ClickNum:
description: 点击量
type: integer
format: int64
CommunityQuestionId:
description: 问题ID
type: integer
format: int64
CreateTime:
description: 提问时间
type: string
Mobile:
description: 用户手机号
type: string
MsgSendStatus:
description: 消息推送进度 0-待推送 1-已推送回答人 2-已推送提问人
type: integer
format: int64
NeedRedistribute:
description: 是否需要重新分配
type: boolean
QuestionContent:
description: 问题描述
type: string
RealName:
description: 用户名
type: string
ReplierAdminId:
description: 回复人关联的admin_id
type: integer
format: int64
ReplierAvatar:
description: 回复人头像
type: string
ReplierRealName:
description: 回复人姓名
type: string
ReplierUserId:
description: 回复人的user_id
type: integer
format: int64
ReplyStatus:
description: 状态 1-待分配 2-待回答 3-已回答
type: integer
format: int64
ReplyTime:
description: 回复时间
type: string
ResearchGroupFirstId:
description: 回复人研究方向一级分组ID
type: integer
format: int64
ResearchGroupFirstName:
description: 研究方向一级分组名称
type: string
ResearchGroupSecondId:
description: 回复人研究方向二级分组ID
type: integer
format: int64
ResearchGroupSecondName:
description: 研究方向二级分组名称
type: string
UserId:
description: 提问用户ID
type: integer
format: int64
response.CommunityQuestionListResp:
title: CommunityQuestionListResp
type: object
properties:
Count:
$ref: '#/definitions/response.CommunityQuestionCount'
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/response.CommunityQuestionItem'
Paging:
$ref: '#/definitions/paging.PagingItem'
response.CommunityVideoCoverItem:
title: CommunityVideoCoverItem
type: object
properties:
CommunityVideoCoverId:
description: 封面ID
type: integer
format: int64
CoverName:
description: 封面名称
type: string
CoverUrl:
description: 封面图地址
type: string
CreateTime:
description: 提问时间
type: string
ModifyTime:
description: 修改时间
type: string
response.CommunityVideoCoverListResp:
title: CommunityVideoCoverListResp
type: object
properties:
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/response.CommunityVideoCoverItem'
Paging:
$ref: '#/definitions/paging.PagingItem'
response.CompanyContractStatListResp:
title: CompanyContractStatListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/models.CompanyContractStatList'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
TotalCompany:
description: 总客户数
type: integer
format: int64
TotalContract:
description: 合同数量
type: integer
format: int64
TotalMoney:
description: 合同总金额
type: number
format: double
response.CompanySellerListResp:
title: CompanySellerListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.CompanySellers'
response.CompanyUserChartClassifyPermissionDetailResp:
title: CompanyUserChartClassifyPermissionDetailResp
type: object
properties:
ChartPermissionId:
description: 图表权限ID
type: integer
format: int64
DayDuration:
description: 图表阅读时长,单位天
type: integer
format: int64
Enabled:
description: 起始时间
type: integer
format: int64
EndTime:
description: 终止时间
type: string
ExpireDay:
type: string
StartTime:
description: 起始时间
type: string
UserId:
description: 用户ID
type: integer
format: int64
response.ContractApplyDetailResp:
title: ContractApplyDetailResp
type: object
properties:
ContractDetail:
$ref: '#/definitions/contract.ContractDetail'
description: 合同数据
PermissionList:
description: 权限列表
type: array
items:
$ref: '#/definitions/company.PermissionLookList'
response.ContractApprovalListResp:
title: ContractApprovalListResp
type: object
properties:
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/contract.ContractApprovalList'
Paging:
$ref: '#/definitions/paging.PagingItem'
response.ContractChartResp:
title: ContractChartResp
type: object
properties:
ContractTotal:
description: 合同数
type: integer
format: int64
FormalCompanyCount:
description: 正式客户数
type: integer
format: int64
MoneyTotal:
description: 合同总金额
type: number
format: double
Title:
description: 图表名称
type: string
response.ContractListBySealResp:
title: ContractListBySealResp
type: object
properties:
CompanyName:
description: 客户名称,甲方名称,长度32位
type: string
ContractBusinessType:
description: 合同业务类型,枚举值:'业务合同','代付合同'
type: string
ContractCode:
description: 合同编号,长度32位
type: string
ContractId:
description: 合同ID
type: integer
format: int64
ContractType:
description: 合同类型,枚举值:'新签合同','续约合同','补充协议'
type: string
CreditCode:
description: 社会统一信用代码
type: string
FileUrl:
description: 合同文件地址
type: string
Price:
description: 实际金额,优惠后的金额
type: number
format: double
UserCompanyName:
description: 实际使用方
type: string
response.ContractListResp:
title: ContractListResp
type: object
properties:
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/contract.ContractList'
Paging:
$ref: '#/definitions/paging.PagingItem'
response.ContractOperationListResp:
title: ContractOperationListResp
type: object
properties:
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/response.ContractOperationRecordListResp'
response.ContractOperationRecordListResp:
title: ContractOperationRecordListResp
type: object
properties:
ApprovalRecordId:
type: integer
format: int64
ContractId:
description: 合同id
type: integer
format: int64
CreateTime:
description: 日志添加时间
type: string
format: datetime
CreateTimeStr:
description: 日志添加时间
type: string
Id:
type: integer
format: int64
OpUserId:
description: 操作人id
type: integer
format: int64
OpUserName:
description: 操作人名称
type: string
Operation:
description: 操作类型,add:新增,edit:编辑,apply:发起审批,cancel_apply:撤回审批,reject:拒绝审批,approval:审批操作;长度36位
type: string
Remark:
description: 备注,长度255位
type: string
response.ContractPreviewResp:
title: ContractPreviewResp
type: object
properties:
Html:
description: 合同预览的html数据
type: string
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.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/data_manage.ExcelClassifyItems'
response.ExcelListResp:
title: ExcelListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/data_manage.MyExcelInfoList'
Paging:
$ref: '#/definitions/paging.PagingItem'
response.IncomeChartResp:
title: IncomeChartResp
type: object
properties:
ContractTotal:
description: 合同数
type: array
items:
type: integer
format: int64
Date:
description: 月份
type: array
items:
type: string
MoneyTotal:
description: 合同总金额
type: array
items:
type: number
format: double
Title:
description: 图表名称
type: string
response.IncomeListResp:
title: IncomeListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/models.IncomeList'
Money:
description: 新签合同总金额
type: number
format: double
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
Total:
description: 新签合同总数
type: integer
format: int64
response.IncrementalCompanyChartResp:
title: IncrementalCompanyChartResp
type: object
properties:
Date:
description: 月份
type: array
items:
type: string
NewCompanyTotal:
description: 新签客户数
type: array
items:
type: integer
format: int64
RenewalCompanyTotal:
description: 续约客户数
type: array
items:
type: integer
format: int64
Title:
description: 图表名称
type: string
response.IncrementalCompanyListResp:
title: IncrementalCompanyListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/models.IncrementalList'
NewCompanyTotal:
description: 新签客户数
type: integer
format: int64
NotRenewalCompanyTotal:
description: 未续约客户数
type: integer
format: int64
NotRenewalNotTryOut:
description: 未续约客户(非试用)数
type: integer
format: int64
NotRenewalTryOut:
description: 未续约客户(试用)数
type: integer
format: int64
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
RenewalCompanyTotal:
description: 续约客户数
type: integer
format: int64
TrialTotal:
description: 新增试用客户数
type: integer
format: int64
response.ListResp:
title: ListResp
type: object
properties:
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/yb.ActivityList'
Paging:
$ref: '#/definitions/paging.PagingItem'
response.MoreRenewReasonResp:
title: MoreRenewReasonResp
type: object
properties:
CreateTime:
description: 添加时间
type: string
ExpirationTimeExceeded:
description: 超出到期时间
type: string
RenewalReason:
description: 未续约说明
type: string
RenewalTodo:
description: 待办事项说明
type: string
response.PermissionItem:
title: PermissionItem
type: object
properties:
PermissionId:
description: 权限id
type: integer
format: int64
PermissionName:
description: 权限名称
type: string
PriceDrivenState:
description: 价格驱动状态 0-关闭 1-开启
type: integer
format: int64
response.PriceDrivenClickCensusDetailItem:
title: PriceDrivenClickCensusDetailItem
type: object
properties:
CompanyName:
description: 公司名称
type: string
CompanyStatus:
description: 公司状态
type: string
CountNum:
description: 点击量
type: integer
format: int64
RealName:
description: 用户姓名
type: string
RecentClickTime:
description: 最近点击时间
type: string
SourceAgent:
description: 来源
type: integer
format: int64
response.PriceDrivenClickCensusDetailResp:
title: PriceDrivenClickCensusDetailResp
type: object
properties:
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/response.PriceDrivenClickCensusDetailItem'
PageTotal:
description: 当前页统计总数
type: integer
format: int64
Paging:
$ref: '#/definitions/paging.PagingItem'
response.PriceDrivenClickCensusItem:
title: PriceDrivenClickCensusItem
type: object
properties:
ClassifyId:
description: 标签分类ID
type: integer
format: int64
ClassifyName:
description: 标签分类名称
type: string
CoreDrivenContent:
description: 核心驱动内容
type: string
CoreDrivenType:
description: 核心驱动类型 0-多 1-空
type: integer
format: int64
LastModifyTime:
description: 上一次更新时间
type: string
MainVariable:
description: 关键变量
type: string
PriceDrivenId:
description: 最新一篇价格驱动ID
type: integer
format: int64
RecentClickNum:
description: 最近点击量
type: integer
format: int64
RecentClickTime:
description: 最近点击时间
type: string
TotalClickNum:
description: 累计点击量
type: integer
format: int64
VarietyTagId:
description: 标签ID
type: integer
format: int64
VarietyTagName:
description: 标签名称
type: string
response.PriceDrivenClickCensusResp:
title: PriceDrivenClickCensusResp
type: object
properties:
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/response.PriceDrivenClickCensusItem'
Paging:
$ref: '#/definitions/paging.PagingItem'
response.PriceDrivenDetail:
title: PriceDrivenDetail
type: object
properties:
CoreContent:
description: 核心内容
type: string
CoreDrivenContent:
description: 核心驱动内容
type: string
CoreDrivenType:
description: 核心驱动类型 0-多 1-空
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
LastUpdateAdminId:
description: 最后更新人ID
type: integer
format: int64
LastUpdateAdminName:
description: 最后更新人名称
type: string
MainVariable:
description: 关键变量
type: string
ModifyTime:
description: 更新时间
type: string
PriceDrivenId:
description: 价格驱动ID
type: integer
format: int64
PublishState:
description: 发布状态:0-未发布 1-已发布
type: integer
format: int64
SendTemplateMsgTime:
description: 推送模板消息时间
type: string
SendThsMsgTime:
description: 推送同花顺客群消息时间
type: string
TemplateMsgState:
description: 模板消息推送状态:0-未推送 1-已推送
type: integer
format: int64
ThsMsgState:
description: 同花顺推送状态:0-未推送 1-已推送
type: integer
format: int64
VarietyTagId:
description: 标签ID
type: integer
format: int64
VarietyTagName:
description: 标签名称
type: string
response.ProductCensusUserVisitCountResp:
title: ProductCensusUserVisitCountResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/yb.ProductVisitCount'
Paging:
$ref: '#/definitions/paging.PagingItem'
response.QuestionClickLogListItem:
title: QuestionClickLogListItem
type: object
properties:
ClickNum:
description: 点击量
type: integer
format: int64
CompanyId:
type: integer
format: int64
CompanyName:
type: string
CompanyStatus:
type: string
LastCreateTime:
type: string
RealName:
type: string
SourceAgent:
type: integer
format: int64
UserId:
type: integer
format: int64
response.QuestionClickLogListResp:
title: QuestionClickLogListResp
type: object
properties:
Count:
type: integer
format: int64
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/response.QuestionClickLogListItem'
Paging:
$ref: '#/definitions/paging.PagingItem'
QuestionContent:
description: 问题描述
type: string
response.RenewReasonItemResp:
title: RenewReasonItemResp
type: object
properties:
CreateTime:
description: 添加时间
type: string
RenewalReason:
description: 未续约说明
type: string
RenewalTodo:
description: 待办事项说明
type: string
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.SealApprovalDetail:
title: SealApprovalDetail
type: object
properties:
FlowNodeList:
description: 审批流
type: array
items:
$ref: '#/definitions/1139..0xc003b57b90'
OpButton:
$ref: '#/definitions/response.SealApprovalOpButton'
description: 操作权限
SealDetail:
$ref: '#/definitions/response.SealMoreResp'
response.SealApprovalList:
title: SealApprovalList
type: object
properties:
ApplyContent:
description: 申请内容
type: string
ApplyUserId:
description: 申请人ID
type: integer
format: int64
ApplyUserName:
description: 申请人名称
type: string
ApproveRemark:
description: 审核备注
type: string
ApproveTime:
description: 审批时间
type: string
format: datetime
ApproveTimeStr:
description: 审批时间(字符串)
type: string
CheckBackFileTime:
description: 签回用印附件时间
type: string
format: datetime
CheckBackFileTimeStr:
description: 签回用印附件时间(字符串)
type: string
CheckBackFileUrl:
description: 签回附件地址
type: string
CompanyName:
description: 客户名称
type: string
ContractApprovalId:
description: 审批单ID
type: integer
format: int64
ContractApprovalRecordId:
description: 审批流ID
type: integer
format: int64
ContractCode:
description: 合同编码
type: string
ContractId:
description: 合同ID
type: integer
format: int64
ContractType:
description: 合同类型,枚举值:'新签合同','续约合同','补充协议','代付合同'
type: string
CreateTime:
description: 发起审批的时间
type: string
format: datetime
CreateTimeStr:
description: 发起审批的时间(字符串)
type: string
CreditCode:
description: 社会信用码
type: string
CurrNodeId:
description: 当前审批节点id
type: integer
format: int64
FileUrl:
description: 合同下载地址
type: string
InvalidTime:
description: 作废时间
type: string
format: datetime
InvalidTimeStr:
description: 作废时间(字符串)
type: string
ModifyTime:
description: 最后一次修改的时间
type: string
format: datetime
ModifyTimeStr:
description: 最后一次修改的时间(字符串)
type: string
OpButton:
$ref: '#/definitions/response.SealApprovalOpButton'
SealId:
description: 用印审批ID
type: integer
format: int64
SealType:
description: 用印类型
type: string
StartNodeId:
description: 开始审批节点id
type: integer
format: int64
Status:
description: 合同状态,枚举值:待审批','已审批','已驳回','已撤回','已签回',默认待审批
type: string
Use:
description: 用印用途,枚举值:'销售合同','渠道合同','付款通知函','招投标','战略合作协议'
type: string
response.SealApprovalListResp:
title: SealApprovalListResp
type: object
properties:
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/response.SealApprovalList'
Paging:
$ref: '#/definitions/paging.PagingItem'
response.SealApprovalOpButton:
title: SealApprovalOpButton
type: object
properties:
Approval:
description: 是否有审批权限
type: boolean
Cancel:
description: 是否有撤回用印权限
type: boolean
CheckEdit:
description: 审核状态下是否有编辑用印权限
type: boolean
Edit:
description: 是否有编辑用印权限
type: boolean
Invalid:
description: 是否有作废用印权限
type: boolean
UploadFile:
description: 是否有上传签回文件权限
type: boolean
response.SealMoreResp:
title: SealMoreResp
type: object
properties:
ApprovalRemark:
description: 审核备注
type: string
ApproveTime:
description: 审批时间
type: string
format: datetime
CheckBackFileTime:
description: 签回用印附件时间
type: string
format: datetime
CheckBackFileUrl:
description: 已签回的文件地址
type: string
Code:
description: 用印编号,长度32位
type: string
CompanyName:
description: 客户名称,甲方名称,长度32位
type: string
ContractId:
description: 系统合同id
type: integer
format: int64
CreateTime:
description: 添加时间
type: string
format: datetime
CreditCode:
description: 社会统一信用代码,长度64位
type: string
FileNum:
description: 文件附件份数
type: integer
format: int64
FileUrl:
description: 文件附件地址
type: string
FileUrls:
description: 多个附件
type: array
items:
type: string
InvalidTime:
description: 作废时间
type: string
format: datetime
ModifyTime:
description: 最近一次修改时间
type: string
format: datetime
Remark:
description: 补充内容,长度255位
type: string
SealId:
type: integer
format: int64
SealType:
description: 加盖印章类型,枚举值:'合同章', '公章', '法人章';默认:合同章
type: string
ServiceType:
description: 业务类型,枚举值:'新签合同','续约合同','补充协议';默认:新签合同
type: string
Status:
description: 合同状态,枚举值:'待提交','待审批','已撤回','已审批','已驳回','已作废','已签回'
type: string
Use:
description: 用印用途,枚举值:'销售合同', '渠道合同', '付款通知函', '招投标', '战略合作协议';默认:销售合同
type: string
UseCompanyName:
description: 实际使用方客户名称,长度32位
type: string
UserId:
description: 申请人id
type: integer
format: int64
UserName:
description: 申请人名称
type: string
response.SealOperationListResp:
title: SealOperationListResp
type: object
properties:
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/seal.SealOperationRecordList'
response.StackCompanyListResp:
title: StackCompanyListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/models.StackCompanyStatisticList'
NewCompanyTotal:
description: 新签客户数
type: integer
format: int64
NotRenewalCompanyTotal:
description: 未续约客户数
type: integer
format: int64
NotRenewalNotTryOut:
description: 未续约客户(非试用)数
type: integer
format: int64
NotRenewalTryOut:
description: 未续约客户(试用)数
type: integer
format: int64
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
RenewalCompanyTotal:
description: 续约客户数
type: integer
format: int64
response.TryOutCompanyListResp:
title: TryOutCompanyListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/company.TryOutCompanyList'
Paging:
$ref: '#/definitions/paging.PagingItem'
response.VoiceSectionResp:
title: VoiceSectionResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/yb.VoiceSection'
Paging:
$ref: '#/definitions/paging.PagingItem'
response.WillExpireChartResp:
title: WillExpireChartResp
type: object
properties:
CompanyTotal:
description: 客户数
type: array
items:
type: integer
format: int64
Date:
description: 月份
type: array
items:
type: string
Title:
description: 图表名称
type: string
response.WillExpireCompanyListResp:
title: WillExpireCompanyListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/models.WillExpireCompanyList'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
TotalCompany:
description: 总客户数
type: integer
format: int64
response.WorktopResp:
title: WorktopResp
type: object
properties:
ContractData:
$ref: '#/definitions/response.ContractChartResp'
description: 当前有效合同存量
FormalCompanyCount:
description: 正式客户数
type: integer
format: int64
IncomeChartList:
$ref: '#/definitions/response.IncomeChartResp'
description: 收入统计图表数据
IncrementalCompanyChartList:
$ref: '#/definitions/response.IncrementalCompanyChartResp'
description: 增量客户图表数据
NewCompanyTotal:
description: 新签客户数
type: integer
format: int64
NotRenewalCompanyTotal:
description: 未续约客户数
type: integer
format: int64
RenewalCompanyTotal:
description: 续约客户数
type: integer
format: int64
TrialCompanyTotal:
description: 试用客户数
type: integer
format: int64
WillExpireChartList:
$ref: '#/definitions/response.WillExpireChartResp'
description: 增量客户图表数据
roadshow.AcceptReq:
title: AcceptReq
type: object
properties:
RsCalendarId:
description: 日历活动id
type: integer
format: int64
RsCalendarResearcherId:
description: 活动研究员id
type: integer
format: int64
roadshow.AddActivityReq:
title: AddActivityReq
type: object
properties:
ActivityCategory:
description: 活动类别
type: string
ActivityType:
description: 活动类型
type: string
City:
description: 市
type: string
CityCode:
description: 市编码
type: string
CompanyId:
description: 客户id
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CooperationName:
description: 合作方名称
type: string
Province:
description: 省
type: string
ProvinceCode:
description: 省编码
type: string
ResearcherList:
type: array
items:
$ref: '#/definitions/roadshow.CalendarResearcher'
RoadshowPlatform:
description: 路演平台
type: string
RoadshowType:
description: 路演形式
type: string
Theme:
description: 会议主题
type: string
roadshow.AddMattersReq:
title: AddMattersReq
type: object
properties:
EndDate:
description: 结束日期
type: string
EndTime:
description: 结束时间
type: string
EndWeek:
description: 结束日期周
type: string
MatterContent:
description: 事项内容
type: string
StartDate:
description: 开始日期
type: string
StartTime:
description: 开始时间
type: string
StartWeek:
description: 开始日期周
type: string
roadshow.AdminReportRecord:
title: AdminReportRecord
type: object
properties:
AdminId:
description: 系统用户id
type: integer
format: int64
Name:
description: 系统用户名
type: string
RsReportRecordNumList:
description: 统计次数
type: array
items:
$ref: '#/definitions/roadshow.RsReportRecordNum'
roadshow.CalendarDetailResp:
title: CalendarDetailResp
type: object
properties:
CalendarList:
type: array
items:
$ref: '#/definitions/roadshow.CalendarListView'
RsMattersList:
type: array
items:
$ref: '#/definitions/roadshow.RsMatters'
roadshow.CalendarListResp:
title: CalendarListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/roadshow.CalendarListView'
Paging:
$ref: '#/definitions/paging.PagingItem'
roadshow.CalendarListView:
title: CalendarListView
type: object
properties:
ActivityCategory:
description: 活动类别
type: string
ActivityType:
description: 活动类型
type: string
City:
description: 市
type: string
CityCode:
description: 市编码
type: string
CompanyId:
description: 客户id
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyStatus:
description: 新增客户状态
type: string
CooperationName:
description: 合作方名称
type: string
CreateTime:
type: string
DeleteReason:
description: 删除原因
type: string
EndDate:
description: 结束日期
type: string
EndTime:
description: 结束时间
type: string
EndWeek:
description: 结束日期对应周
type: string
ModifyTime:
type: string
Province:
description: 省
type: string
ProvinceCode:
description: 省编码
type: string
RefuseReason:
description: 拒绝理由
type: string
RefuseTime:
description: 拒绝时间
type: string
ResearcherId:
description: 研究员id
type: string
ResearcherName:
description: 研究员名称
type: string
RoadshowPlatform:
description: 路演平台
type: string
RoadshowType:
description: 路演形式
type: string
RsCalendarId:
type: integer
format: int64
RsCalendarResearcherId:
description: 活动研究员id
type: integer
format: int64
Source:
description: 来源,0:自系统,1:上海方的
type: integer
format: int64
StartDate:
description: 开始日期
type: string
StartTime:
description: 开始时间
type: string
StartWeek:
description: 开始日期对应周
type: string
Status:
description: 状态:1:待接受,2:已接受,3:已拒绝,4:已删除,5:已撤回,6:已结束
type: integer
format: int64
SysUserId:
description: 创建人id
type: integer
format: int64
SysUserRealName:
description: 创建人名称
type: string
Theme:
description: 会议主题
type: string
Title:
description: 日历展示标题
type: string
UnionCode:
description: 公开会议联合编码
type: string
roadshow.CalendarResearcher:
title: CalendarResearcher
type: object
properties:
EndDate:
description: 结束日期
type: string
EndTime:
description: 结束时间
type: string
EndWeek:
description: 结束日期对应周
type: string
ResearcherId:
description: 研究员id
type: integer
format: int64
ResearcherName:
description: 研究员名称
type: string
StartDate:
description: 开始日期
type: string
StartTime:
description: 开始时间
type: string
StartWeek:
description: 开始日期对应周
type: string
roadshow.CompanyDetailView:
title: CompanyDetailView
type: object
properties:
CompanyId:
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
IndustryId:
description: 行业id
type: integer
format: int64
IndustryName:
description: 行业名称
type: string
PermissionName:
description: 开通品种
type: string
ReportReadTotal:
description: 累计阅读次数
type: integer
format: int64
Status:
description: 客户状态
type: string
roadshow.DeleteMattersReq:
title: DeleteMattersReq
type: object
properties:
RsMattersId:
description: 事项id
type: integer
format: int64
roadshow.DeleteReq:
title: DeleteReq
type: object
properties:
DeleteReason:
description: 删除原因
type: string
RsCalendarId:
description: 日历活动id
type: integer
format: int64
RsCalendarResearcherId:
description: 活动研究员id
type: integer
format: int64
roadshow.EditActivityReq:
title: EditActivityReq
type: object
properties:
ActivityCategory:
description: 活动类别
type: string
ActivityType:
description: 活动类型
type: string
City:
description: 市
type: string
CityCode:
description: 市编码
type: string
CompanyId:
description: 客户id
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CooperationName:
description: 合作方名称
type: string
EditType:
description: '修改方式: 1:修改,2:修改重提'
type: integer
format: int64
Province:
description: 省
type: string
ProvinceCode:
description: 省编码
type: string
ResearcherList:
type: array
items:
$ref: '#/definitions/roadshow.CalendarResearcher'
RoadshowPlatform:
description: 路演平台
type: string
RoadshowType:
description: 路演形式
type: string
RsCalendarId:
description: 路演活动id
type: integer
format: int64
RsCalendarResearcherId:
description: 活动研究员id
type: integer
format: int64
Theme:
description: 会议主题
type: string
roadshow.FeedbackListResp:
title: FeedbackListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/roadshow.FeedbackView'
Paging:
$ref: '#/definitions/paging.PagingItem'
roadshow.FeedbackView:
title: FeedbackView
type: object
properties:
ActivityType:
description: 活动类型
type: string
ApproveTime:
description: 接受时间
type: string
City:
description: 市
type: string
CityCode:
description: 市编码
type: string
CompanyId:
description: 客户id
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyStatus:
description: 客户状态
type: string
EndDate:
description: 结束日期
type: string
EndTime:
description: 结束时间
type: string
EndWeek:
description: 结束日期对应周
type: string
FeedbackContent:
description: 反馈内容
type: string
FeedbackRequestTime:
description: 反馈请求时间
type: string
FeedbackStatus:
description: 1:未请求,2:待反馈,3:已反馈
type: integer
format: int64
FeedbackTime:
description: 反馈时间
type: string
IsSynced:
description: 是否与上海同步 0:未同步 1:已同步
type: integer
format: int64
Province:
description: 省
type: string
ProvinceCode:
description: 省编码
type: string
ResearcherId:
description: 研究员id
type: integer
format: int64
ResearcherName:
description: 研究员名称
type: string
ResearcherSort:
description: 研究员新增排序
type: integer
format: int64
RoadshowPlatform:
description: 路演平台
type: string
RoadshowType:
description: 路演形式
type: string
RsCalendarId:
description: 日历活动id
type: integer
format: int64
RsCalendarResearcherId:
type: integer
format: int64
StartDate:
description: 开始日期
type: string
StartTime:
description: 开始时间
type: string
StartWeek:
description: 开始日期对应周
type: string
Status:
description: 状态:1:待接受,2:已接受,3:已拒绝,4:已删除,5:已撤回,6:已结束
type: integer
format: int64
SysUserId:
description: 创建人id
type: integer
format: int64
SysUserRealName:
description: 创建人名称
type: string
roadshow.GroupReportRecord:
title: GroupReportRecord
type: object
properties:
GruopId:
description: 分组id
type: integer
format: int64
Item:
description: 系统用户信息
type: array
items:
$ref: '#/definitions/roadshow.AdminReportRecord'
Name:
description: 分组名
type: string
RsReportRecordNumList:
description: 统计次数
type: array
items:
$ref: '#/definitions/roadshow.RsReportRecordNum'
roadshow.MattersListResp:
title: MattersListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/roadshow.RsMattersView'
Paging:
$ref: '#/definitions/paging.PagingItem'
roadshow.PublicMeetingDetailResp:
title: PublicMeetingDetailResp
type: object
properties:
Group:
type: array
items:
$ref: '#/definitions/roadshow.PublicMeetingGroup'
roadshow.PublicMeetingGroup:
title: PublicMeetingGroup
type: object
properties:
CalendarList:
type: array
items:
$ref: '#/definitions/roadshow.CalendarListView'
MaxTime:
type: string
MinTime:
type: string
UnionCode:
type: string
roadshow.RefuseReq:
title: RefuseReq
type: object
properties:
RefuseReason:
description: 拒绝原因
type: string
RsCalendarId:
description: 日历活动id
type: integer
format: int64
RsCalendarResearcherId:
description: 活动研究员id
type: integer
format: int64
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'
roadshow.RsMatters:
title: RsMatters
type: object
properties:
CreateTime:
description: 创建时间
type: string
format: datetime
EndDate:
description: 结束日期
type: string
EndTime:
description: 结束时间
type: string
EndWeek:
description: 结束日期周
type: string
IsSynced:
description: 是否与上海同步 0:未同步 1:已同步
type: integer
format: int64
MatterContent:
description: 事项内容
type: string
ModifyTime:
description: 修改时间
type: string
format: datetime
RsMattersId:
type: integer
format: int64
StartDate:
description: 开始日期
type: string
StartTime:
description: 开始时间
type: string
StartWeek:
description: 开始日期周
type: string
Status:
description: 状态:1:进行中,6:已结束
type: integer
format: int32
SysUserId:
description: 添加事项人id
type: integer
format: int64
SysUserRealName:
description: 创建人姓名
type: string
roadshow.RsMattersView:
title: RsMattersView
type: object
properties:
CreateTime:
description: 创建时间
type: string
EndDate:
description: 结束日期
type: string
EndTime:
description: 结束时间
type: string
EndWeek:
description: 结束日期周
type: string
IsSynced:
description: 是否与上海同步 0:未同步 1:已同步
type: integer
format: int64
MatterContent:
description: 事项内容
type: string
ModifyTime:
description: 修改时间
type: string
RsMattersId:
type: integer
format: int64
StartDate:
description: 开始日期
type: string
StartTime:
description: 开始时间
type: string
StartWeek:
description: 开始日期周
type: string
Status:
description: 状态:1:进行中,6:已结束
type: integer
format: int32
SysUserId:
description: 添加事项人id
type: integer
format: int64
SysUserRealName:
description: 创建人姓名
type: string
roadshow.RsReportRecordList:
title: RsReportRecordList
type: object
properties:
ActivityType:
description: 活动类型
type: string
City:
description: 市
type: string
CompanyId:
description: 客户id
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyStatus:
description: 客户状态:'试用','永续','冻结','流失','正式','潜在'
type: string
CooperationName:
description: 合作方名称
type: string
CreateTime:
description: 记录创建时间
type: string
format: datetime
CreditCode:
description: 社会统一信用码
type: string
EndDate:
description: 结束日期
type: string
EndTime:
description: 结束时间
type: string
EndWeek:
description: 结束日期对应周
type: string
Province:
description: 省
type: string
ResearcherId:
description: 研究员id
type: integer
format: int64
ResearcherName:
description: 研究员名称
type: string
RoadshowPlatform:
description: 路演平台
type: string
RoadshowType:
description: 路演形式
type: string
RsCalendarId:
description: 路演活动id
type: integer
format: int64
RsCalendarResearcherId:
description: 路演研究员id
type: integer
format: int64
RsCalendarResearcherStatus:
description: 路演活动状态
type: integer
format: int64
RsReportRecordId:
type: integer
format: int64
SellerId:
description: 所属销售id
type: integer
format: int64
SellerName:
description: 所属销售名称
type: string
StartDate:
description: 开始日期
type: string
StartTime:
description: 开始时间
type: string
StartWeek:
description: 开始日期对应周
type: string
Theme:
description: 会议主题
type: string
roadshow.RsReportRecordNum:
title: RsReportRecordNum
type: object
properties:
EndDate:
description: 结束日期
type: string
FormalNum:
description: 正式路演次数
type: integer
format: int64
IsLook:
description: 是否可以查看详情
type: boolean
MeetingNum:
description: 会议次数
type: integer
format: int64
OfflineNum:
description: 线上路演次数
type: integer
format: int64
OnlineNum:
description: 线上路演次数
type: integer
format: int64
StartDate:
description: 开始日期
type: string
TryOutNum:
description: 试用路演次数
type: integer
format: int64
roadshow.RsReportRecordResp:
title: RsReportRecordResp
type: object
properties:
List:
description: 系统用户分组信息
type: array
items:
$ref: '#/definitions/roadshow.GroupReportRecord'
RsReportRecordNumList:
description: 统计次数
type: array
items:
$ref: '#/definitions/roadshow.RsReportRecordNum'
roadshow.SubmitFeedback:
title: SubmitFeedback
type: object
properties:
RsCalendarResearcherId:
description: 路演研究员id
type: integer
format: int64
roadshow.SubmitFeedbackReq:
title: SubmitFeedbackReq
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/roadshow.SubmitFeedback'
roadshow.UpdateMattersReq:
title: UpdateMattersReq
type: object
properties:
EndDate:
description: 结束日期
type: string
EndTime:
description: 结束时间
type: string
EndWeek:
description: 结束日期周
type: string
MatterContent:
description: 事项内容
type: string
RsMattersId:
type: integer
format: int64
StartDate:
description: 开始日期
type: string
StartTime:
description: 开始时间
type: string
StartWeek:
description: 开始日期周
type: string
roadshow.WriteFeedbackReq:
title: WriteFeedbackReq
type: object
properties:
FeedbackContent:
description: 反馈内容
type: string
RsCalendarResearcherId:
description: 路演研究员id
type: integer
format: int64
sandbox.Sandbox:
title: Sandbox
type: object
properties:
ChartPermissionId:
description: 品种id
type: integer
format: int64
ChartPermissionName:
description: 品种名称
type: string
Code:
description: 沙盘code
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
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
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
VersionCode:
description: 沙盘版本code,对外开放使用
type: string
seal.Seal:
title: Seal
type: object
properties:
ApprovalRemark:
description: 审核备注
type: string
ApproveTime:
description: 审批时间
type: string
format: datetime
CheckBackFileTime:
description: 签回用印附件时间
type: string
format: datetime
CheckBackFileUrl:
description: 已签回的文件地址
type: string
Code:
description: 用印编号,长度32位
type: string
CompanyName:
description: 客户名称,甲方名称,长度32位
type: string
ContractId:
description: 系统合同id
type: integer
format: int64
CreateTime:
description: 添加时间
type: string
format: datetime
CreditCode:
description: 社会统一信用代码,长度64位
type: string
FileNum:
description: 文件附件份数
type: integer
format: int64
FileUrl:
description: 文件附件地址
type: string
InvalidTime:
description: 作废时间
type: string
format: datetime
ModifyTime:
description: 最近一次修改时间
type: string
format: datetime
Remark:
description: 补充内容,长度255位
type: string
SealId:
type: integer
format: int64
SealType:
description: 加盖印章类型,枚举值:'合同章', '公章', '法人章';默认:合同章
type: string
ServiceType:
description: 业务类型,枚举值:'新签合同','续约合同','补充协议';默认:新签合同
type: string
Status:
description: 合同状态,枚举值:'待提交','待审批','已撤回','已审批','已驳回','已作废','已签回'
type: string
Use:
description: 用印用途,枚举值:'销售合同', '渠道合同', '付款通知函', '招投标', '战略合作协议';默认:销售合同
type: string
UseCompanyName:
description: 实际使用方客户名称,长度32位
type: string
UserId:
description: 申请人id
type: integer
format: int64
UserName:
description: 申请人名称
type: string
seal.SealApprovalItem:
title: SealApprovalItem
type: object
properties:
ApplyContent:
description: 申请内容
type: string
ApplyUserId:
description: 申请人ID
type: integer
format: int64
ApplyUserName:
description: 申请人名称
type: string
ApproveRemark:
description: 审核备注
type: string
ApproveTime:
description: 审批时间
type: string
format: datetime
ApproveTimeStr:
description: 审批时间(字符串)
type: string
CheckBackFileTime:
description: 签回用印附件时间
type: string
format: datetime
CheckBackFileTimeStr:
description: 签回用印附件时间(字符串)
type: string
CheckBackFileUrl:
description: 签回附件地址
type: string
CompanyName:
description: 客户名称
type: string
ContractApprovalId:
description: 审批单ID
type: integer
format: int64
ContractApprovalRecordId:
description: 审批流ID
type: integer
format: int64
ContractCode:
description: 合同编码
type: string
ContractId:
description: 合同ID
type: integer
format: int64
ContractType:
description: 合同类型,枚举值:'新签合同','续约合同','补充协议','代付合同'
type: string
CreateTime:
description: 发起审批的时间
type: string
format: datetime
CreateTimeStr:
description: 发起审批的时间(字符串)
type: string
CreditCode:
description: 社会信用码
type: string
CurrNodeId:
description: 当前审批节点id
type: integer
format: int64
FileUrl:
description: 合同下载地址
type: string
InvalidTime:
description: 作废时间
type: string
format: datetime
InvalidTimeStr:
description: 作废时间(字符串)
type: string
ModifyTime:
description: 最后一次修改的时间
type: string
format: datetime
ModifyTimeStr:
description: 最后一次修改的时间(字符串)
type: string
SealId:
description: 用印审批ID
type: integer
format: int64
SealType:
description: 用印类型
type: string
StartNodeId:
description: 开始审批节点id
type: integer
format: int64
Status:
description: 合同状态,枚举值:待审批','已审批','已驳回','已撤回','已签回',默认待审批
type: string
Use:
description: 用印用途,枚举值:'销售合同','渠道合同','付款通知函','招投标','战略合作协议'
type: string
seal.SealOperationRecord:
title: SealOperationRecord
type: object
properties:
ApprovalRecordId:
type: integer
format: int64
ApprovalRemark:
description: 审批备注
type: string
CreateTime:
description: 日志添加时间
type: string
format: datetime
Id:
type: integer
format: int64
OpUserId:
description: 操作人id
type: integer
format: int64
OpUserName:
description: 操作人名称
type: string
Operation:
description: 操作类型,add:新增,edit:编辑,apply:发起审批,cancel:撤回审批,reject:拒绝审批,approval:审批操作,invalid:作废;长度36位
type: string
Remark:
description: 备注,长度255位
type: string
SealId:
type: integer
format: int64
seal.SealOperationRecordList:
title: SealOperationRecordList
type: object
properties:
ApprovalRecordId:
type: integer
format: int64
ApprovalRemark:
description: 审批备注
type: string
CreateTime:
description: 日志添加时间
type: string
format: datetime
CreateTimeStr:
description: 日志添加时间标准格式
type: string
Id:
type: integer
format: int64
OpUserId:
description: 操作人id
type: integer
format: int64
OpUserName:
description: 操作人名称
type: string
Operation:
description: 操作类型,add:新增,edit:编辑,apply:发起审批,cancel:撤回审批,reject:拒绝审批,approval:审批操作,invalid:作废;长度36位
type: string
Remark:
description: 备注,长度255位
type: string
SealId:
type: integer
format: int64
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.Result:
title: Result
type: object
properties:
CreditCode:
type: string
KeyNo:
type: string
Name:
type: string
"No":
type: string
OperName:
type: string
StartDate:
type: string
Status:
type: string
statistic_report.AdminRenewRecord:
title: AdminRenewRecord
type: object
properties:
AdminId:
description: 系统用户id
type: integer
format: int64
CompanyRenewRecordNumList:
description: 统计次数
type: array
items:
$ref: '#/definitions/statistic_report.CompanyRenewRecordNum'
Name:
description: 系统用户名
type: string
statistic_report.AdminReportRecord:
title: AdminReportRecord
type: object
properties:
AdminId:
description: 系统用户id
type: integer
format: int64
CompanyReportRecordNumList:
description: 统计次数
type: array
items:
$ref: '#/definitions/statistic_report.CompanyReportRecordNum'
Name:
description: 系统用户名
type: string
statistic_report.CompanyListItem:
title: CompanyListItem
type: object
properties:
Address:
description: 详细地址
type: string
AllViewTotal:
description: 总阅读数
type: integer
format: int64
ApproveStatus:
description: 审批状态:'待审批','已审批','驳回' 审批状态为空时,表示没有审批申请
type: string
CanConfirm:
description: 是否允许完成任务,true:允许完成任务
type: boolean
City:
description: 市
type: string
CompanyCode:
description: 客户编码
type: string
CompanyId:
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyType:
description: 客户类型:ficc/权益
type: string
CreatedTime:
description: 创建时间
type: string
CreditCode:
description: 社会统一信用码
type: string
Deadline:
description: 未完成的todo任务的截止日期,截止目前还剩余的天数
type: string
DepartmentId:
description: 部门id
type: integer
format: int64
EndDate:
description: 合同结束日期
type: string
ExpireDay:
description: 到期天数
type: string
FiccLastViewTime:
description: ficc最近一次阅读时间
type: string
FiccPackageType:
description: ficc的套餐类型
type: integer
format: int64
FiccView:
description: Ficc报告阅读次数
type: integer
format: int64
FormalTime:
description: 转正时间
type: string
FreezeEndDate:
description: 冻结结束日期
type: string
FreezeExpireDays:
description: 冻结到期天数
type: integer
format: int64
FreezeReason:
description: 冻结理由
type: string
FreezeStartDate:
description: 冻结开始日期
type: string
FreezeTime:
description: 冻结时间
type: string
GroupId:
description: 分组id
type: integer
format: int64
HiddenConfirm:
description: 是否隐藏完成任务按钮,true:隐藏完成任务按钮
type: boolean
HiddenCreate:
description: 是否隐藏新增/编辑按钮,true:隐藏新增/编辑按钮
type: boolean
IndustryName:
description: 所属行业
type: string
IsShared:
description: 是否共享客户
type: boolean
IsShow:
description: 是否有权限展示(是否属于本组或自己下面的客户)
type: boolean
IsSuspend:
description: '是否暂停:1:暂停,0:启用 '
type: integer
format: int64
LoseReason:
description: 流失原因
type: string
LossTime:
description: 流失时间
type: string
Province:
description: 省
type: string
RaiLastViewTime:
description: 权益最近一次阅读时间
type: string
RaiView:
description: 权益报告阅读次数
type: integer
format: int64
Reasons:
description: 新增理由
type: string
RegionType:
description: 区域:国内,海外
type: string
RenewalReason:
description: 续约说明
type: string
RoadShowTotal:
description: 累计路演次数
type: integer
format: int64
SellerId:
description: 销售ID
type: integer
format: int64
SellerIds:
description: 销售ID集合,包含ficc和权益的销售id
type: string
SellerName:
description: 销售:吉根龙/颖丹
type: string
Source:
description: 客户来源
type: string
StartDate:
description: 合同开始日期
type: string
Status:
description: '客户状态:''试用'',''永续'',''冻结'',''流失'',''正式'' '
type: string
TodoButtonColor:
description: 任务按钮颜色:red,green,gray
type: string
TodoStatus:
description: 是否存在进行中任务,true:存在待处理的任务
type: boolean
TryStageSlice:
description: 试用状态相关
type: array
items:
$ref: '#/definitions/company.TryStageSliceItem'
statistic_report.CompanyListResp:
title: CompanyListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/statistic_report.CompanyListItem'
Paging:
$ref: '#/definitions/paging.PagingItem'
statistic_report.CompanyRenewRecordNum:
title: CompanyRenewRecordNum
type: object
properties:
EndDate:
description: 结束日期
type: string
ExpireIds:
description: 到期客户ids
type: string
ExpireNum:
description: 到期客户数
type: integer
format: int64
NotRenewIds:
description: 未续约客户ids
type: string
NotRenewNum:
description: 未续约客户数
type: integer
format: int64
RenewFollowIds:
description: 续约跟进客户ids
type: string
RenewFollowNum:
description: 续约跟进客户数
type: integer
format: int64
RenewIds:
description: 续约客户ids
type: string
RenewNum:
description: 续约客户数
type: integer
format: int64
StartDate:
description: 开始日期
type: string
statistic_report.CompanyRenewRecordResp:
title: CompanyRenewRecordResp
type: object
properties:
CompanyRenewRecordNumList:
description: 统计次数
type: array
items:
$ref: '#/definitions/statistic_report.CompanyRenewRecordNum'
List:
description: 系统用户分组信息
type: array
items:
$ref: '#/definitions/statistic_report.GroupRenewRecord'
statistic_report.CompanyReportRecordNum:
title: CompanyReportRecordNum
type: object
properties:
ActiveIds:
description: 活跃客户ids
type: string
ActiveNum:
description: 活跃客户数
type: integer
format: int64
AllActiveIds:
description: 所有活跃客户ids
type: string
AllActiveNum:
description: 所有活跃客户状态数
type: integer
format: int64
EndDate:
description: 结束日期
type: string
FormalIds:
description: 正式客户ids
type: string
FormalNum:
description: 正式客户数
type: integer
format: int64
NoIncrementalActiveIds:
description: 非新增试用客户的活跃客户ids
type: string
NoIncrementalActiveNum:
description: 非新增试用客户的活跃客户状态数
type: integer
format: int64
StartDate:
description: 开始日期
type: string
TryOutIds:
description: 试用客户ids
type: string
TryOutNum:
description: 试用客户数
type: integer
format: int64
TryStageFollowNum:
description: 试用(跟踪)状态的客户数量
type: integer
format: int64
TryStageInitNum:
description: 试用(未分类)状态的客户数量
type: integer
format: int64
TryStagePushNum:
description: 试用(推进)状态的客户数量
type: integer
format: int64
TryStageReadyNum:
description: 试用(预备)状态的客户数量
type: integer
format: int64
statistic_report.CompanyReportRecordResp:
title: CompanyReportRecordResp
type: object
properties:
CompanyReportRecordNumList:
description: 统计次数
type: array
items:
$ref: '#/definitions/statistic_report.CompanyReportRecordNum'
List:
description: 系统用户分组信息
type: array
items:
$ref: '#/definitions/statistic_report.GroupReportRecord'
statistic_report.GroupRenewRecord:
title: GroupRenewRecord
type: object
properties:
CompanyRenewRecordNumList:
description: 统计次数
type: array
items:
$ref: '#/definitions/statistic_report.CompanyRenewRecordNum'
GroupId:
description: 系统用户分组id
type: integer
format: int64
Item:
description: 系统用户信息
type: array
items:
$ref: '#/definitions/statistic_report.AdminRenewRecord'
Name:
description: 分组名
type: string
statistic_report.GroupReportRecord:
title: GroupReportRecord
type: object
properties:
CompanyReportRecordNumList:
description: 统计次数
type: array
items:
$ref: '#/definitions/statistic_report.CompanyReportRecordNum'
GroupId:
description: 系统用户分组id
type: integer
format: int64
Item:
description: 系统用户信息
type: array
items:
$ref: '#/definitions/statistic_report.AdminReportRecord'
Name:
description: 分组名
type: string
statistic_report.companyTodoReportRecordResp:
title: companyTodoReportRecordResp
type: object
statisticModels.IncrementalCompanyListReq:
title: IncrementalCompanyListReq
type: object
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
CreatedTime:
type: string
format: datetime
DepartmentGroup:
description: 部门分组
type: string
DepartmentId:
description: 部门id
type: integer
format: int64
Email:
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
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
system.ApprovalFlowItem:
title: ApprovalFlowItem
type: object
properties:
CreateTime:
description: 创建时间
type: string
format: datetime
CurrVersion:
description: 当前流程版本
type: integer
format: int64
FlowId:
description: 流程id
type: integer
format: int64
FlowName:
description: 流程名称
type: string
ModifyTime:
description: 最近一次修改时间
type: string
format: datetime
NodeList:
description: 节点流程列表
type: array
items:
$ref: '#/definitions/system.ApprovalFlowNodeList'
ProductId:
description: 所属类型,0代表通用,1:ficc部门,2:权益部门
type: integer
format: int64
system.ApprovalFlowNodeList:
title: ApprovalFlowNodeList
type: object
properties:
AuditType:
description: 多人审批时,1:或签(一名审批人同意即可),2:会签(需所有审批人同意)
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
format: datetime
FlowId:
description: 流程id
type: integer
format: int64
NextNodeId:
description: 下级节点id,为0代表是结束节点
type: integer
format: int64
NodeId:
description: 流程节点id
type: integer
format: int64
NodeName:
description: 流程节点名称
type: string
NodeType:
description: 节点类型,审批人:check;抄送人:cc(Carbon Copy),默认是:check
type: string
PrevNodeId:
description: 上级节点id,为0代表是开始节点
type: integer
format: int64
User:
description: 所属用户,多个用英文,隔开;用户类型为user代表指定人id,manager代表几级主管,role代表角色类型
type: array
items:
$ref: '#/definitions/system.NodeUser'
UserList:
description: 审批人、抄送人列表信息
type: array
items:
$ref: '#/definitions/system.User'
Version:
description: 所属流程版本
type: integer
format: int64
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.FlowUserResp:
title: FlowUserResp
type: object
properties:
AdminList:
description: 用户列表
type: array
items:
$ref: '#/definitions/system.AdminItem'
RoleList:
description: 角色列表
type: array
items:
$ref: '#/definitions/system.SysRoleItem'
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.NodeUser:
title: NodeUser
type: object
properties:
user:
type: string
user_type:
type: string
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.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.SysuserAddReq:
title: SysuserAddReq
type: object
properties:
AdminAvatar:
description: 用户头像
type: string
AdminName:
description: 系统用户名称
type: string
DepartmentId:
description: 部门id
type: integer
format: int64
GroupId:
description: 分组id
type: integer
format: int64
Mobile:
description: 手机号
type: string
Password:
description: 密码
type: string
Position:
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
system.SysuserDeleteReq:
title: SysuserDeleteReq
type: object
properties:
AdminId:
description: 系统用户id
type: integer
format: int64
system.SysuserEditReq:
title: SysuserEditReq
type: object
properties:
AdminAvatar:
description: 用户头像
type: string
AdminId:
description: 系统用户id
type: integer
format: int64
AdminName:
description: 系统用户名称
type: string
DepartmentId:
description: 部门id
type: integer
format: int64
Enabled:
description: 1:有效,0:禁用
type: integer
format: int64
GroupId:
description: 分组id
type: integer
format: int64
Mobile:
description: 手机号
type: string
Password:
description: 密码
type: string
Position:
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
system.SysuserListResp:
title: SysuserListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/system.AdminItem'
Paging:
$ref: '#/definitions/paging.PagingItem'
description: 分页数据
system.User:
title: User
type: object
properties:
AdminId:
description: 人员id(审批人、抄送人)
type: integer
format: int64
Mobile:
description: 手机号(审批人、抄送人)
type: string
Name:
description: 人员名称(审批人、抄送人)
type: string
RoleId:
description: 人员角色id(审批人、抄送人)
type: integer
format: int64
RoleName:
description: 人员角色名称(审批人、抄送人)
type: string
RoleTypeCode:
description: 人员角色类型(审批人、抄送人)
type: string
system.int:
title: int
type: object
video.VideoDeleteReq:
title: VideoDeleteReq
type: object
properties:
VideoId:
description: 视频id
type: integer
format: int64
video.VideoEditReq:
title: VideoEditReq
type: object
properties:
PlaySeconds:
description: 视频播放时长
type: integer
format: int32
TagsIdStr:
description: 标签id,多个用英文逗号隔开
type: string
Title:
description: 视频标题
type: string
VideoCoverUrl:
description: 视频封面地址
type: string
VideoId:
description: 视频id
type: integer
format: int64
VideoUrl:
description: 视频地址
type: string
video.VideoList:
title: VideoList
type: object
properties:
CreateTime:
description: 视频创建时间
type: string
format: datetime
ModifyTime:
description: 视频修改时间
type: string
format: datetime
PlaySeconds:
description: 视频播放时长
type: integer
format: int32
PublishTime:
description: 视频发布时间
type: string
format: datetime
Status:
description: 视频状态:0:未发布,1:已发布
type: integer
format: int64
TagsId:
description: 标签ID
type: string
TagsName:
description: 标签名称
type: string
Title:
description: 视频标题
type: string
VideoCoverUrl:
description: 视频封面地址
type: string
VideoId:
description: 视频id
type: integer
format: int64
VideoUrl:
description: 视频地址
type: string
video.VideoListResp:
title: VideoListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/video.VideoList'
Paging:
$ref: '#/definitions/paging.PagingItem'
video.VideoPublishReq:
title: VideoPublishReq
type: object
properties:
VideoIds:
description: 视频id,多个用英文逗号隔开
type: string
video.VideoSaveReq:
title: VideoSaveReq
type: object
properties:
PlaySeconds:
description: 视频播放时长
type: integer
format: int32
TagsIdStr:
description: 标签id,多个用英文逗号隔开
type: string
Title:
description: 视频标题
type: string
VideoCoverUrl:
description: 视频封面地址
type: string
VideoUrl:
description: 视频地址
type: string
video.VideoSaveResp:
title: VideoSaveResp
type: object
properties:
VideoId:
description: 视频id
type: integer
format: int64
video.VideoTagsItems:
title: VideoTagsItems
type: object
properties:
TagsId:
description: 标签id
type: integer
format: int64
TagsName:
description: 标签名称
type: string
video.VideoTagsListResp:
title: VideoTagsListResp
type: object
properties:
List:
type: array
items:
$ref: '#/definitions/video.VideoTagsItems'
yb.Activity:
title: Activity
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
ActivityName:
description: 活动标题
type: string
ActivityTypeId:
description: 活动类型ID
type: integer
format: int64
ActivityTypeName:
description: 活动类型名称
type: string
Address:
description: 活动地址
type: string
AmericaTel:
description: 美国拨入
type: string
City:
description: 城市
type: string
CreateTime:
description: 创建时间
type: string
format: datetime
EndTime:
description: 活动结束时间
type: string
format: datetime
FirstActivityTypeId:
description: 第一级的活动类型ID
type: integer
format: int64
FirstActivityTypeName:
description: 第一级的活动类型名称
type: string
HongKongTel:
description: 香港拨入
type: string
HostCode:
description: 主持人入会密码
type: string
IsDelete:
description: 是否删除,0:未删除,1:已删除
type: integer
format: int32
IsLimitPeople:
description: 是否限制人数 1是,0否
type: integer
format: int32
IsNewReport:
description: 是否关联新报告 0-否 1-是
type: integer
format: int64
IsSendSalonWxMsg:
description: 是否推送过沙龙提醒微信消息,未推送:0,已推送:1
type: integer
format: int32
IsSendWxMsg:
description: 是否推送过会议提醒微信消息,未推送:0,已推送:1
type: integer
format: int32
LimitPeopleNum:
description: 限制人数数量
type: integer
format: int64
LinkParticipants:
description: 参会链接
type: string
MainlandTel:
description: 大陆拨入
type: string
ModifyTime:
description: 修改时间
type: string
format: datetime
ParticipationCode:
description: 参会密码
type: string
PublishStatus:
description: 发布状态,0未发布,1已发布
type: integer
format: int32
QsId:
description: 全时会议关系id
type: integer
format: int64
Remarks:
description: 备注
type: string
ReportId:
description: 报告链接所关联的文章ID
type: integer
format: int64
ReportLink:
description: 报告链接
type: string
ReportName:
description: 报告标题
type: string
SingaporeTel:
description: 新加坡拨入
type: string
Speaker:
description: 主讲人
type: string
SpeakerBackgroundPic:
description: 主讲人背景图
type: string
SpeakerHeadPic:
description: 主讲人头像
type: string
StartTime:
description: 活动开始时间
type: string
format: datetime
TaiwanTel:
description: 台湾拨入
type: string
UserId:
description: 创建者id
type: integer
format: int64
yb.ActivityList:
title: ActivityList
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
ActivityName:
description: 活动标题
type: string
ActivityTypeId:
description: 活动类型ID
type: integer
format: int64
ActivityTypeName:
description: 活动类型名称
type: string
Address:
description: 活动地址
type: string
AmericaTel:
description: 美国拨入
type: string
City:
description: 城市
type: string
CreateTime:
description: 创建时间
type: string
format: datetime
EndTime:
description: 活动结束时间
type: string
format: datetime
FirstActivityTypeId:
description: 第一级的活动类型ID
type: integer
format: int64
FirstActivityTypeName:
description: 第一级的活动类型名称
type: string
HongKongTel:
description: 香港拨入
type: string
HostCode:
description: 主持人入会密码
type: string
IsLimitPeople:
description: 是否限制人数 1是,0否
type: integer
format: int32
IsNewReport:
description: 是否关联新报告 0-否 1-是
type: integer
format: int64
IsSendSalonWxMsg:
description: 是否推送过沙龙提醒微信消息,未推送:0,已推送:1
type: integer
format: int32
IsSendWxMsg:
description: 是否推送过会议提醒微信消息,未推送:0,已推送:1
type: integer
format: int32
LimitPeopleNum:
description: 限制人数数量
type: integer
format: int64
LinkParticipants:
description: 参会链接
type: string
MainlandTel:
description: 大陆拨入
type: string
ModifyTime:
description: 修改时间
type: string
format: datetime
ParticipationCode:
description: 参会密码
type: string
PermissionList:
description: 权限列表
type: array
items:
$ref: '#/definitions/yb.ActivityPermission'
PosterList:
description: 海报文件列表
type: array
items:
$ref: '#/definitions/yb.ActivityPoster'
PublishStatus:
description: 发布状态,0未发布,1已发布
type: integer
format: int32
QsId:
description: 全时关联会议id
type: integer
format: int64
Remarks:
description: 备注
type: string
ReportId:
description: 报告链接所关联的文章ID
type: integer
format: int64
ReportLink:
description: 报告链接
type: string
ReportName:
description: 报告标题
type: string
SingaporeTel:
description: 新加坡拨入
type: string
Speaker:
description: 主讲人
type: string
StartTime:
description: 活动开始时间
type: string
format: datetime
TaiwanTel:
description: 台湾拨入
type: string
UserId:
description: 创建者id
type: integer
format: int64
VoiceList:
description: 音频文件列表
type: array
items:
$ref: '#/definitions/yb.ActivityVoice'
yb.ActivityPermission:
title: ActivityPermission
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
ActivityPermissionId:
description: 活动权限ID
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
format: datetime
PermissionId:
description: 权限ID
type: integer
format: int64
PermissionName:
description: 权限名称
type: string
yb.ActivityPoster:
title: ActivityPoster
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
ActivityPosterId:
description: 活动海报ID
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
format: datetime
Name:
description: 海报名称
type: string
Url:
description: 海报地址
type: string
yb.ActivityTypeList:
title: ActivityTypeList
type: object
properties:
ActivityTypeId:
description: 活动类型ID
type: integer
format: int64
ActivityTypeName:
description: 活动类型名称
type: string
ChildList:
description: 下级活动类型列表
type: array
items:
$ref: '#/definitions/yb.ActivityTypeList'
CreateTime:
description: 创建时间
type: string
format: datetime
FrontIsShow:
description: 是否在前台展示,0:不展示,1:展示
type: integer
format: int32
Pid:
description: 父级id,默认是:0
type: integer
format: int64
Sort:
description: 排序字段
type: integer
format: int64
yb.ActivityVoice:
title: ActivityVoice
type: object
properties:
ActivityId:
description: 活动ID
type: integer
format: int64
ActivityVoiceId:
description: 活动音频ID
type: integer
format: int64
CreateTime:
description: 创建时间
type: string
format: datetime
VoiceName:
description: 音频名称
type: string
VoicePlaySeconds:
description: 音频时长
type: string
VoiceUrl:
description: 音频地址
type: string
yb.ApplyRecordListResp:
title: ApplyRecordListResp
type: object
yb.ApplyRecordListRespV2:
title: ApplyRecordListRespV2
type: object
yb.ChartVisitDetailList:
title: ChartVisitDetailList
type: object
properties:
CompanyId:
description: 客户ID
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyStatus:
description: 客户状态
type: string
LastVisitTime:
description: 最后阅读时间
type: string
SellerName:
description: 销售名称
type: string
UserId:
description: 联系人ID
type: integer
format: int64
UserName:
description: 联系人姓名
type: string
VisitCount:
description: 阅读量
type: integer
format: int64
yb.ChartVisitDetailPageListResp:
title: ChartVisitDetailPageListResp
type: object
properties:
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/yb.ChartVisitDetailList'
Paging:
$ref: '#/definitions/paging.PagingItem'
VisitTotal:
description: 阅读总人数
type: integer
format: int64
yb.ChartVisitList:
title: ChartVisitList
type: object
properties:
ClassifyId:
description: 分类ID
type: integer
format: int64
ClassifyName:
description: 分类名称
type: string
LastVisitTime:
description: 最后阅读时间
type: string
VisitCount:
description: 阅读量
type: integer
format: int64
yb.ChartVisitPageListResp:
title: ChartVisitPageListResp
type: object
properties:
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/yb.ChartVisitList'
Paging:
$ref: '#/definitions/paging.PagingItem'
yb.CompanyAuthCensusList:
title: CompanyAuthCensusList
type: object
properties:
CompanyId:
description: 客户ID
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyStatus:
description: 客户状态
type: string
CreateTime:
description: 权限开通时间
type: string
EndTime:
description: 权限结束日期
type: string
RestDay:
description: 剩余天数
type: integer
format: int64
SellerName:
description: 销售名称
type: string
StartTime:
description: 权限开始日期
type: string
UserId:
description: 联系人ID
type: integer
format: int64
UserName:
description: 联系人姓名
type: string
yb.CompanyAuthCensusPageListResp:
title: CompanyAuthCensusPageListResp
type: object
properties:
CompanyTotal:
description: 用户总数
type: integer
format: int64
List:
description: 列表数据
type: array
items:
$ref: '#/definitions/yb.CompanyAuthCensusList'
Paging:
$ref: '#/definitions/paging.PagingItem'
UserTotal:
description: 联系人总数
type: integer
format: int64
yb.ListResp:
title: ListResp
type: object
yb.ProductVisitCount:
title: ProductVisitCount
type: object
properties:
ProductId:
description: product_id
type: integer
format: int64
ProductName:
description: product_name
type: string
ProductType:
description: product_type
type: integer
format: int64
RecentTime:
description: recent_time
type: string
VisitCount:
description: visit_count
type: integer
format: int64
yb.QsListResp:
title: QsListResp
type: object
yb.QsUserListResp:
title: QsUserListResp
type: object
yb.RegisterListResp:
title: RegisterListResp
type: object
yb.ResearchReportListResp:
title: ResearchReportListResp
type: object
yb.SpeakerListResp:
title: SpeakerListResp
type: object
yb.UserClassifyChartVisitList:
title: UserClassifyChartVisitList
type: object
properties:
ChartName:
description: 图表名称
type: string
VisitCount:
description: 访问次数
type: integer
format: int64
yb.VoiceBroadcastTotal:
title: VoiceBroadcastTotal
type: object
properties:
Author:
description: 作者
type: string
AuthorId:
description: 作者id
type: integer
format: int64
BroadcastId:
description: 语音ID
type: integer
format: int64
BroadcastName:
description: 语音名称
type: string
CompanyId:
description: 客户ID
type: integer
format: int64
CompanyName:
description: 客户名称
type: string
CompanyStatus:
description: 客户状态
type: string
CreateTime:
description: 访问时间
type: string
Email:
description: 电子邮箱
type: string
Mobile:
description: 用户手机号
type: string
PublishTime:
description: 发布时间
type: string
RealName:
description: 用户名称
type: string
SectionId:
description: 语音分类ID
type: integer
format: int64
SectionName:
description: 语音分类名称
type: string
Source:
description: 点击来源,1手机小程序,2pc小程序,3web端
type: integer
format: int64
UserId:
description: 用户ID
type: integer
format: int64
VarietyId:
description: 品种id
type: integer
format: int64
VarietyName:
description: 品种名称
type: string
VisitCount:
description: 阅读量
type: integer
format: int64
yb.VoiceSection:
title: VoiceSection
type: object
properties:
CreateTime:
description: 创建时间
type: string
ImgUrl:
description: 背景图url
type: string
SectionId:
description: 板块id
type: integer
format: int64
SectionName:
description: 板块名称
type: string
Status:
description: 角色状态
type: integer
format: int64
VarietyId:
description: 品种id
type: integer
format: int64
VarietyName:
description: 品种名称
type: string
ybResp.CommentListResp:
title: CommentListResp
type: object
ybResp.CommentReportResp:
title: CommentReportResp
type: object
ybResp.CommunityQuestionUserVisitCountResp:
title: CommunityQuestionUserVisitCountResp
type: object
ybResp.LikeListResp:
title: LikeListResp
type: object
ybResp.LikeReportListResp:
title: LikeReportListResp
type: object
保存成功:
title: 保存成功
type: object
删除成功:
title: 删除成功
type: object
发布成功:
title: 发布成功
type: object
发送成功:
title: 发送成功
type: object
取消发布成功:
title: 取消发布成功
type: object
取消报名成功:
title: 取消报名成功
type: object
新增报名成功:
title: 新增报名成功
type: object
标记处理成功:
title: 标记处理成功
type: object
tags:
- name: sysuser
description: |
系统相关
- name: classify
description: |
分类
- name: banner
description: |
banner
- name: report
description: |
报告
- name: report
description: |
报告
- name: report
description: |
报告上传
- name: statistic_report
description: |
StatisticReportController 统计报告基类
- name: statistic_report
description: |
StatisticReportCommonController 统计报告
- name: voice
description: |
音频
- name: voice
description: |
音频
- name: ppt
description: |
报告
- name: pptv2
description: |
PptV2CommonController 新版ppt公共模块
- name: entry
description: |
指标
- name: system
description: |
系统设置
- name: system
description: |
部门组
- name: system
description: |
部门组
- name: system
description: |
系统用户
- name: system
description: |
审批配置
- name: custom
description: |
CompanyReceiveController 客户领取管理
- name: resource
description: |
资源管理-图片上传,合同上传等
- name: video
description: |
视频
- name: cygx
description: |
权益用户管理
- name: datamanage
description: |
ExcelInfoController ETA表格管理
- name: contract
description: |
审批流管理
- name: group_send_msg
description: |
报告
- name: my_chart
description: |
我的图库
- name: seal
description: |
用印审批管理
- name: roadshow
description: |
日历
- name: sandbox
description: |
SandboxController 逻辑导图