资金接口/提案查询
version: 0.0.1 bizType=fund.app.CustomerProposalQueryService.isHaveUnCompleteProposal 查询客户是否有未完成的提案 登录后方可访问
Body
objectOptional
Responses
200Success
application/json
post
/global/fund.app.CustomerProposalQueryService.isHaveUnCompleteProposalPOST /api/global/fund.app.CustomerProposalQueryService.isHaveUnCompleteProposal HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 2
{}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": true,
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.CustomerProposalQueryService.queryDepositAdjustPageList 查询客户额度调整提案分页数据 登录后方可访问
Body
sizeinteger · int64Optional
每页条数
currentinteger · int64Optional
当前页
downloadTypeinteger · int32Optional
下载类型 1:直接下载,2:异步下载
startTimeinteger · int64Optional
endTimeinteger · int64Optional
withdrawTypeinteger · int32Optional
取款类型,提现:1(提款到银行卡)、提币:2(提数字币到数字钱包)
depositCurrencystringOptional
存款币种
paymentCurrencystringOptional
支付币种
accountCurrencystringOptional
账户币种(客户出账币种)
withdrawCurrencystringOptional
取款币种(客户入账币种)
rechargeTypestringOptional
充值方式,1:直充,2:汇兑
txidstringOptional
交易id
depositStatusstringOptional
存款状态
paymentStatusstringOptional
支付状态
businessTypestringOptional
Responses
200Success
application/json
post
/global/fund.app.CustomerProposalQueryService.queryDepositAdjustPageListPOST /api/global/fund.app.CustomerProposalQueryService.queryDepositAdjustPageList HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 327
{
"size": 1,
"current": 1,
"downloadType": 1,
"orders": [
{
"column": "text",
"asc": true
}
],
"startTime": 1,
"endTime": 1,
"withdrawType": 1,
"depositCurrency": "text",
"paymentCurrency": "text",
"accountCurrency": "text",
"withdrawCurrency": "text",
"rechargeType": "text",
"txid": "text",
"depositStatus": "text",
"paymentStatus": "text",
"businessType": "text"
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"records": [
{
"companyId": 1,
"customerId": 1,
"customerNo": "text",
"accountId": 1,
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"tradeType": 1,
"proposalNo": "text",
"businessType": 1,
"accountCurrency": "text",
"amount": 1,
"withdraw": true,
"operatorPassword": "text",
"checkBy": "text",
"checkStatus": 1,
"remark": "text",
"thirdOrderId": "text",
"resetAccount": true,
"businessTypeText": "text",
"thirdAccount": "text"
}
],
"total": 1,
"size": 1,
"current": 1
},
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.CustomerProposalQueryService.queryDepositPageList 查询客户取款提案分页数据 登录后方可访问
Body
sizeinteger · int64Optional
每页条数
currentinteger · int64Optional
当前页
startTimeinteger · int64Optional
endTimeinteger · int64Optional
depositCurrencystringOptional
存款币种
paymentCurrencystringOptional
支付币种
rechargeTypestringOptional
充值方式,1:直充,2:汇兑
txidstringOptional
交易id
depositStatusstringOptional
存款状态
paymentStatusstringOptional
支付状态
Responses
200Success
application/json
post
/global/fund.app.CustomerProposalQueryService.queryDepositPageListPOST /api/global/fund.app.CustomerProposalQueryService.queryDepositPageList HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 220
{
"size": 1,
"current": 1,
"orders": [
{
"column": "text",
"asc": true
}
],
"startTime": 1,
"endTime": 1,
"depositCurrency": "text",
"paymentCurrency": "text",
"rechargeType": "text",
"txid": "text",
"depositStatus": "text",
"paymentStatus": "text"
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"records": [
{
"companyId": 1,
"customerId": 1,
"customerNo": "text",
"accountId": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"tradeType": 1,
"proposalNo": "text",
"country": "text",
"depositCurrency": "text",
"paymentCurrency": "text",
"blockchainName": "text",
"intendAmount": "text",
"toPaymentRate": "text",
"toPaymentAmount": "text",
"fromPaymentAmount": "text",
"paymentRate": "text",
"actualAmount": "text",
"depositFee": "text",
"finalAmount": "text",
"paymentCode": "text",
"paymentType": "text",
"clientType": "text",
"channelCode": "text",
"checkBy": "text",
"remark": "text",
"checkStatus": 1,
"depositStatus": 1,
"paymentStatus": 1,
"amlRet": 1,
"amlFailReasion": "text",
"refundRet": 1,
"notifyStatus": true,
"queryCount": 1,
"queryMaxCount": 1,
"txid": "text",
"rechargeType": "text",
"address": "text",
"thirdId": "text",
"callbackUrl": "text",
"refundToAddr": "text",
"customerGroupId": 1,
"thirdAccount": "text"
}
],
"total": 1,
"size": 1,
"current": 1
},
"ok": true,
"fail": true
}version: 0.0.1 bizType=fund.app.CustomerProposalQueryService.queryWithdrawPageList 查询客户取款提案分页数据 登录后方可访问
Header parameters
versionstringRequiredExample:
0.0.1companyIdstringRequiredExample:
{{company}}tracestringRequiredExample:
{{mock_trace}}langstringRequiredExample:
zh-CNtokenstringOptionalExample:
{{LoginResult.data.token}}Body
sizeinteger · int64Optional
每页条数
currentinteger · int64Optional
当前页
startTimeinteger · int64Optional
endTimeinteger · int64Optional
withdrawTypeinteger · int32Optional
取款类型,提现:1(提款到银行卡)、提币:2(提数字币到数字钱包)
accountCurrencystringOptional
账户币种(客户出账币种)
withdrawCurrencystringOptional
取款币种(客户入账币种)
txidstringOptional
交易id
Responses
200Success
application/json
post
/global/fund.app.CustomerProposalQueryService.queryWithdrawPageListPOST /api/global/fund.app.CustomerProposalQueryService.queryWithdrawPageList HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 170
{
"size": 1,
"current": 1,
"orders": [
{
"column": "text",
"asc": true
}
],
"startTime": 1,
"endTime": 1,
"withdrawType": 1,
"accountCurrency": "text",
"withdrawCurrency": "text",
"txid": "text"
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"records": [
{
"companyId": 1,
"customerId": 1,
"customerNo": "text",
"accountId": 1,
"id": 1,
"status": 1,
"createBy": "text",
"createTime": 1,
"updateBy": "text",
"updateTime": 1,
"tradeType": 1,
"proposalNo": "text",
"country": "text",
"accountCurrency": "text",
"withdrawCurrency": "text",
"amount": "text",
"rate": "text",
"withdrawFee": "text",
"finalAmount": "text",
"accountDeductAmount": "text",
"bankAccountName": "text",
"bankName": "text",
"displayBankName": "text",
"bankCardNo": "text",
"checkBy": "text",
"checkStatus": 1,
"transferStatus": 1,
"amlRet": 1,
"amlFailReasion": "text",
"remark": "text",
"withdrawType": 1,
"withdrawCoinStatus": 1,
"withdrawMethod": "text",
"blockchainName": "text",
"txid": "text",
"customerGroupId": 1,
"thirdMessage": "text",
"withdrawViewStatus": 1,
"transferRejectReason": "text"
}
],
"total": 1,
"size": 1,
"current": 1
},
"ok": true,
"fail": true
}Last updated