更新用户修改信息

This commit is contained in:
yaooo 2023-11-13 11:37:37 +08:00
parent 5e8ae28ea2
commit 69b38b8001
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class UserController extends BaseApiController
return $this->fail(UserLogic::getError());
}
/*
// 更新用户信息
public function updateUser(): Json
{
@ -55,4 +56,5 @@ class UserController extends BaseApiController
}
return $this->fail(UserLogic::getError());
}
*/
}