Browse Source

修复API中参数拼写错误

tsln1998 6 years ago
parent
commit
42057091e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/User.php

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

@@ -196,7 +196,7 @@ class User extends Api
     /**
      * 修改手机号
      *
-     * @param string $email   手机号
+     * @param string $mobile   手机号
      * @param string $captcha 验证码
      */
     public function changemobile()