|
|
@@ -367,7 +367,7 @@ class OrderController extends BaseController
|
|
|
$sendCost = bcdiv($fee, 100, 2);
|
|
|
$post['sendCost'] = $sendCost;
|
|
|
$post['sendDistance'] = $distance;
|
|
|
- noticeUtil::push("散客下单,获取运费:{$sendCost} 重量:{$totalWeight} 距离:{$distance} 姓名:{$customName} 手机号 {$customMobile} 经纬 {$originalLng} {$originalLat} 金额:{$modifyPrice} 数量:{$totalNum}", '15280215347');
|
|
|
+ noticeUtil::push("零售订单,获取运费:{$sendCost} 重量:{$totalWeight} 距离:{$distance} 姓名:{$customName} 手机号 {$customMobile} 经纬 {$originalLng} {$originalLat} 金额:{$modifyPrice} 数量:{$totalNum}", '15280215347');
|
|
|
$modifyPrice = bcadd($modifyPrice, $sendCost, 2);
|
|
|
}
|
|
|
|
|
|
@@ -565,7 +565,7 @@ class OrderController extends BaseController
|
|
|
if ($goodsInfo->freightType == 1) {
|
|
|
$sendCost = 0;
|
|
|
}
|
|
|
- noticeUtil::push("散客下单!获取运费:{$sendCost} 重量:{$totalWeight} 距离:{$sendDistance} 姓名:{$customName} 手机号 {$customMobile} 经纬 {$originalLng} {$originalLat} 金额:{$goodsPrice} 数量:{$goodsNum}", '15280215347');
|
|
|
+ noticeUtil::push("零售订单!获取运费:{$sendCost} 重量:{$totalWeight} 距离:{$sendDistance} 姓名:{$customName} 手机号 {$customMobile} 经纬 {$originalLng} {$originalLat} 金额:{$goodsPrice} 数量:{$goodsNum}", '15280215347');
|
|
|
}
|
|
|
$post['sendDistance'] = $sendDistance;
|
|
|
$post['sendCost'] = $sendCost;
|