From 11af6525c78f401f8e7ca1100417adf90415586e Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期三, 06 十一月 2024 17:27:45 +0800 Subject: [PATCH] 陕西2024版接口-测试调整 --- src/main/java/com/fzzy/api/Constant.java | 43 +++++++++++++++++++++++++++++++------------ 1 files changed, 31 insertions(+), 12 deletions(-) diff --git a/src/main/java/com/fzzy/api/Constant.java b/src/main/java/com/fzzy/api/Constant.java index ac53084..fd727a2 100644 --- a/src/main/java/com/fzzy/api/Constant.java +++ b/src/main/java/com/fzzy/api/Constant.java @@ -136,9 +136,9 @@ */ public static String API_CODE_1212 = "1212"; /** - * 鎺ュ彛缂栫爜-1214 鍑哄叆搴撹褰曚俊鎭暟鎹帴鍙� + * 鎺ュ彛缂栫爜-1213 灏佷粨纭鍗� */ - public static String API_CODE_1214 = "1214"; + public static String API_CODE_1213 = "1213"; /** * 鎺ュ彛缂栫爜-1301 瀹夊叏绠$悊鏁版嵁鎺ュ彛 @@ -202,9 +202,18 @@ */ public static String API_CODE_1405 = "1405"; + //璐㈠姟鎶ヨ〃鎺ュ彛 + public static String API_CODE_1114 = "1114"; public static String API_CODE_1501 = "1501"; public static String API_CODE_1502 = "1502"; public static String API_CODE_1503 = "1503"; + public static String API_CODE_1504 = "1504"; + public static String API_CODE_1505 = "1505"; + public static String API_CODE_1506 = "1506"; + public static String API_CODE_1507 = "1507"; + public static String API_CODE_1508 = "1508"; + public static String API_CODE_1509 = "1509"; + public static String API_CODE_1510 = "1510"; /** * 鍥芥爣鍑哄叆搴撶被鍨� */ @@ -223,15 +232,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"; //杞﹁締鍑哄簱鏃惰棰� /** * 瀛楀吀鐖剁紪鐮�-鎿嶄綔鏍囧織 @@ -304,6 +323,6 @@ /** * 榛樿鐢ㄦ埛瀵嗙爜锛岀敤鎴风淮鎶ら噸缃瘑鐮佷娇鐢� */ - public static final String DEFAULT_USER_PASSWORD = "123456"; + public static final String DEFAULT_USER_PASSWORD = "abc123456"; } -- Gitblit v1.9.3