|
|
@@ -325,7 +325,7 @@ class OrderController extends BaseController
|
|
|
$shopLat = $shop->lat ?? '';
|
|
|
$shopLong = $shop->long ?? '';
|
|
|
if (empty($shopLat) || empty($shopLong)) {
|
|
|
- util::fail('商家门店地址定位未设置');
|
|
|
+ util::fail('商家门店地址定位未设置,编号263');
|
|
|
}
|
|
|
|
|
|
$wxStoreId = $main->wxStoreId ?? 0;
|
|
|
@@ -465,7 +465,7 @@ class OrderController extends BaseController
|
|
|
$shopLat = $shop->lat ?? '';
|
|
|
$shopLong = $shop->long ?? '';
|
|
|
if (empty($shopLat) || empty($shopLong)) {
|
|
|
- util::fail('商家门店地址定位未设置');
|
|
|
+ util::fail('商家门店地址定位未设置,编号8966');
|
|
|
}
|
|
|
|
|
|
$weight = $goodsInfo->weight ?? 0;
|
|
|
@@ -498,7 +498,7 @@ class OrderController extends BaseController
|
|
|
$shopLat = $shop->lat ?? '';
|
|
|
$shopLong = $shop->long ?? '';
|
|
|
if (empty($shopLat) || empty($shopLong)) {
|
|
|
- util::fail('商家门店地址定位未设置');
|
|
|
+ util::fail('商家门店地址定位未设置,编号6880');
|
|
|
}
|
|
|
|
|
|
$wxStoreId = $main->wxStoreId ?? 0;
|