|
|
@@ -18,7 +18,7 @@ class ExpressController extends BaseController
|
|
|
$lng = Yii::$app->request->get('lng', '');
|
|
|
//纬度
|
|
|
$lat = Yii::$app->request->get('lat', '');
|
|
|
- if (empty($lnt) || empty($lat)) {
|
|
|
+ if (empty($lng) || empty($lat)) {
|
|
|
util::fail('经度或纬度不能为空');
|
|
|
}
|
|
|
$shopId = ShopService::getDefaultShopId($this->merchant);
|