{
"file": {
"filename": "string",
"header": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"size": 0
},
"type": "string"
}curl --location --request POST 'https://api.gogpu.cn/common/GetBankList' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": {
"filename": "string",
"header": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"size": 0
},
"type": "string"
}'{
"code": 0,
"data": [
{
"ali_bank_code": "string",
"created_at": "string",
"id": 0,
"name": "string",
"updated_at": "string",
"wx_bank_code": "string"
}
],
"msg": "string"
}