[
{
"userUuid": "26327"
}
]
curl --location --request POST 'http://staging-gateway.noprod.xwsoft.com.cn/kjtb/gaia-app-b2b-runtime/b2b_trade/api/trantor/flow/b2b_trade_QueryBankAccountFlow' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"userUuid": "26327"
}
]'
{
"res": [
{
"@id": "@id:f011f417-639c-402c-aaa8-0efa14656990",
"accountName": "南京阿阿有限公司",
"accountNumber": "509257951317",
"bankName": "中国银行股份有限公司",
"branchName": "中国银行",
"sellerMerchantCode": "xxxxx",
"isDefault": true
}
],
"code": 200,
"success": true
}