Commit 113a3cd6 authored by wwccw0591's avatar wwccw0591

pc

parent 7a45d5e4
......@@ -581,8 +581,11 @@ class OrderServiceModel extends \Business\AbstractModel
'reciverName' => $this->orderCommon['reciverName'],
'mobPhone' => $reciverInfo['mob_phone'],
'street' => $reciverInfo['street'],
'lng'=>$reciverInfo['lng'],
'lat'=>$reciverInfo['lat'],
'subAddress' => isset($reciverInfo['sub_address']) ? $reciverInfo['sub_address'] : '',
'orderGoods' => $orderGoods,
'shippingFee'=>$this->order['shippingFee'],
);
return $returnData;
......
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 to comment