基金接口/基金管理接口
bizType=fund.app.FundManagementFeesAppDubboService.calcDeduct 合计基金管理费 登录后方可访问
POST /api/global/fund.app.FundManagementFeesAppDubboService.calcDeduct HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"idList": [
1
]
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"amount": "text",
"currency": "text"
},
"ok": true,
"fail": true
}bizType=fund.app.FundManagementFeesAppDubboService.deduct 手动执行管理手续费扣款 登录后方可访问
POST /api/global/fund.app.FundManagementFeesAppDubboService.deduct HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"idList": [
1
]
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {},
"ok": true,
"fail": true
}bizType=fund.app.FundManagementFeesAppDubboService.excute 基金管理费用执行 登录后方可访问
POST /api/global/fund.app.FundManagementFeesAppDubboService.excute HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {},
"ok": true,
"fail": true
}bizType=fund.app.FundManagementFeesAppDubboService.page 查询基金管理费分页记录 登录后方可访问
每页条数
当前页
下载类型 1:直接下载,2:异步下载
POST /api/global/fund.app.FundManagementFeesAppDubboService.page HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 89
{
"username": "text",
"size": 1,
"current": 1,
"downloadType": 1,
"deductDate": 1,
"deductStatus": 1
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"records": [
{
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"deductDate": 1,
"deductExcuteTime": 1,
"fees": "text",
"currencyFees": "text",
"deductStatus": 1
}
],
"total": 1,
"size": 1,
"current": 1
},
"ok": true,
"fail": true
}bizType=fund.app.FundsApplyExecuteService.confirmFundsApplyExecuteInfo 确认基金产品申购执行信息 登录后方可访问
基金产品申购记录id列表
POST /api/global/fund.app.FundsApplyExecuteService.confirmFundsApplyExecuteInfo HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 308
{
"applyIds": [
1
],
"fundsApplyExecuteRecordDto": {
"amount": 1,
"profitCurrency": "text"
},
"fundsApplyExecuteRecordDetailDtoList": [
{
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"amount": 1,
"baseCurrency": "text",
"profitCurrency": "text",
"rate": 1,
"symbolId": 1,
"symbolName": "text"
}
]
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": true,
"ok": true,
"fail": true
}bizType=fund.app.FundsApplyExecuteService.getFundsApplyExecuteInfo 获取基金产品申购执行信息 登录后方可访问
基金产品申购记录id列表
POST /api/global/fund.app.FundsApplyExecuteService.getFundsApplyExecuteInfo HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 16
{
"applyIds": [
1
]
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"applyIds": [
1
],
"fundsApplyExecuteRecordDto": {
"amount": 1,
"profitCurrency": "text"
},
"fundsApplyExecuteRecordDetailDtoList": [
{
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"amount": 1,
"baseCurrency": "text",
"profitCurrency": "text",
"rate": 1,
"symbolId": 1,
"symbolName": "text"
}
]
},
"ok": true,
"fail": true
}bizType=fund.app.FundsOrderExecuteStandardService.getOrderExecuteStandardConfigSymbolList 获取基金产品下单执行标准配置产品列表 登录后方可访问
POST /api/global/fund.app.FundsOrderExecuteStandardService.getOrderExecuteStandardConfigSymbolList HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"baseCurrency": "text",
"profitCurrency": "text",
"rate": 1,
"symbolId": 1,
"symbolName": "text"
}
],
"ok": true,
"fail": true
}bizType=fund.app.FundsOrderExecuteStandardService.getOrderExecuteStandardConfigs 获取基金产品下单执行标准配置列表 登录后方可访问
客户组id
POST /api/global/fund.app.FundsOrderExecuteStandardService.getOrderExecuteStandardConfigs HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"customerGroupId": 1
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"baseCurrency": "text",
"profitCurrency": "text",
"rate": 1,
"symbolId": 1,
"symbolName": "text"
}
],
"ok": true,
"fail": true
}bizType=fund.app.FundsOrderExecuteStandardService.saveOrderExecuteStandardConfigs 保存金产品下单执行标准配置 登录后方可访问
客户组id
POST /api/global/fund.app.FundsOrderExecuteStandardService.saveOrderExecuteStandardConfigs HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 129
{
"customerGroupId": 1,
"configDtoList": [
{
"baseCurrency": "text",
"profitCurrency": "text",
"rate": 1,
"symbolId": 1,
"symbolName": "text"
}
]
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": true,
"ok": true,
"fail": true
}Last updated