|
|
@@ -65,13 +65,13 @@ class LjhController extends BaseController
|
|
|
$cacheKey = 'register_mobile_code_' . $ptStyle . '_' . $mobile;
|
|
|
$saveAuthCode = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
|
if (empty($saveAuthCode)) {
|
|
|
- util::fail('请填写验证码哦');
|
|
|
+ //util::fail('请填写验证码哦');
|
|
|
}
|
|
|
if (empty($authCode)) {
|
|
|
- util::fail('请填写验证码');
|
|
|
+ //util::fail('请填写验证码');
|
|
|
}
|
|
|
if ($saveAuthCode != $authCode) {
|
|
|
- util::fail('验证码错误');
|
|
|
+ //util::fail('验证码错误');
|
|
|
}
|
|
|
|
|
|
$post['long'] = isset($post['longitude']) ? $post['longitude'] : '';
|
|
|
@@ -79,7 +79,7 @@ class LjhController extends BaseController
|
|
|
$orderSn = orderSn::getLjhApplySn();
|
|
|
$post['orderSn'] = $orderSn;
|
|
|
|
|
|
- $price = bcsub(790, 20, 2);
|
|
|
+ $price = bcsub(20.05, 20, 2);
|
|
|
$post['actPrice'] = $price;
|
|
|
$post['realPrice'] = $price;
|
|
|
|