|
|
@@ -40,14 +40,14 @@ class dict
|
|
|
['num' => 80, 'amount' => 0.65],
|
|
|
['num' => 100, 'amount' => 0.8],
|
|
|
],
|
|
|
- //重量计算标准,冷链物流中,40公斤以下小件,60公斤以下中件,100公斤以下大件
|
|
|
+ //重量计算标准,包括德邦、顺丰、冷链和航空。其中冷链物流,40公斤以下小件,60公斤以下中件,100公斤以下大件
|
|
|
// 'transCost' => [
|
|
|
// ['sign' => 0, 'perKiloCost' => 5],
|
|
|
// ['sign' => 1, 'perKiloCost' => 9],
|
|
|
// ['sign' => 2, 'option' => [['num' => 40, 'amount' => 50], ['num' => 60, 'amount' => 100], ['num' => 100, 'amount' => 200]]],
|
|
|
// ['sign' => 3, 'perKiloCost' => 4],
|
|
|
// ],
|
|
|
- //测试环境
|
|
|
+ //测试环境,德邦、顺丰、冷链和航空
|
|
|
'transCost' => [
|
|
|
['sign' => 0, 'perKiloCost' => 0.05],
|
|
|
['sign' => 1, 'perKiloCost' => 0.09],
|