|
|
@@ -133,7 +133,7 @@ class PurchaseClass 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];
|
|
|
}
|