From 36ceaaf9e4a67df3e29d12139acf3c002fa225ad Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期二, 26 三月 2024 19:17:49 +0800
Subject: [PATCH] 增加登录校验

---
 src/main/java/com/fzzy/api/Constant.java |   30 ++++++++++++++++++++----------
 1 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/src/main/java/com/fzzy/api/Constant.java b/src/main/java/com/fzzy/api/Constant.java
index 981ae0e..7ebc740 100644
--- a/src/main/java/com/fzzy/api/Constant.java
+++ b/src/main/java/com/fzzy/api/Constant.java
@@ -224,15 +224,25 @@
     /**
      * 鍥剧墖绫诲瀷
      */
-    public static String IMG_NAME_TYPE_PMT = "PMT";
-    public static String IMG_NAME_TYPE_GL = "GL";
-    public static String IMG_NAME_TYPE_GR = "GR";
-    public static String IMG_NAME_TYPE_GT = "GT";
-    public static String IMG_NAME_TYPE_TL = "TL";
-    public static String IMG_NAME_TYPE_TR = "TR";
-    public static String IMG_NAME_TYPE_TT = "TT";
-    public static String IMG_NAME_TYPE_SL = "SL";
-    public static String IMG_NAME_TYPE_SF = "SF";
+    public static String IMG_NAME_TYPE_PMT = "PMT";  //楦熺灠鍥�
+    public static String IMG_NAME_TYPE_DJ = "DJ";    //鐧昏
+    public static String IMG_NAME_TYPE_RK = "RK";    //鍏ュ簱鐧昏鐓х墖
+    public static String IMG_NAME_TYPE_CK = "CK";    //杞﹁締鍑哄簱鐓х墖
+    public static String IMG_NAME_TYPE_GL = "GL";    //绉版瘺閲嶅墠鐓х墖
+    public static String IMG_NAME_TYPE_GR = "GR";    //绉版瘺閲嶅悗鐓х墖
+    public static String IMG_NAME_TYPE_GT = "GT";    //绉版瘺閲嶉《鐓х墖
+    public static String IMG_NAME_TYPE_TL = "TL";    //绉扮毊閲嶅墠鐓х墖
+    public static String IMG_NAME_TYPE_TR = "TR";    //绉扮毊閲嶅悗鐓х墖
+    public static String IMG_NAME_TYPE_TT = "TT";    //绉扮毊閲嶉《鐓х墖
+    public static String IMG_NAME_TYPE_SL = "SL";    //缁撶畻鏃跺敭绮汉鐓х墖
+    public static String IMG_NAME_TYPE_SF = "SF";    //鍞伯浜鸿韩浠借瘉鐓х墖
+    public static String IMG_NAME_TYPE_IVG = "IVG";  //鍏ュ簱绉版瘺閲嶈棰�
+    public static String IMG_NAME_TYPE_IVT = "IVT";  //鍏ュ簱绉扮毊閲嶈棰�
+    public static String IMG_NAME_TYPE_OVG = "OVG";  //鍑哄簱绉版瘺閲嶈棰�
+    public static String IMG_NAME_TYPE_OVT = "OVT";  //鍑哄簱绉扮毊閲嶈棰�
+    public static String IMG_NAME_TYPE_DJV = "DJV";  //鐧昏鏃惰棰�
+    public static String IMG_NAME_TYPE_RKV = "RKV";  //杞﹁締鍏ュ簱鏃惰棰�
+    public static String IMG_NAME_TYPE_CKV = "CKV";  //杞﹁締鍑哄簱鏃惰棰�
 
     /**
      * 瀛楀吀鐖剁紪鐮�-鎿嶄綔鏍囧織
@@ -305,6 +315,6 @@
     /**
      * 榛樿鐢ㄦ埛瀵嗙爜锛岀敤鎴风淮鎶ら噸缃瘑鐮佷娇鐢�
      */
-    public static final String DEFAULT_USER_PASSWORD = "123456";
+    public static final String DEFAULT_USER_PASSWORD = "abc123456";
 
 }

--
Gitblit v1.9.3