浏览代码

获取运费

shish 10 月之前
父节点
当前提交
5e8b114ffb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      biz-hd/purchase/classes/PurchaseClass.php

+ 1 - 1
biz-hd/purchase/classes/PurchaseClass.php

@@ -481,7 +481,7 @@ class PurchaseClass extends BaseClass
         $fee = $result['est_fee'] ?? 0;
         $totalFee = sprintf("%.1f", ($fee / 100));
 
-        noticeUtil::push("批发订单,获取运费:{$totalFee} 重量:{$weight} 距离:{$showDistance} 客户名:{$customMobile} 手机号 {$customMobile} 经纬 {$shopLong} {$shopLat} 金额:{$price} 数量:{$packageNum}", '15280215347');
+        //noticeUtil::push("批发订单,获取运费:{$totalFee} 重量:{$weight} 距离:{$showDistance} 客户名:{$customMobile} 手机号 {$customMobile} 经纬 {$shopLong} {$shopLat} 金额:{$price} 数量:{$packageNum}", '15280215347');
 
         return ['distance' => $distance, 'showDistance' => $showDistance, 'fee' => $totalFee];
     }