|
|
@@ -163,8 +163,8 @@ class OrderController extends BaseController
|
|
|
$sendCost = 0;
|
|
|
$shop = $this->shop;
|
|
|
if ($sendType == dict::getDict('sendType', 'thirdSend')) {
|
|
|
- $lat = $post['latitude'] ?? '';
|
|
|
- $lng = $post['longitude'] ?? '';
|
|
|
+ $lat = $post['lat'] ?? '';
|
|
|
+ $lng = $post['long'] ?? '';
|
|
|
if (empty($lat) || empty($lng)) {
|
|
|
util::fail('请填写收花地址');
|
|
|
}
|