|
@@ -288,7 +288,6 @@ class User extends Api
|
|
// $this->error(__('Captcha is incorrect'));
|
|
// $this->error(__('Captcha is incorrect'));
|
|
// }
|
|
// }
|
|
$user = \app\common\model\User::getByMobile($mobile);
|
|
$user = \app\common\model\User::getByMobile($mobile);
|
|
- exit();
|
|
|
|
$openid = (new \app\api\controller\Common())->getOpenid($code);
|
|
$openid = (new \app\api\controller\Common())->getOpenid($code);
|
|
|
|
|
|
if ($user) {
|
|
if ($user) {
|