{
"orderId": "string",
"returnReasonId": "string",
"returnReason": "string",
"returnMessage": "string",
"returnCash": 0,
"returnVoucher": [
"string"
],
"token": "string",
"applyReturnGoods": [
{
"orderGoodsNum": "string",
"orderGoodsPrice": "string",
"orderGoodsId": "string",
"orderGoodsName": "string",
"orderGoodsPic": "string",
"orderGoodsAmount": 0,
"shippingFee": 0,
"totalGoodsShippingFee": 0,
"orderGoodsPaymentAmount": 0
}
]
}curl --location --request POST '/order/return/calculate/price' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"returnReasonId": "string",
"returnReason": "string",
"returnMessage": "string",
"returnCash": 0,
"returnVoucher": [
"string"
],
"token": "string",
"applyReturnGoods": [
{
"orderGoodsNum": "string",
"orderGoodsPrice": "string",
"orderGoodsId": "string",
"orderGoodsName": "string",
"orderGoodsPic": "string",
"orderGoodsAmount": 0,
"shippingFee": 0,
"totalGoodsShippingFee": 0,
"orderGoodsPaymentAmount": 0
}
]
}'{
"code": 0,
"message": "",
"data": {}
}