From 165b038153aa55f465a225d421616d32e472c889 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 20 八月 2024 18:16:58 +0800 Subject: [PATCH] 最新版本 --- server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKConstants.java | 7 ++++++- 1 files changed, 6 insertions(+), 1 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 5b38a01..787c633 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 @@ -104,7 +104,7 @@ String iccmAppointmentMDJ= "/api/iccm/v1/appointment/free/registration";//iccm璁垮棰勭害鍏嶇櫥璁� String privilegIccmeGroup= "/api/iccm/v1/privilege/groups";//鏌ヨ璁垮鏉冮檺缁� - String iccmAppointmentInfo= "/api/iccm/v1/appointment/registration";//iccm鏌ヨ宸查绾︾櫥璁� + String iccmAppointmentRecords= "/api/iccm/v2/appointment/records";//iccm鏌ヨ宸查绾︾櫥璁� } /** @@ -241,10 +241,15 @@ PARK_PASS_OUT(771760134, "鍑哄満鏀捐浜嬩欢" ), VISIT_SIGN_IN(1392513025, "璁垮鐧昏" ), VISIT_SIGN_OUT(1392513026, "璁垮绛剧" ), + + VISIT_SIGN_ICCM_IN(541200006, "璁垮鐧昏" ), + VISIT_SIGN_ICCM_OUT(541200007, "璁垮绛剧" ), + VISIT_SIGN_ICCM_PASS(541200060, "璁垮閫氳" ), DOOR_FACE_AUTH_FAIL(197163, "浜鸿劯璁よ瘉澶辫触" ), DOOR_FACE_AUTH_SUCCESS(196893, "浜鸿劯璁よ瘉閫氳繃" ), PLATFORM_WORKSTATUS(483329, "鏈堝彴宸ヤ綔鐘舵�佷簨浠�" ), PLATFORM_CAR_STATUS(487425, "鏈堝彴杞﹁締鐘舵�佷簨浠�" ) + ; // 鎴愬憳鍙橀噺 private String name; -- Gitblit v1.9.3