wesmiler vor 2 Wochen
Ursprung
Commit
41cc76e23c
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      app/Services/Api/OrderService.php

+ 1 - 0
app/Services/Api/OrderService.php

@@ -331,6 +331,7 @@ class OrderService extends BaseService
             'num' => $orderCount,
             'bd_score' => $bdScoreTotal, // 折扣后商品总价(不含运费)
             'profit_total' => $profitTotal, // 折扣后商品总价(不含运费)
+            'real_total' => moneyFormat($orderTotal + $bdScore,2), // 折扣后商品总价(不含运费)
             'pay_total' => $orderTotal, // 折扣后商品总价(不含运费)
             'pay_status' => $type==2? 30 : 10, // 折扣后商品总价(不含运费)
             'discount_point' => $discountPoint,