客户接口/客户银行卡管理
version=0.0.1 bizType=customer.app.WithdrawBankWebApiService.delete 登录之后可以访问
Body
idinteger · uint64Required
银行卡信息记录id
Responses
200Success
application/json
post
/global/customer.app.WithdrawBankWebApiService.deletePOST /api/global/customer.app.WithdrawBankWebApiService.delete HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 8
{
"id": 1
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"ok": true,
"fail": true,
"data": {}
}version=0.0.1 bizType=customer.app.WithdrawBankWebApiService.add 登录之后可以访问
Header parameters
companyIdstringOptionalExample:
{{company}}tokenstringOptionalExample:
{{LoginResult.data.token}}langstringOptionalExample:
en-UStracestringOptionalExample:
{{mock_trace}}versionstringOptionalExample:
0.0.1Body
countrystring · max: 50Required
国家
bankAccountNamestring · max: 80Optional
账户持有人姓名
bankCardNumberstring · max: 80Required
银行卡号
bankCurrencystring · max: 80Required
银行币种
bankNamestring · max: 80Required
银行名称
bankAddressstring · max: 200Required
银行开户地址
bankBranchstring · max: 200Required
银行支行
provincestring · max: 50Required
省
citystring · max: 50Required
市
bankCodestring · max: 50Required
银行代码
firstNamestring · max: 50Required
名
lastNamestring · max: 50Required
姓
Responses
200Success
application/json
post
/global/customer.app.WithdrawBankWebApiService.addPOST /api/global/customer.app.WithdrawBankWebApiService.add HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 235
{
"country": "text",
"bankAccountName": "text",
"bankCardNumber": "text",
"bankCurrency": "text",
"bankName": "text",
"bankAddress": "text",
"bankBranch": "text",
"province": "text",
"city": "text",
"bankCode": "text",
"firstName": "text",
"lastName": "text"
}200Success
{
"msg": "Success",
"fail": false,
"trace": "x-119n8w-7g776n0t-cl873p-81g4-1677651340",
"code": "0",
"data": null,
"bizCode": "",
"tm": 11140253,
"msgParams": null,
"ok": true
}version=0.0.1 bizType=customer.app.WithdrawBankWebApiService.addV1v2v8 登录之后可以访问
Header parameters
companyIdstringOptionalExample:
{{company}}tokenstringOptionalExample:
{{LoginResult.data.token}}langstringOptionalExample:
en-UStracestringOptionalExample:
{{mock_trace}}versionstringOptionalExample:
0.0.1Body
bankCurrencystring · max: 80Required
银行币种
bankNamestring · max: 80Required
银行名称
bankCodestring · max: 50Required
银行代码
firstNamestring · max: 50Required
名
lastNamestring · max: 50Required
姓
bankAccountstring · max: 32Optional
银行账号
swiftCodestring · max: 32Optional
swiftCode
otherCodestring · max: 32Optional
otherCode
provincestringOptional
省份编码
citystringOptional
城市编码
phonestringOptional
预留手机号
ext1stringOptional
身份证号
Responses
200Success
application/json
post
/global/customer.app.WithdrawBankWebApiService.addV1v2v8POST /api/global/customer.app.WithdrawBankWebApiService.addV1v2v8 HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 216
{
"bankCurrency": "text",
"bankName": "text",
"bankCode": "text",
"firstName": "text",
"lastName": "text",
"bankAccount": "text",
"swiftCode": "text",
"otherCode": "text",
"province": "text",
"city": "text",
"phone": "text",
"ext1": "text"
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {},
"ok": true,
"fail": true
}version=0.0.1 bizType=customer.app.WithdrawBankWebApiService.bankList 登录之后可以访问
Header parameters
companyIdstringOptionalExample:
{{company}}tokenstringOptionalExample:
{{LoginResult.data.token}}langstringOptionalExample:
en-UStracestringOptionalExample:
{{mock_trace}}versionstringOptionalExample:
0.0.1Body
bankAccountstringOptional
银行账号
bankCardNumberstringOptional
银行卡号
Responses
200Success
application/json
post
/global/customer.app.WithdrawBankWebApiService.bankListPOST /api/global/customer.app.WithdrawBankWebApiService.bankList HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"bankAccount": "text",
"bankCardNumber": "text"
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"companyId": 1,
"customerNo": "text",
"bankAccountName": "text",
"bankCardNumber": "text",
"bankCurrency": "text",
"bankName": "text",
"bankCode": "text",
"bankAddress": "text",
"bankBranch": "text",
"country": "text",
"province": "text",
"city": "text",
"firstName": "text",
"lastName": "text",
"bankAccount": "text",
"swiftCode": "text",
"otherCode": "text"
}
],
"ok": true,
"fail": true
}Last updated