|
@@ -600,7 +600,7 @@ class OrderService extends AlibabaAgentBaseService
|
|
600
|
|
600
|
|
|
601
|
// 提取可退款金额和可退运费(从订单详情中)
|
601
|
// 提取可退款金额和可退运费(从订单详情中)
|
|
602
|
// totalSuccessAmount: 实付款(分),carriage: 运费(分)
|
602
|
// totalSuccessAmount: 实付款(分),carriage: 运费(分)
|
|
603
|
- $applyPayment = (string)$orderDetail['result']['baseInfo']['totalAmount'] ?? 0;
|
|
|
|
|
|
603
|
+ $applyPayment = (string)$orderDetail['result']['baseInfo']['sumProductPayment'] ?? 0;
|
|
604
|
$applyCarriage = (string)$orderDetail['result']['baseInfo']['shippingFee'] ?? 0;
|
604
|
$applyCarriage = (string)$orderDetail['result']['baseInfo']['shippingFee'] ?? 0;
|
|
605
|
|
605
|
|
|
606
|
// 2. 调用退款原因查询API
|
606
|
// 2. 调用退款原因查询API
|