调解视频会议
This commit is contained in:
+5
-5
@@ -1,15 +1,15 @@
|
||||
import axios from "@/utils/request";
|
||||
let baseUrl = 'https://api.xayunmei.com/zhongcaiapi';
|
||||
// let baseUrl = 'http://121.40.189.20:8001'
|
||||
// let baseUrl = 'https://api.xayunmei.com/zhongcaiapi';
|
||||
let baseUrl = 'http://121.40.189.20:6001'
|
||||
// 获取usersig
|
||||
export function getUsersig(userId) {
|
||||
return axios.get(`${baseUrl}/caseApplication/generateUserSign?userId=${userId}`);
|
||||
return axios.get(`${baseUrl}/video/generateUserSign?userId=${userId}`);
|
||||
}
|
||||
// 获取房间号
|
||||
export function getRoomId(caseId) {
|
||||
return axios.get(`${baseUrl}/caseApplication/createRoomId?caseId=${caseId}`);
|
||||
return axios.get(`${baseUrl}/video/createRoomId?caseId=${caseId}`);
|
||||
}
|
||||
// 根据案件id查询相关信息
|
||||
export function reserveConferenceList(caseId) {
|
||||
return axios.get(`${baseUrl}/caseApplication/reserveConferenceList?caseId=${caseId}`);
|
||||
return axios.get(`${baseUrl}/video/reserveConferenceList?caseId=${caseId}`);
|
||||
}
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
import axios from "@/utils/request";
|
||||
let baseUrl = 'https://api.xayunmei.com/zhongcaiapi';
|
||||
// let baseUrl = 'http://121.40.189.20:8001'
|
||||
// let baseUrl = 'https://api.xayunmei.com/zhongcaiapi';
|
||||
let baseUrl = 'http://121.40.189.20:6001'
|
||||
// 开始云端录制
|
||||
export function startVideo(data) {
|
||||
return axios.post(`${baseUrl}/video/openCloudRecording`,data);
|
||||
|
||||
Reference in New Issue
Block a user