feat:规范传入租户id字段统一为tenantId+新增第二个取消会议的接口

This commit is contained in:
yujj128
2025-06-09 18:33:32 +08:00
parent e22c4c8546
commit 3a33cca3c8
5 changed files with 51 additions and 1 deletions

1
.env
View File

@@ -25,5 +25,6 @@ QUERY_MEETING_ROOM = '/yonbip/uspace/external/access/getMeetingRoom'
QUERY_MEETINGBOOKING_INFO = '/yonbip/uspace/external/access/getDestineInformation'
BOOK_MEETING_ROOM = '/yonbip/uspace/destine/Meeting'
CANCEL_MEETING = '/yonbip/uspace/cancel/Meeting'
CANCEL_MEETING2 = '/yonbip/uspace/external/access/cancel'
BOOKMEETING = '/yonbip/uspace/external/access/book'
EDIT_MEETING = '/yonbip/uspace/external/access/edit'