feat:统一格式

This commit is contained in:
yujj128
2025-06-09 16:11:39 +08:00
parent afff752695
commit 4a49455af8
2 changed files with 28 additions and 27 deletions

13
.env
View File

@@ -20,9 +20,10 @@ DEFAULT_HEADER = {'Content-Type': 'application/json'}
TOKEN_INTF = '/open-auth/selfAppAuth/getAccessToken'
GATEWAY_INTF = '/open-auth/dataCenter/getGatewayAddress'
# Service Interface
QUERY_MEETING_ROOM_TYPE = ['GET', '/yonbip/uspace/external/access/getMeetingRoomType']
QUERY_MEETING_ROOM = ['GET', '/yonbip/uspace/external/access/getMeetingRoom']
QUERY_MEETINGBOOKING_INFO = ['GET', '/yonbip/uspace/external/access/getDestineInformation']
BOOK_MEETING_ROOM = ['POST', '/yonbip/uspace/destine/Meeting']
CANCEL_MEETING = ['POST', '/yonbip/uspace/cancel/Meeting']
BOOKMEETING = ['POST', '/yonbip/uspace/external/access/book']
QUERY_MEETING_ROOM_TYPE = '/yonbip/uspace/external/access/getMeetingRoomType'
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'
BOOKMEETING = '/yonbip/uspace/external/access/book'
EDIT_MEETING = '/yonbip/uspace/external/access/edit'