深茂订单详情

parent 3e5f4002
Showing with 2 additions and 0 deletions
...@@ -404,6 +404,8 @@ class OrderService ...@@ -404,6 +404,8 @@ class OrderService
"paid_time"=>timeToDate($orderInfo["pay_time"]), //支付时间 "paid_time"=>timeToDate($orderInfo["pay_time"]), //支付时间
"delivered_time"=>timeToDate($orderInfo["shipping_time"]), //发货时间 "delivered_time"=>timeToDate($orderInfo["shipping_time"]), //发货时间
"received_time"=>"", //收货时间 "received_time"=>"", //收货时间
"cancel_time"=>timeToDate($orderInfo["cancel_time"]), //订单取消时间
"finish_time"=>"", //交易成功时间
"shipping"=>\Arr::get($priceArr,3,0), //运费 "shipping"=>\Arr::get($priceArr,3,0), //运费
"payment_surcharge"=>\Arr::get($priceArr,5,0), //支付手续费 "payment_surcharge"=>\Arr::get($priceArr,5,0), //支付手续费
"merchandise_total"=>$merchandise_total, //商品总额 "merchandise_total"=>$merchandise_total, //商品总额
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment