Authorization: Bearer ********************
{
"amount": "1",
"vertCode": "123456",
"agreement": false,
"invoiceUrl": "https://dev-skytop.oss-cn-chengdu.aliyuncs.com/withdraw/invoice/2023-1023-2010-f3b487ed-web.png",
"invoiceType": 1,
"invoiceMedium": 1,
"taxRate": 0,
"payeeAccount": "",
"certName": "",
"accountNo": "5115 1118 5013 0013 56131",
"accountName": "成都鼎天莱通信技术有限公司",
"accountBank": "交通银行股份有限公司成都厂北路支行"
}
curl --location --request POST '/api/order/finance/withdraw_apply_company' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "1",
"vertCode": "123456",
"agreement": false,
"invoiceUrl": "https://dev-skytop.oss-cn-chengdu.aliyuncs.com/withdraw/invoice/2023-1023-2010-f3b487ed-web.png",
"invoiceType": 1,
"invoiceMedium": 1,
"taxRate": 0,
"payeeAccount": "",
"certName": "",
"accountNo": "5115 1118 5013 0013 56131",
"accountName": "成都鼎天莱通信技术有限公司",
"accountBank": "交通银行股份有限公司成都厂北路支行"
}'
{"code":500,"message":"rpc error: code = Unknown desc = 检测验证码错误"}