|
|
@@ -684,7 +684,7 @@ class PurchaseController extends BaseController
|
|
|
$post['sendCost'] = bcadd($post['sendCost'] ?? 0, $sendCost, 2);
|
|
|
$post['sendDistance'] = $sendDistance;
|
|
|
|
|
|
- noticeUtil::push("自定义运费计算:" . $sendCost . "|" . $post['sendCost'] . " distanceMeters:" . $distanceMeters . " config:" . json_encode($shCurrentConfig), '15280215347');
|
|
|
+ noticeUtil::push("自定义运费计算:" . $sendCost . "|" . $post['sendCost'] . " 数量:{$productCount} 金额:{$shMethodItemAmount} 距离:" . $distanceMeters . " config:" . json_encode($shCurrentConfig), '15280215347');
|
|
|
} else {
|
|
|
// 使用 DeliveryQuoteUtil 获取配送报价
|
|
|
try {
|