Commit 169ff10b by 孙龙

订单管理

parent d92c582b
...@@ -90,6 +90,7 @@ class OrderApiController extends BaseController ...@@ -90,6 +90,7 @@ class OrderApiController extends BaseController
"order_amount"=>decimal_number_format_usd($orderInfo["order_amount"]), "order_amount"=>decimal_number_format_usd($orderInfo["order_amount"]),
"return_order_amount"=>$returnAmount, "return_order_amount"=>$returnAmount,
"return_order_amount_format"=>decimal_number_format_usd($returnAmount), "return_order_amount_format"=>decimal_number_format_usd($returnAmount),
"order_remark"=>$orderInfo["order_remark"],
],"count"=>count($orderInfo["orderItemList"] )]); ],"count"=>count($orderInfo["orderItemList"] )]);
} }
......
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