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