From f6c758e165d5ff5900e27b8b305857fde9ac80b6 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期四, 25 七月 2024 19:06:56 +0800 Subject: [PATCH] 增加宁夏省平台2004版协议 --- src/main/java/com/fzzy/api/Constant.java | 38 +++++++++++++++++++++++++------------- 1 files changed, 25 insertions(+), 13 deletions(-) diff --git a/src/main/java/com/fzzy/api/Constant.java b/src/main/java/com/fzzy/api/Constant.java index ac53084..a795e7d 100644 --- a/src/main/java/com/fzzy/api/Constant.java +++ b/src/main/java/com/fzzy/api/Constant.java @@ -202,9 +202,11 @@ */ public static String API_CODE_1405 = "1405"; - 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_1114 = "1114"; + public static String API_CODE_1114_1501 = "1501"; + public static String API_CODE_1114_1502 = "1502"; + public static String API_CODE_1114_1503 = "1503"; /** * 鍥芥爣鍑哄叆搴撶被鍨� */ @@ -223,15 +225,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 +316,6 @@ /** * 榛樿鐢ㄦ埛瀵嗙爜锛岀敤鎴风淮鎶ら噸缃瘑鐮佷娇鐢� */ - public static final String DEFAULT_USER_PASSWORD = "123456"; + public static final String DEFAULT_USER_PASSWORD = "abc123456"; } -- Gitblit v1.9.3