|
@@ -174,7 +174,7 @@ class User extends Api
|
|
|
{
|
|
|
$mobile = $this->request->post('mobile');
|
|
|
$captcha = $this->request->post('captcha');
|
|
|
- $code = $this->request->post('code');
|
|
|
+// $code = $this->request->post('code');
|
|
|
if (!$mobile || !$captcha) {
|
|
|
$this->error(__('Invalid parameters'));
|
|
|
}
|