|
|
@@ -345,6 +345,7 @@ class OrderController extends BaseController
|
|
|
$distance = $result['distance'] ?? 0;
|
|
|
$sendCost = bcdiv($fee, 100, 2);
|
|
|
$post['sendCost'] = $sendCost;
|
|
|
+ $post['sendDistance'] = $distance;
|
|
|
noticeUtil::push("运费:{$sendCost} 重量:{$totalWeight} 距离:{$distance} 姓名:{$customName} 手机号 {$customMobile} 经纬 {$originalLng} {$originalLat} 金额:{$modifyPrice} 数量:{$totalNum}", '15280215347');
|
|
|
$modifyPrice = bcadd($modifyPrice, $sendCost, 2);
|
|
|
}
|