{
"orderId": "string"
}
curl --location --request POST 'https://openapi.wanshifu.com/user-open/order/costDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string"
}'
{
"retCode": "string",
"retData": {
"addAmount": 0,
"couponsAmount": 0,
"createAccount": "string",
"logisticAmount": 0,
"logisticsNo": "string",
"orderAmount": 0,
"orderContactName": "string",
"orderId": 0,
"orderNo": "string",
"orderStatus": "string",
"rateAwardAmount": 0,
"rateAwardStatus": "string",
"realPayAmount": 0,
"refundAmount": 0,
"securityAmount": 0
},
"retMsg": "string"
}