|
@@ -684,6 +684,8 @@ class PurchaseController extends BaseController
|
|
|
$post['sendCost'] = bcadd($post['sendCost'] ?? 0, $sendCost, 2);
|
|
$post['sendCost'] = bcadd($post['sendCost'] ?? 0, $sendCost, 2);
|
|
|
$post['sendDistance'] = $sendDistance;
|
|
$post['sendDistance'] = $sendDistance;
|
|
|
|
|
|
|
|
|
|
+ noticeUtil::push("自定义运费计算:" . $sendCost . "|" . $post['sendCost'] . " distanceMeters:" . $distanceMeters . " config:" . json_encode($shCurrentConfig), '15280215347');
|
|
|
|
|
+
|
|
|
} else {
|
|
} else {
|
|
|
// 使用 DeliveryQuoteUtil 获取配送报价
|
|
// 使用 DeliveryQuoteUtil 获取配送报价
|
|
|
try {
|
|
try {
|