From 466442976106121ce1133c73091631ad42731dc7 Mon Sep 17 00:00:00 2001 From: ZweiCD <416931358@qq.com> Date: Thu, 27 Aug 2020 14:48:15 +0800 Subject: [PATCH] update --- src/WmsStrategy.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/WmsStrategy.php b/src/WmsStrategy.php index a770890..76e6208 100644 --- a/src/WmsStrategy.php +++ b/src/WmsStrategy.php @@ -106,6 +106,19 @@ class WmsStrategy return $skuTotalWeight; } + /** + * 根据商品重量区分bc单,返回可选择的物流快递 + * @param string $province + * @param string $weight + * @return array + */ + public function getLogistics($province, $weight) + { + $expressChooseConf = require(dirname(dirname(__FILE__)) . '/config/express_choose.php'); + $type = self::getOrderType($province, $weight, $expressChooseConf); + return $expressChooseConf['logistics'][$type]; + } + /** * 选择物流公司 * @param string $province