diff --git a/app/controller/AdminUserTeam.php b/app/controller/AdminUserTeam.php index efd6325..edf2566 100644 --- a/app/controller/AdminUserTeam.php +++ b/app/controller/AdminUserTeam.php @@ -89,7 +89,7 @@ class AdminUserTeam extends BaseController $param['aid'] = 0; $result = $User->register($param); - if (!$result) throw new ValidateException('代理已存在'); + if (!$result) throw new ValidateException('用户已存在'); return $this->renderSuccess('添加成功'); } catch (ValidateException $validateException) {