From c47f7b9c4899036c52ad0e4f46c4aff7102110bc Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 09 九月 2024 19:56:07 +0800 Subject: [PATCH] 最新版本 --- server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKConstants.java | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKConstants.java b/server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKConstants.java index cf0970f..2844c21 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKConstants.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKConstants.java @@ -27,6 +27,21 @@ public static final String ARTEMIS_PATH = "/artemis"; /** + * 蹇嵎鑿滃崟璺宠浆椤甸潰鍙傛暟 + * 1銆佺患鍚堝畨闃诧細zhaf + * 2銆佺墿涓氬悗鍕わ細wyhq + * 3銆佽鏀垮姙鍏細xzbg + * 4銆佽繍钀ヤ腑蹇冿細yyzx + */ + public interface MenuPageId{ + String zhaf = "zhaf";//缁煎悎瀹夐槻 + String wyhq = "wyhq";//鐗╀笟鍚庡嫟 + String xzbg = "xzbg";//琛屾斂鍔炲叕 + String yyzx = "yyzx";//杩愯惀涓績 + + } + + /** * 鎺ュ彛鍦板潃闆嗗悎 */ public interface InterfacePath{ @@ -105,6 +120,8 @@ String[] privilegIccmeGroup= new String[]{"/api/iccm/v1/privilege/groups","鏌ヨ璁垮鏉冮檺缁�"};//鏌ヨ璁垮鏉冮檺缁� String[] iccmAppointmentRecords= new String[]{"/api/iccm/v2/appointment/records","iccm鏌ヨ宸查绾︾櫥璁�"};//iccm鏌ヨ宸查绾︾櫥璁� + String[] wxAccessToken= new String[]{"/api/wx/v1/oa/get/accessToken","iccm鏌ヨ宸查绾︾櫥璁�"};//1.9.1鏍规嵁寰俊鍏紬鍙蜂俊鎭幏鍙朅ccessToken + String[] goMenuUrl= new String[]{"/xauthplus-plugin/thirdLogin?type=third&componentId=Infovision iPark Platform&componentMenuId=${menuId}&token=${token}","宸ヤ綔鍙拌彍鍗曡烦杞湴鍧�"}; } /** -- Gitblit v1.9.3