shish 3 жил өмнө
parent
commit
653656d967

+ 1 - 1
biz-mall/order/classes/OrderClass.php

@@ -118,7 +118,7 @@ class OrderClass extends BaseClass
 
         $showDistance = sprintf("%.1f", ($distance / 1000));
 
-        noticeUtil::push("零售商城 距离:{$distance} {$showDistance} 重量:{$weight} 费用:{$totalFee}", '15280215347');
+        //noticeUtil::push("零售商城 距离:{$distance} {$showDistance} 重量:{$weight} 费用:{$totalFee}", '15280215347');
 
         return ['distance' => $distance, 'showDistance' => $showDistance, 'fee' => $totalFee];
     }