Ver Fonte

运费计算

shish há 3 anos atrás
pai
commit
c702b25ab8
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      common/components/dict.php

+ 2 - 1
common/components/dict.php

@@ -25,7 +25,7 @@ class dict
             //顺丰
             'sh' => 1,
             //冷链
-            'ls' => 2,
+            'll' => 2,
             //航空
             'hk' => 3,
             //到付
@@ -37,6 +37,7 @@ class dict
             ['sign' => 1, 'perKiloCost' => 9],
             ['sign' => 2, 'option' => [['num' => 40, 'amount' => 50], ['num' => 60, 'amount' => 100], ['num' => 100, 'amount' => 200]]],
             ['sign' => 3, 'perKiloCost' => 4],
+            ['sign' => 4, 'perKiloCost' => 0],
         ],
         //默认开启订阅消息
         'subscribeMessage' => 1,