基金接口/基金申购接口
bizType=fund.app.FundApplyAppDubboService.apply 基金申购 登录后方可访问
Body
customerNostringOptional
currencyPaystringOptional
支付的币种 ,或者是一篮子
amountPaynumberRequired
按额为:支付的金额, 按份额:申购的份额
applyTypeinteger · int32Optional
1.按金额,2.按份额
fundIdintegerRequired
Responses
200Success
application/json
post
/global/fund.app.FundApplyAppDubboService.applyPOST /api/global/fund.app.FundApplyAppDubboService.apply HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"customerNo": "text",
"currencyPay": "text",
"amountPay": 1,
"applyType": 1,
"fundId": 1
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"proposalNo": "text",
"companyName": "text",
"customerNoFun": "text",
"fundId": 1,
"currencyPay": "text",
"currencyShares": "text",
"fees": "text",
"amountPay": "text",
"finalAmount": "text",
"shares": "text",
"sharesNet": "text",
"sharesStatus": 1,
"executeStatus": 1,
"executeId": "text",
"currencyNet": "text",
"fundName": "text",
"executeList": [
{
"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.FundApplyAppDubboService.calcApplyShares 客户申购计算手续费和份额 登录后方可访问
Body
customerNostringOptional
currencyPaystringOptional
支付的币种 ,或者是一篮子
amountPaynumberRequired
按额为:支付的金额, 按份额:申购的份额
applyTypeinteger · int32Optional
1.按金额,2.按份额
fundIdintegerRequired
Responses
200Success
application/json
post
/global/fund.app.FundApplyAppDubboService.calcApplySharesPOST /api/global/fund.app.FundApplyAppDubboService.calcApplyShares HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 81
{
"customerNo": "text",
"currencyPay": "text",
"amountPay": 1,
"applyType": 1,
"fundId": 1
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"fees": "text",
"shares": "text",
"sharesNet": "text",
"rate": "text",
"currencyNet": "text",
"currencyPay": "text",
"amountPay": "text",
"list": [
{
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"proposalNo": "text",
"fundId": 1,
"currency": "text",
"digits": 1,
"amount": "text",
"fees": "text",
"total": "text"
}
]
},
"ok": true,
"fail": true
}bizType=fund.app.FundApplyAppDubboService.customerPage H5申购记录 登录后方可访问
Body
usernamestringOptional
sizeinteger · int64Optional
每页条数
currentinteger · int64Optional
当前页
downloadTypeinteger · int32Optional
下载类型 1:直接下载,2:异步下载
startTimeinteger · int64Optional
endTimeinteger · int64Optional
currencyPaystringOptional
customerCompanyIdinteger · int64Optional
proposalNostring[]Optional
customerSelfNostring[]Optional
executeIdstring[]Optional
executeStatusinteger · int32Optional
currencySharesstringOptional
typeinteger · int32Optional
customerGroupIdinteger · int64Required
客户组id
Responses
200Success
application/json
post
/global/fund.app.FundApplyAppDubboService.customerPagePOST /api/global/fund.app.FundApplyAppDubboService.customerPage HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 266
{
"username": "text",
"size": 1,
"current": 1,
"downloadType": 1,
"startTime": 1,
"endTime": 1,
"currencyPay": "text",
"customerCompanyId": 1,
"proposalNo": [
"text"
],
"customerSelfNo": [
"text"
],
"executeId": [
"text"
],
"executeStatus": 1,
"currencyShares": "text",
"type": 1,
"customerGroupId": 1
}200Success
{
"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,
"proposalNo": "text",
"companyName": "text",
"customerNoFun": "text",
"fundId": 1,
"currencyPay": "text",
"currencyShares": "text",
"fees": "text",
"amountPay": "text",
"finalAmount": "text",
"shares": "text",
"sharesNet": "text",
"sharesStatus": 1,
"executeStatus": 1,
"executeId": "text",
"currencyNet": "text",
"fundName": "text",
"executeList": [
{
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"amount": 1,
"baseCurrency": "text",
"profitCurrency": "text",
"rate": 1,
"symbolId": 1,
"symbolName": "text"
}
]
}
],
"total": 1,
"size": 1,
"current": 1
},
"ok": true,
"fail": true
}bizType=fund.app.FundApplyAppDubboService.getFundCurrencyList 获取基金底层资产信息 登录后方可访问
Body
proposalNostringRequired
提案号
Responses
200Success
application/json
post
/global/fund.app.FundApplyAppDubboService.getFundCurrencyListPOST /api/global/fund.app.FundApplyAppDubboService.getFundCurrencyList HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"proposalNo": "text"
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"proposalNo": "text",
"fundId": 1,
"currency": "text",
"digits": 1,
"amount": "text",
"fees": "text",
"total": "text"
}
],
"ok": true,
"fail": true
}bizType=fund.app.FundApplyAppDubboService.page PCUI客户经理分页查询基金记录 登录后方可访问
Body
usernamestringOptional
sizeinteger · int64Optional
每页条数
currentinteger · int64Optional
当前页
downloadTypeinteger · int32Optional
下载类型 1:直接下载,2:异步下载
startTimeinteger · int64Optional
endTimeinteger · int64Optional
currencyPaystringOptional
customerCompanyIdinteger · int64Optional
proposalNostring[]Optional
customerSelfNostring[]Optional
executeIdstring[]Optional
executeStatusinteger · int32Optional
currencySharesstringOptional
typeinteger · int32Optional
customerGroupIdinteger · int64Required
客户组id
Responses
200Success
application/json
post
/global/fund.app.FundApplyAppDubboService.pagePOST /api/global/fund.app.FundApplyAppDubboService.page HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 266
{
"username": "text",
"size": 1,
"current": 1,
"downloadType": 1,
"startTime": 1,
"endTime": 1,
"currencyPay": "text",
"customerCompanyId": 1,
"proposalNo": [
"text"
],
"customerSelfNo": [
"text"
],
"executeId": [
"text"
],
"executeStatus": 1,
"currencyShares": "text",
"type": 1,
"customerGroupId": 1
}200Success
{
"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,
"proposalNo": "text",
"companyName": "text",
"customerNoFun": "text",
"fundId": 1,
"currencyPay": "text",
"currencyShares": "text",
"fees": "text",
"amountPay": "text",
"finalAmount": "text",
"shares": "text",
"sharesNet": "text",
"sharesStatus": 1,
"executeStatus": 1,
"executeId": "text",
"currencyNet": "text",
"fundName": "text",
"executeList": [
{
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"amount": 1,
"baseCurrency": "text",
"profitCurrency": "text",
"rate": 1,
"symbolId": 1,
"symbolName": "text"
}
]
}
],
"total": 1,
"size": 1,
"current": 1
},
"ok": true,
"fail": true
}Last updated