作者 Karson
提交者 GitHub

Merge pull request #56 from tsln1998/fix-doc

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