Authorization: ********************
curl --location --request GET 'http://127.0.0.1:10086/order/api/paymentInfo/transfer?withdrawalId' \
--header 'Authorization;'
{
"status": "",
"message": "",
"data": {
"out_bill_no": "",
"transfer_bill_no": "",
"create_time": "",
"package_info": "",
"state": "",
"fail_reason": "",
"mchId": ""
}
}