基础数据

head
Header parameters
companyIdstringRequiredExample: {{company}}
tokenstringOptionalExample: {{LoginResult.data.token}}
langstringOptional

默认值:en-US

Example: en-US
tracestringOptionalExample: {{mock_trace}}
versionstringOptionalExample: 0.0.1
groupstringOptional
idempotency-keystringOptional

幂等处理逻辑: 请求header中,若有idempotency-key时,则会缓存接口返回结果信息,有效期:24小时 后续相同idempotency-key ,相同bizType、version、group、companyId,有效期内,则直接获取缓存结果 如果并发请求,只会放行一次请求,其余请求,直接返回请求频率过快,请稍后重试

Responses
200Success
application/json
Responsestring
head
/
200Success

获取IP所在国家信息

get

IP所在国家查询 游客可访问

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Responses
200Success
application/json
get
/geoip/country
200Success

获取当前服务时间

post

获取当前服务时间

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Responses
200Success
application/json
post
/thirdExt/now
200Success

资产代码数据

post

bizType=config.app.AppAssetsDubboService.getAssetsList 获取平台支持的全部资产列表数据

Header parameters
companyIdstringOptionalExample: {{company}}
tokenstringOptionalExample: {{LoginResult.data.token}}
langstringOptionalExample: en-US
tracestringOptionalExample: {{mock_trace}}
Body
typeinteger · int32Optional

资产类型 0、全部资产1、通用资产 2、基金资产 默认0

Responses
200Success
application/json
post
/global/config.app.AppAssetsDubboService.getAssetsList
200Success

字典基于ID查询

post

bizType=config.app.AppDictDubboService.getListByParentId 字典基于parentId查询 游客可访问

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
parentIdintegerRequired

父级ID

Responses
200Success
application/json
post
/global/config.app.AppDictDubboService.getListByParentId
200Success

字典基于code查询

post

bizType=config.app.AppDictDubboService.getListByParentCode 字典基于code查询 游客可访问

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
parentCodestringRequired

字典代码

Responses
200Success
application/json
post
/global/config.app.AppDictDubboService.getListByParentCode
200Success

字典基于Code批量查询

post

bizType=config.app.AppDictDubboService.getMapByParentCodes 批量获取字典数据

Header parameters
companyIdstringRequired

公司ID,通过环境变量获取

Example: {{company}}
tracestringRequired

随机跟踪码UUID

Example: {{mock_trace}}
tokenstringRequired

登录token

Example: {{LoginResult.data.token}}
langstringRequired

语言

Example: zh-CN
Body
parentCodestringRequired

字典代码,多个逗号分割

Responses
200Success
application/json
post
/global/config.app.AppDictDubboService.getMapByParentCodes
200Success

国家地区根据ID查询

post

bizType=config.app.AppDictDubboService.getCountryListByParentId 国家地区根据ID查询 游客可访问

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
parentIdstringRequired

父级ID

Responses
200Success
application/json
post
/global/config.app.AppDictDubboService.getCountryListByParentId
200Success

国家地区根据code查询

post

bizType=config.app.AppDictDubboService.getCountryListByParentCode 国家地区根据code查询 游客可访问

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
parentCodestringRequired

国家代码

namestringOptional

名称,可以搜索

Responses
200Success
application/json
post
/global/config.app.AppDictDubboService.getCountryListByParentCode
200Success

产品基础数据

post

bizType=config.app.AppSymbolDubboService.getSymbolList 查询基础产品信息,支持客户组以及产品名称/code模糊查询 游客可访问

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
tokenstringOptionalExample: {{LoginResult.data.token}}
Body
tradeTypeinteger · int64Required

玩法ID

customerGroupIdinteger · int64Required

客户组ID

namestringOptional

产品名称或者Code

Responses
200Success
application/json
post
/global/config.app.AppSymbolDubboService.getSymbolList
200Success

产品简要数据

post

bizType=config.app.AppSymbolDubboService.getSymbolBaseList 查询产品信息,包括基础产品以及简要交易参数,例如小数位、成交模式等信息 游客可访问

Header parameters
companyIdstringRequired

公司ID,通过环境变量获取

Example: {{company}}
tracestringRequired

随机跟踪码UUID

Example: {{mock_trace}}
tokenstringOptional

登录token

Example: {{LoginResult.data.token}}
langstringRequired

语言

Example: zh-CN
Body
customerGroupIdinteger · int64Required

客户组ID

Responses
200Success
application/json
post
/global/config.app.AppSymbolDubboService.getSymbolBaseList
200Success

产品详细数据

post

bizType=config.app.AppSymbolDubboService.getSymbolDetail 获取产品配置详细交易参数

Header parameters
companyIdstringRequired

公司ID,通过环境变量获取

Example: {{company}}
tracestringRequired

随机跟踪码UUID

Example: {{mock_trace}}
tokenstringOptional

登录token

Example: {{LoginResult.data.token}}
langstringRequired

语言

Example: zh-CN
versionstringRequiredExample: 0.0.2
Body
tradeTypeinteger · int64Required

玩法ID

symbolIdinteger · int64Required

产品ID

Responses
200Success
application/json
post
/global/config.app.AppSymbolDubboService.getSymbolDetail
200Success

基金详细信息

post

获取基金详细信息

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
fundIdinteger · int64Optional

基金ID

Responses
200Success
application/json
post
/global/config.app.AppSymbolDubboService.getFundInfo
200Success

基金简要信息查询

post

分页查询基金列表数据

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
currentintegerOptional

当前页。默认1

sizeintegerOptional

每页条数。默认20

namestringOptional

搜索名称

Responses
200Success
application/json
post
/global/config.app.AppSymbolDubboService.findFundPage
200Success

基金详细信息查询

post

基金详细信息分页查询(带实时信息)

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
currentinteger · int64Optional

当前页。默认1

sizeinteger · int64Optional

每页条数。默认20

namestringOptional

产品名称。支持模糊匹配

Responses
200Success
application/json
post
/global/config.app.AppSymbolDubboService.findFundPageWithRealTimeInfo
200Success

基金净值和溢价率查询

post

查询净值和溢价率

Header parameters
companyIdstringRequiredExample: {{company}}
tracestringRequiredExample: {{mock_trace}}
langstringRequiredExample: zh-CN
Body
symbolIdinteger · int64Optional

产品ID。与currencyCode必须存在一个,均存在以该字段值为准

currencyCodestringOptional

基金代币编码(与symbolId必须存在一个,均存在以symbolId值为准)

profitCurrencystringOptional

目标资产编码

Responses
200Success
application/json
post
/global/config.app.AppSymbolDubboService.getEquityPremiumRate
200Success

基金详细信息查询-基金经理

post

根据基金经理获取基金详情

Header parameters
companyIdstringOptionalExample: {{company}}
tokenstringOptionalExample: {{LoginResult.data.token}}
langstringOptionalExample: en-US
tracestringOptionalExample: {{mock_trace}}
Body
customerNostringRequired

客户编号

Responses
200Success
application/json
post
/global/config.app.AppSymbolDubboService.getFundInfoByCustomerNo
200Success

Last updated