修复API中参数拼写错误

pull/165/head
tsln1998 2019-07-25 20:34:09 +08:00 committed by zsgwakk
parent e14008ca02
commit 0869b103ee
1 changed files with 1 additions and 1 deletions

View File

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