|
|
@@ -199,7 +199,7 @@ class OrderService extends BaseService
|
|
|
$shopLat = $shop->lat ?? '';
|
|
|
$shopLong = $shop->long ?? '';
|
|
|
if (empty($shopLat) || empty($shopLong)) {
|
|
|
- util::fail('请完成门店地址');
|
|
|
+ //util::fail('请完成门店地址');
|
|
|
}
|
|
|
$disRespond = OrderClass::getDistanceFee($lat, $lng, $shopLat, $shopLong, $weight);
|
|
|
$sendCost = $disRespond['fee'] ?? 0;
|