From 08cdc085bf75f92137e62caa11d41db9eb0a70e0 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Tue, 12 Sep 2023 15:16:38 +0800 Subject: [PATCH] 1 --- app/controller/AdminUserTeam.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {