feat:统一格式
This commit is contained in:
13
.env
13
.env
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user