{
"apiCode": "cgs_jobApplication",
"acb210": "10000006",
"acc04u": "2",
"q_aac003": "王五",
"aae005": "15228804567"
}
curl --location --request POST 'http://127.0.0.1:8081/ta404/api/business/getData.do' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiCode": "cgs_jobApplication",
"acb210": "10000006",
"acc04u": "2",
"q_aac003": "王五",
"aae005": "15228804567"
}'
{
"code": 200,
"requestId": "9f6cefd0-41da-4dc5-b847-0b10cb7da688",
"data": {
"data": {
"acc300": 10000241
}
},
"errors": [],
"serviceSuccess": true,
"redirectUrl": null
}