{
"amountList": [
1000
],
"companyId": "60",
"productId": "61"
}curl --location --request POST 'https://getway.upfreework.com/openapi/v1/common/receive-amount/calc' \
--header 'appId;' \
--header 'appSign;' \
--header 'timeStamp;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"amountList": [
1000
],
"companyId": "60",
"productId": "61"
}'{
"code": 0,
"message": "成功",
"context": {
"amountList": [
{
"orderAmount": 1038.68,
"receivedAmount": 1000.0,
"taxAmount": 15.33
}
]
},
"traceId": "68907fb8016ba8aace2b99377f90a3a2",
"spanId": "bb3b76e733d3adf7"
}