shish 2 giorni fa
parent
commit
60dec4f2bd
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app-hd/controllers/PurchaseController.php

+ 2 - 2
app-hd/controllers/PurchaseController.php

@@ -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 {