feat:新接口适配,代码优化
This commit is contained in:
5
.env
5
.env
@@ -27,6 +27,7 @@ GATEWAY_INTF = '/open-auth/dataCenter/getGatewayAddress'
|
||||
# Service Interface
|
||||
QUERY_MEETING_ROOM_TYPE = '/yonbip/uspace/external/access/getMeetingRoomType'
|
||||
QUERY_MEETING_ROOM = '/yonbip/uspace/external/access/getMeetingRoom'
|
||||
QUERY_AVALI_MEETING_ROOM = '/yonbip/SCCC/external/access/getAvailMeetingRoom'
|
||||
QUERY_MEETINGBOOKING_INFO = '/yonbip/uspace/external/access/getDestineInformation'
|
||||
BOOK_MEETING_ROOM = '/yonbip/uspace/destine/Meeting'
|
||||
CANCEL_MEETING = '/yonbip/uspace/external/access/cancel'
|
||||
@@ -37,6 +38,6 @@ EDIT_MEETING = '/yonbip/uspace/external/access/edit'
|
||||
DEFAULT_PAGESIZE = 30
|
||||
DEFAULT_QUERY_SIZE = 30
|
||||
|
||||
REDIS_HOST=116.196.80.43
|
||||
REDIS_PORT=30007
|
||||
REDIS_HOST=127.0.0.1
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=xx
|
||||
Reference in New Issue
Block a user