订单费用明细查询
POST
/order/costDetail
请求参数
Body 参数application/json
orderId
string
必需
示例
{
"orderId": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/order/costDetail' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
retCode
string
必需
retData
object
必需
addAmount
number
增加费用
couponsAmount
number
现金券金额
createAccount
string
下单账号
logisticAmount
number
代付运费
logisticsNo
string
物流运单号
orderAmount
number
订单金额
orderContactName
string
订单联系人姓名
orderId
integer
订单id
orderNo
string
订单编号
orderStatus
string
订单状态
wait_appoint-待指派服务商,
wait_pay-待托管费用,
wait_serve_complete-待服务完成,
serve_complete-服务完成,
finish-订单完成,
stop-订单关闭
rateAwardAmount
number
好评返现金额
rateAwardStatus
string
好评返现状态
realPayAmount
number
订单实际支付费用
refundAmount
number
退款金额
securityAmount
number
服务保障金金额
retMsg
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"
}
修改于 2023-04-01 08:37:13