作者 Karson
提交者 GitHub

Merge pull request #56 from tsln1998/fix-doc

修复API中参数拼写错误
@@ -202,7 +202,7 @@ class User extends Api @@ -202,7 +202,7 @@ class User extends Api
202 /** 202 /**
203 * 修改手机号 203 * 修改手机号
204 * 204 *
205 - * @param string $email 手机号 205 + * @param string $mobile 手机号
206 * @param string $captcha 验证码 206 * @param string $captcha 验证码
207 */ 207 */
208 public function changemobile() 208 public function changemobile()