kevin_zhangl vor 2 Jahren
Ursprung
Commit
28d6ec7cab
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      common/helpers/Logistics.php

+ 1 - 1
common/helpers/Logistics.php

@@ -141,7 +141,7 @@ class Logistics
                 'total_price' => number_format(100, 2, '.', ''),    // 订单总金额,Decimal 方便通关,固定100马币
                 'total_price' => number_format(100, 2, '.', ''),    // 订单总金额,Decimal 方便通关,固定100马币
                 'currency_code' => 'MYR',  // 产品的货币代码. 如USD(美元),MYR(马来西亚林吉特),SGD(新加坡元),CNY(人民币)
                 'currency_code' => 'MYR',  // 产品的货币代码. 如USD(美元),MYR(马来西亚林吉特),SGD(新加坡元),CNY(人民币)
                 'supplier' => 'MRT',    // 品牌
                 'supplier' => 'MRT',    // 品牌
-                'remark' => '规格:300ML', // 备注:规格
+                'remark' => '300ML', // 备注:规格
             ];
             ];
         }
         }
         $request['products'] = $products;
         $request['products'] = $products;