|
@@ -129,9 +129,9 @@ module.exports = {
|
|
//创建或者更新房间
|
|
//创建或者更新房间
|
|
createOrUpdate: API_BASE_URL + 'liveRoom/createOrUpdate',
|
|
createOrUpdate: API_BASE_URL + 'liveRoom/createOrUpdate',
|
|
listRooms: API_BASE_URL + 'liveRoom/listRooms',
|
|
listRooms: API_BASE_URL + 'liveRoom/listRooms',
|
|
- deleteRoom: API_BASE_URL + 'liveRoom/deleteRoom',
|
|
|
|
|
|
+ deleteRoom: API_BASE_URL + 'liveRoom/delete',
|
|
getAssistants: API_BASE_URL + 'liveRoom/getAssistants',
|
|
getAssistants: API_BASE_URL + 'liveRoom/getAssistants',
|
|
-
|
|
|
|
|
|
+
|
|
// 预设房间管理
|
|
// 预设房间管理
|
|
roomChatList: API_BASE_URL + 'liveRoom/list',
|
|
roomChatList: API_BASE_URL + 'liveRoom/list',
|
|
enterRoom: API_BASE_URL + 'liveRoom/enter',
|
|
enterRoom: API_BASE_URL + 'liveRoom/enter',
|