{
"action": "asynresult",
"nsrsbh": "string",
"data": {
"requestId": "string"
}
}
curl --location --request POST 'http://prod-cn.your-api-server.com/v2/invoice/qdfp/asynResult' \
--header 'access_token: {{access_token}}' \
--header 'access_token;' \
--header 'req_date: {{req_date}}' \
--header 'req_date;' \
--header 'req_sign: {{req_sign}}' \
--header 'req_sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "asynresult",
"nsrsbh": "string",
"data": {
"requestId": "string"
}
}'
{
"data": {
"execStatus": 0,
"returnCode": "string",
"returnMsg": "string",
"returnBody": {},
"notify": {
"notifyCode": "string",
"notifyMsg": "string"
},
"request": {
"requestId": "string",
"requestTime": 0,
"bizType": "string",
"action": "string",
"nsrsbh": "string",
"ly_ddbh": "string"
}
}
}