admin/src/views/platform/platformGroup.vue
@@ -28,6 +28,8 @@ </template> </el-table-column> <el-table-column prop="waitCallTime" label="叫号等待时间(分钟)" min-width="140px" align="center"></el-table-column> <el-table-column prop="signInNoticeUserNames" label="签到通知人员" min-width="" align="center"></el-table-column> <el-table-column prop="unFinishNoticeUserNames" label="未完成作业通知人员" min-width=" " align="center"></el-table-column> <el-table-column prop="editDate" label="最近更新时间" min-width="150px" align="center"></el-table-column> <el-table-column v-if="containPermissions(['business:platformgroup:update', 'business:platformgroup:delete'])" server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/HKUtil.java
@@ -27,6 +27,7 @@ } public static void main(String[] args) throws ParseException { } server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKConstants.java
@@ -571,7 +571,7 @@ String[] customBroadcast= new String[]{"/api/ibas/v1/customBroadcast","用于设置广播的自定播放和停止"};//用于设置广播的自定播放和停止 String[] iccmAppointment= new String[]{"/api/iccm/v2/appointment/","iccm访客登记添加"};//iccm访客登记添加 String[] iccmUpdateAppointment= new String[]{"/api/iccm/v2/appointment/update","iccm访客登记修改"};//iccm访客登记修改 String[] iccmCancelAppointment= new String[]{"/api/iccm/v1/appointment/cancel","iccm访客登记修改"};//iccm访客登记修改 String[] iccmCancelAppointment= new String[]{"/api/iccm/v1/appointment/cancel","iccm访客登记取消"};//iccm访客登记取消 String[] iccmAppointmentMDJ= new String[]{"/api/iccm/v1/appointment/free/registration","iccm访客预约免登记"};//iccm访客预约免登记 String[] privilegIccmeGroup= new String[]{"/api/iccm/v1/privilege/groups","查询访客权限组"};//查询访客权限组 String[] iccmAppointmentRecords= new String[]{"/api/iccm/v2/appointment/records","iccm查询已预约登记"};//iccm查询已预约登记 server/visits/dmvisit_service/src/main/java/com/doumee/core/haikang/model/HKTools.java
@@ -5,6 +5,7 @@ import com.doumee.core.haikang.model.param.request.CarPictureRequest; import com.doumee.core.haikang.model.param.request.FacePictureCheckRequest; import com.doumee.core.haikang.model.param.request.ParkReservationAddRequest; import com.doumee.core.haikang.model.param.request.VisitAppointmentCancelRequest; import com.doumee.core.haikang.service.HKService; import com.doumee.core.utils.Constants; import com.doumee.core.utils.DateUtil; @@ -39,16 +40,9 @@ ArtemisConfig.appSecret = "88wFsg3xfn7o8QMsWEO2"; HKConstants.https = "https://"; ParkReservationAddRequest request = new ParkReservationAddRequest(); request.setPlateNo("皖A90LL0"); request.setParkSyscode("1c4cdb8b66ed4c23bacb385c3fb6c46b"); request.setPhoneNo("15345690849"); request.setOwner("施旭辉"); request.setAllowTimes(Constants.ONE+""); request.setIsCharge(Constants.ONE+""); request.setStartTime( DateUtil.getISO8601Timestamp2(new Date()) ); request.setEndTime( "2025-03-27T00:00:00+08:00" ); String response = parkAddition(JSONObject.toJSONString(request)); VisitAppointmentCancelRequest request = new VisitAppointmentCancelRequest(); request.setAppointRecordIds(new String[]{"皖A90LL0"}); String response = iccmCancelAppointment(JSONObject.toJSONString(request)); System.out.println(response); /* CarPictureRequest param = new CarPictureRequest();