From c32dc86763ab553a071aaa55cf89066b89ad199f Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 21 Mar 2016 08:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E5=88=99=E8=AF=B4=E6=98=8E=E6=94=B9?= =?UTF-8?q?=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Validate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Validate.php b/library/think/Validate.php index d031adbc..12c4d135 100644 --- a/library/think/Validate.php +++ b/library/think/Validate.php @@ -65,7 +65,7 @@ class Validate 'elt' => '必须小于等于 :rule', 'lt' => '必须小于 :rule', 'eq' => '必须等于 :rule', - 'unique' => '必须在 :1 中唯一', + 'unique' => '已存在', 'regex' => '不符合指定规则', ];