qifengquan 1 anno fa
parent
commit
82f1ff677e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      application/api/controller/User.php

+ 1 - 1
application/api/controller/User.php

@@ -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'));
         }