Funds/Deposit
bizType=fund.app.DepositAppDubboService.applyRechargeBindAddress Apply for Binding Direct Recharge Payment Wallet Address Accessible after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Customer group ID
Payment Channel Code
Payment Channel Type
Payment merchant number
Payment channel client type pc, mobile
Account Currency Code
Chain Name
Country (Country where the customer account is opened)
Extended Fields
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.applyRechargeBindAddress HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 220
{
"customerGroupId": 1,
"paymentChannelCode": "text",
"paymentChannelType": "text",
"paymentMerchantNo": "text",
"paymentChannelClientType": "text",
"accountCurrency": "text",
"blockchainName": "text",
"country": "text",
"extend": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"paymentCode": "text",
"currency": "text",
"blockchainName": "text",
"address": "text",
"expireTime": 1
},
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.markOpenCardDepositRate Mark the exchange rate for opening card fee deposit Login required to access
Deposit exchange rate serial number
Payment currency
Chain Name
Receiving address
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
Data Body
POST /api/global/fund.app.DepositAppDubboService.markOpenCardDepositRate HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 96
{
"depositRateSerialNo": "text",
"paymentCurrency": "text",
"blockchainName": "text",
"address": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": true,
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.prePaymentOrder version=0.0.1 Prepayment order information, the order information will only be saved for 15 minutes, when paying the order, you need to pass the result returned by this interface and enter the orderNo. Access after login
Deposit order extended field information
Module identifier code, the service module that the current request will ultimately process, can be empty
Status return code, code=0, indicates the current request operation is successful, other codes indicate operation failure
Status description
Processing time (milliseconds)
Global link flag, consistent with the trace in the request header, for easy problem location
Placeholder parameter string in the return status description, multiple parameters separated by commas, used to handle variable information in the status description, providing a user-friendly interactive experience
Response body, deposit unique identifier, valid for 15 minutes.
Operation success, true=success, false=failure
Operation failure, true=success, false=failure
POST /api/global/fund.app.DepositAppDubboService.prePaymentOrder HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"extend": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": "text",
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.capitalTransfer Transfer of funds between different gameplay with the same assets Access after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Account ID
Account Decimal Places
Transfer to Account Gameplay
Transfer to Account ID
Transfer to customer number
Transfer to Account Decimal Places
amount
Currency for transfer
POST /api/global/fund.app.DepositAppDubboService.capitalTransfer HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 134
{
"accountId": 1,
"accountDigit": 1,
"toTradeType": 1,
"toAccountId": 1,
"toCustomerNo": "text",
"toAccountDigit": 1,
"amount": 1,
"currency": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"ok": true,
"fail": true,
"data": {
"surplusAmount": "text"
}
}bizType=fund.app.DepositAppDubboService.capitalTransferForAgent Transfer of the same assets and funds between different gameplay Accessible after login
{{company}}{{LoginResult.data.token}}en-US{{mock_trace}}0.0.1Account gameplay, fixed value 7
Transfer to customer number
Sliding amount
Transfer out currency
POST /api/global/fund.app.DepositAppDubboService.capitalTransferForAgent HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 71
{
"tradeType": 7,
"toCustomerNo": "86021560",
"amount": 100,
"currency": "HKD"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"ok": true,
"fail": true,
"data": {
"surplusAmount": "text"
}
}bizType=fund.app.DepositAppDubboService.capitalTransferRecord Query capital transfer records Accessible after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Number of Items per Page
Current Page
Download type 1: direct download, 2: asynchronous download
Start Time
End Time
Play Type Identifier
Asset Id
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.capitalTransferRecord HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 92
{
"size": 1,
"current": 1,
"downloadType": 1,
"startTime": 1,
"endTime": 1,
"tradeType": 1,
"assetsId": 1
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"records": [
{
"outAccountId": 1,
"outCurrencyCode": "text",
"outTradeType": 1,
"outAmount": "text",
"inAccountId": 1,
"inCurrencyCode": "text",
"inTradeType": 1,
"inAmount": "text",
"createTime": "text"
}
],
"total": 1,
"size": 1,
"current": 1
},
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.capitalTransferSupportDiffCurr Asset fund transfer Accessible after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Transfer to Account Gameplay
Transfer out Account Decimal Places
Transfer out Account Gameplay
Transfer to Account ID
Transfer to customer number
Transfer to Account Decimal Places
Sliding amount
Transfer out currency
Transfer to Currency
POST /api/global/fund.app.DepositAppDubboService.capitalTransferSupportDiffCurr HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 154
{
"tradeType": 1,
"accountDigit": 1,
"toTradeType": 1,
"toAccountId": 1,
"toCustomerNo": "text",
"toAccountDigit": 1,
"amount": 1,
"currency": "text",
"toCurrency": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"ok": true,
"fail": true,
"data": {
"surplusAmount": "text"
}
}bizType=fund.app.DepositAppDubboService.createDepositProposal Create Deposit Proposal Accessible after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Account ID
Game type
Customer group ID
Deposit Fee Rate Serial Number
Deposit Currency Code
Chain name, data dictionary configuration, payment method is digital wallet, display the corresponding chain name (also known as transfer network), such as Omin, ERC20, TRC20
Account Currency Code
Exchange Rate
Payment Channel Code
Payment Channel Type
Payment merchant number
Payment channel client type pc, mobile
Account Deposit Amount
Request Amount to Third Party, some payment channels require: PayRedeem
Country (Country where the customer account is opened)
Advertising Source (Customer Account Opening Channel Code)
Deposit Source, values: H5, H5_Android, H5_IOS, PCUI_Windows, PCUI_Mac, APP_Android, APP_IOS
Front-end callback address
YUL1 Address
Extended Fields
Withdrawal Bank Code
Payment Channel Payment Type
Third-party account
Remarks
Network Chain ID
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.createDepositProposal HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 537
{
"accountId": 1,
"tradeType": 1,
"customerGroupId": 1,
"depositRateSerialNo": "text",
"paymentCurrency": "text",
"blockchainName": "text",
"accountCurrency": "text",
"exchangeRate": 1,
"paymentChannelCode": "text",
"paymentChannelType": "text",
"paymentMerchantNo": "text",
"paymentChannelClientType": "text",
"depositAmount": 1,
"thirdAmount": 1,
"country": "text",
"channelCode": "text",
"depositFrom": "text",
"callbackUrl": "text",
"showUrl": "text",
"extend": "text",
"bankCode": "text",
"paymentChannelPayType": "text",
"thirdAccount": "text",
"remark": "text",
"chainId": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"submitType": "text",
"url": "text",
"contentType": "text",
"data": "text",
"proposalNo": "text",
"browserOpenUrl": "text",
"amount": "text",
"currency": "text",
"toAddress": "text",
"expireTime": 1,
"apiKey": "text",
"paymentChannelCode": "text"
},
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.getBindRechargeAddress Query direct recharge payment wallet address Accessible after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Customer group ID
Payment Channel Code
Payment Channel Type
Payment merchant number
Payment channel client type pc, mobile
Account Currency Code
Chain Name
Country (Country where the customer account is opened)
Extended Fields
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.getBindRechargeAddress HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 220
{
"customerGroupId": 1,
"paymentChannelCode": "text",
"paymentChannelType": "text",
"paymentMerchantNo": "text",
"paymentChannelClientType": "text",
"accountCurrency": "text",
"blockchainName": "text",
"country": "text",
"extend": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"paymentCode": "text",
"currency": "text",
"blockchainName": "text",
"address": "text",
"expireTime": 1
},
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.getDepositCoinList Get direct top-up payment channel supported currency information Accessible after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Payment channel code
Payment currency
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.getCryptoBlockchainInfo HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"tradeType": 1,
"paymentCode": "text",
"currency": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"paymentCode": "text",
"currency": "text",
"blockchainList": [
"text"
]
},
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.getDepositAccountCurrencyList Get the list of account currency information supported by the payment channel Accessible after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Game type
Customer group ID
Payment channel supports terminal types pc, mobile
Customer opening country code
Payment channel code
Recharge method
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.getDepositAccountCurrencyList HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 115
{
"tradeType": 1,
"customerGroupId": 1,
"clientType": "text",
"country": "text",
"paymentCode": "text",
"rechargeType": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"customerGroupId": 1,
"paymentCode": "text",
"paymentType": "text",
"paymentTypeAlias": "text",
"clientType": "text",
"accountCurrency": "text",
"singleLowAmount": 1,
"singleHighAmount": 1,
"singleCheckLowAmount": 1,
"feeType": 1,
"fee": 1,
"rechargeType": "text"
}
],
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.getDepositAccountCurrencyListV2 Query the supported recharge account currency and chain information for payment channels Access after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Game type
Customer group ID
Payment channel supports terminal types pc, mobile
Customer opening country code
Payment Channel Code, multiple channel codes
Payment channel type, multiple type codes
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.getDepositAccountCurrencyListV2 HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 116
{
"tradeType": 1,
"customerGroupId": 1,
"clientType": "text",
"country": "text",
"paymentCodes": "text",
"paymentTypes": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"clientType": "text",
"accountCurrency": "text",
"blockchainNameList": [
"text"
]
}
],
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.getDepositCoinList Get a list of deposit currencies supported by customers Accessible after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Game type
Customer group ID
Payment channel supports terminal types pc, mobile
Customer opening country code
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
Data Body
POST /api/global/fund.app.DepositAppDubboService.getDepositCoinList HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 72
{
"tradeType": 1,
"customerGroupId": 1,
"clientType": "text",
"country": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
"text"
],
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.getDepositExchangeRate Get deposit currency exchange rate Access after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Payment Currency Code
Account Currency Code
Payment channel code
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.getDepositExchangeRate HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
token: text
Content-Type: application/json
Accept: */*
Content-Length: 72
{
"paymentCurrency": "text",
"accountCurrency": "text",
"channelCode": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"paymentCurrency": "text",
"accountCurrency": "text",
"channelCode": "text",
"depositRateSerialNo": "text",
"exchangeRate": "text",
"formulaSymbol": "text",
"sourceDigits": "text",
"targetDigits": "text"
},
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.getPayChannels Get payment channel information When version=0.0.1, accountCurrency and rechargeType will be used as query filter conditions in the request parameters When version=0.0.2, accountCurrency will be used as query filter conditions in the request parameters Login required to access
0.0.1{{company}}{{mock_trace}}zh-CN{{token}}Game type
Customer group ID
Payment channel code
Payment channel supports terminal types pc, mobile
Payment currency code
Account currency code
Customer opening country code
Recharge Method, 1: Direct Recharge, 2: Remittance
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.getPayChannels HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
token: text
Content-Type: application/json
Accept: */*
Content-Length: 165
{
"tradeType": 1,
"customerGroupId": 1,
"paymentCode": "text",
"clientType": "text",
"paymentCurrency": "text",
"accountCurrency": "text",
"country": "text",
"rechargeType": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"tradeType": 1,
"customerGroupId": 1,
"paymentCode": "text",
"paymentType": "text",
"paymentTypeAlias": "text",
"clientType": "text",
"paymentCurrency": "text",
"merchantNo": "text",
"channelConvertRate": true,
"openTime": "text",
"accountCurrency": "text",
"accountCurrencyDigit": 1,
"singleLowAmount": 1,
"singleHighAmount": 1,
"singleCheckLowAmount": 1,
"feeType": 1,
"fee": 1,
"sort": 1,
"extend": {
"ANY_ADDITIONAL_PROPERTY": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"rechargeType": "text",
"limitConfigList": [
{
"id": 1,
"companyId": 1,
"depositBaseConfigId": 1,
"accountCurrency": "text",
"singleLowAmount": 1,
"singleHighAmount": 1,
"singleCheckLowAmount": 1,
"feeType": 1,
"fee": 1,
"rechargeType": "text"
}
]
}
],
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.getPayChannelsV2 Get payment channel information without filtering account currency and recharge method accountCurrency and rechargeType will not be used as query filtering conditions Accessible after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Game type
Customer group ID
Payment channel code
Payment channel supports terminal types pc, mobile
Payment currency code
Account currency code
Customer opening country code
Recharge Method, 1: Direct Recharge, 2: Remittance
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.getPayChannelsV2 HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 165
{
"tradeType": 1,
"customerGroupId": 1,
"paymentCode": "text",
"clientType": "text",
"paymentCurrency": "text",
"accountCurrency": "text",
"country": "text",
"rechargeType": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"tradeType": 1,
"customerGroupId": 1,
"paymentCode": "text",
"paymentType": "text",
"paymentTypeAlias": "text",
"clientType": "text",
"paymentCurrency": "text",
"merchantNo": "text",
"channelConvertRate": true,
"openTime": "text",
"accountCurrency": "text",
"accountCurrencyDigit": 1,
"singleLowAmount": 1,
"singleHighAmount": 1,
"singleCheckLowAmount": 1,
"feeType": 1,
"fee": 1,
"sort": 1,
"extend": {
"ANY_ADDITIONAL_PROPERTY": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"rechargeType": "text",
"limitConfigList": [
{
"id": 1,
"companyId": 1,
"depositBaseConfigId": 1,
"accountCurrency": "text",
"singleLowAmount": 1,
"singleHighAmount": 1,
"singleCheckLowAmount": 1,
"feeType": 1,
"fee": 1,
"rechargeType": "text"
}
]
}
],
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.getPayChannelsV3 Get payment channel information filtering account currency and chain name Access after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Game type
Customer group ID
Payment channel supports terminal types pc, mobile
Account currency code
Connection name
Customer opening country code
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.getPayChannelsV3 HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 121
{
"tradeType": 1,
"customerGroupId": 1,
"clientType": "text",
"accountCurrency": "text",
"blockchainName": "text",
"country": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"tradeType": 1,
"customerGroupId": 1,
"paymentCode": "text",
"paymentType": "text",
"paymentTypeAlias": "text",
"clientType": "text",
"paymentCurrency": "text",
"merchantNo": "text",
"channelConvertRate": true,
"openTime": "text",
"sort": 1,
"extend": {
"ANY_ADDITIONAL_PROPERTY": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"rechargeType": "text",
"limitConfigList": [
{
"id": 1,
"companyId": 1,
"depositBaseConfigId": 1,
"accountCurrency": "text",
"singleLowAmount": "text",
"singleHighAmount": "text",
"singleCheckLowAmount": "text",
"feeType": 1,
"fee": "text",
"rechargeType": "text"
}
]
}
],
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.getPayStatus Query encrypted cryptocurrency payment status Access after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Account Currency Code
Channel code
Chain Name
Payment address
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.getPayStatus HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
token: text
Content-Type: application/json
Accept: */*
Content-Length: 88
{
"accountCurrency": "text",
"channelCode": "text",
"blockchainName": "text",
"address": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"accountCurrency": "text",
"channelCode": "text",
"blockchainName": "text",
"address": "text",
"tradeStatus": 1,
"txId": "text",
"amount": "text",
"proposalNo": "text"
},
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.judgeIsAlreadyDeposit Determine whether the user has deposited Accessible after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
Data Body
POST /api/global/fund.app.DepositAppDubboService.judgeIsAlreadyDeposit HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 2
{}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": true,
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.manualLoan Manual loan Accessible after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Game type
Account currency
Amount
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
Data Body
POST /api/global/fund.app.DepositAppDubboService.manualLoan HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"tradeType": 1,
"accountCurrency": "text",
"amount": 1
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {},
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.manualRepayment Manual Repayment Access after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Game type
Account currency
Amount
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
Data Body
POST /api/global/fund.app.DepositAppDubboService.manualRepayment HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"tradeType": 1,
"accountCurrency": "text",
"amount": 1
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {},
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.queryDepositProposal Query Deposit Proposal Access after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Game type
Proposal number
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService/queryDepositProposal HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 35
{
"tradeType": 1,
"proposalNo": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"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"
},
"ok": true,
"fail": true
}bizType=fund.app.DepositAppDubboService.queryPayChannelType Query payment types for third-party payment channels Access after login
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Country Code
Payment channel code
Payment channel type
Payment merchant number
Payment channel client type pc, mobile
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.DepositAppDubboService.queryPayChannelType HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 135
{
"country": "text",
"paymentChannelCode": "text",
"paymentChannelType": "text",
"paymentMerchantNo": "text",
"paymentChannelClientType": "text"
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"name": "text",
"code": "text"
}
],
"ok": true,
"fail": true
}Last updated