|
|
@@ -685,7 +685,8 @@ class PurchaseController extends BaseController
|
|
|
$post['sendCost'] = bcadd($post['sendCost'] ?? 0, $sendCost, 2);
|
|
|
$post['sendDistance'] = $sendDistance;
|
|
|
|
|
|
-
|
|
|
+ noticeUtil::push("333333", '15280215347');
|
|
|
+ noticeUtil::push("自定义运费计算:" . $sendCost . "|" . $post['sendCost'] . " distanceMeters:" . $distanceMeters, '15280215347');
|
|
|
noticeUtil::push("自定义运费计算:" . $sendCost . "|" . $post['sendCost'] . " distanceMeters:" . $distanceMeters . " config:" . json_encode($shCurrentConfig), '15280215347');
|
|
|
|
|
|
} else {
|