|
|
@@ -69,7 +69,6 @@ class LjhController extends BaseController
|
|
|
$post['lat'] = isset($post['latitude']) ? $post['latitude'] : '';
|
|
|
$orderSn = orderSn::getLjhApplySn();
|
|
|
$post['orderSn'] = $orderSn;
|
|
|
-
|
|
|
if (getenv('YII_ENV') == 'production') {
|
|
|
$price = bcsub(790, 20, 2);
|
|
|
} else {
|