|
|
@@ -128,6 +128,7 @@ class Logistics
|
|
|
'sender_post_code' => '47620', // 发件人邮政编码
|
|
|
'sender_address' => '11, 2nd Floor, Jalan TP5, Taman Perindustrian UEP, Subang Jaya', // 发件人地址
|
|
|
'sender_telephone' => '0380210088', // 发件人电话号码
|
|
|
+ 'volumetric_details' => '300ML', // 容量
|
|
|
];
|
|
|
|
|
|
$products = [];
|
|
|
@@ -139,6 +140,7 @@ class Logistics
|
|
|
'quantity' => $item['BUY_NUMS'], // 产品数量
|
|
|
'total_price' => number_format(100, 2, '.', ''), // 订单总金额,Decimal 方便通关,固定100马币
|
|
|
'currency_code' => 'MYR', // 产品的货币代码. 如USD(美元),MYR(马来西亚林吉特),SGD(新加坡元),CNY(人民币)
|
|
|
+ 'supplier' => 'MRT', // 品牌
|
|
|
];
|
|
|
}
|
|
|
$request['products'] = $products;
|