Commit 524a21dc by 孙龙

合同

parent 52d31465
......@@ -100,8 +100,7 @@ class OrderApiController extends BaseController
$params = $request->all();
$type = arrayGet($params, "type");
$order_id = 1;
$order_id = arrayGet($params, "order_id");
$orderAddressList = OrderService::getOrderAddress($order_id);
$orderAddressList = arrayChangeKeyByField($orderAddressList,"order_address_type");
$info["sn"] = OrderService::getSn($type);
......
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