curl --location --request POST 'https://api.qugongbao.com/gst-api/api/tax/out/calc/sync' \
--header 'Content-Type: application/json' \
--data-raw '{
"aggOrgId": "string",
"custNo": "string",
"taskid": "string",
"batchid": "string",
"skssq": "string",
"member_list": [
{
"name": "string",
"zzlx": "string",
"id_card": "string",
"amount": 0
}
]
}'{
"code": "",
"msg": "",
"reqNo": "",
"signType": "",
"signValue": "",
"encKey": "",
"reqtype": "",
"batchid": "",
"traceId": "",
"check_result": {
"skssq": "",
"records": [
{
"name": "",
"zzlx": "",
"id_card": "",
"check_status": 0,
"amount": "",
"real_amount": "",
"check_result": "",
"tax_income_amount": 0.0
}
]
}
}