|
@@ -685,11 +685,11 @@ 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;
|
|
|
-
|
|
|
|
|
|
|
+ Yii::info("打日志66668888");
|
|
|
noticeUtil::push("333333", '15280215347');
|
|
noticeUtil::push("333333", '15280215347');
|
|
|
noticeUtil::push("自定义运费计算:" . $sendCost . "|" . $post['sendCost'] . " distanceMeters:" . $distanceMeters, '15280215347');
|
|
noticeUtil::push("自定义运费计算:" . $sendCost . "|" . $post['sendCost'] . " distanceMeters:" . $distanceMeters, '15280215347');
|
|
|
noticeUtil::push("自定义运费计算:" . $sendCost . "|" . $post['sendCost'] . " distanceMeters:" . $distanceMeters . " config:" . json_encode($shCurrentConfig), '15280215347');
|
|
noticeUtil::push("自定义运费计算:" . $sendCost . "|" . $post['sendCost'] . " distanceMeters:" . $distanceMeters . " config:" . json_encode($shCurrentConfig), '15280215347');
|
|
|
-
|
|
|
|
|
|
|
+ Yii::info("打日志6666888899999");
|
|
|
} else {
|
|
} else {
|
|
|
// 使用 DeliveryQuoteUtil 获取配送报价
|
|
// 使用 DeliveryQuoteUtil 获取配送报价
|
|
|
try {
|
|
try {
|