Skip to content

Commit

Permalink
Merge pull request #22 from AilonHuang/patch-2
Browse files Browse the repository at this point in the history
支持联昊通快递
  • Loading branch information
uuk020 committed Dec 7, 2021
2 parents cedbee2 + eb9253f commit 163c55a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SupportLogistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ class SupportLogistics
'苏宁' => ['juhe' => 'suning', 'kuaidi100' => 'suning', 'kuaidibird' => 'SNWL'],
'九曳' => ['juhe' => 'jiuye', 'kuaidi100' => 'jiuyescm', 'kuaidibird' => 'JIUYE'],
'亚马逊' => ['juhe' => '', 'kuaidi100' => '', 'kuaidibird' => 'AMAZON'],
'环球速运' => ['juhe' => '', 'kuaidi100' => '', 'kuaibird' => 'HQSY'],
'环球速运' => ['juhe' => '', 'kuaidi100' => '', 'kuaidibird' => 'HQSY'],
'联昊通' => ['juhe' => '', 'kuaidi100' => 'lianhaowuliu', 'kuaidibird' => 'LHT'],
];

/**
Expand Down

0 comments on commit 163c55a

Please sign in to comment.