|
|
@@ -89,7 +89,7 @@ class ExpressController extends BaseController
|
|
|
|
|
|
noticeUtil::push("商城订单 距离:{$distance} {$showDistance} 重量:{$weight} 费用:{$totalFee}", '15280215347');
|
|
|
|
|
|
- return ['distance' => $distance, 'showDistance' => $showDistance, 'fee' => $totalFee];
|
|
|
+ util::success(['distance' => $distance, 'showDistance' => $showDistance, 'fee' => $totalFee]);
|
|
|
}
|
|
|
|
|
|
}
|