|
|
@@ -146,9 +146,9 @@ class Logistics
|
|
|
'country' => 'Malaysia', // 收件人国家 TODO: China
|
|
|
'state' => 'Johor', // self::province[$order['PROVINCE']], // 收件人省 Johor TODO:地名转拼音
|
|
|
'city' => Region::getCnName($order['CITY']) . $order['COUNTY'], // 收件市县
|
|
|
- 'post_code' => '140000', // 收件人邮政编码 TODO:
|
|
|
+ 'post_code' => $order['ZIP_CODE'], // 收件人邮政编码 TODO: '140000'
|
|
|
'address' => $order['ADDRESS'], // 送货地址
|
|
|
- 'consignee' => $order['CONSIGNEE'], // 收货人姓名
|
|
|
+ 'consignee' => $order['CONSIGNEE_REAL_NAME'], // 收货人姓名,使用订单中的收货人真实姓名
|
|
|
'telephone' => $order['MOBILE'], // 收件人电话号码
|
|
|
'products' => [
|
|
|
[
|