会议号

This commit is contained in:
hanchaobo
2024-01-23 14:00:48 +08:00
parent 57a69aa3cc
commit fffdff1f94
3 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import request from '@/utils/request'
// 生成会议号
export function createRoomId(data) {
return request({
url: 'video/createRoomId',
url: 'caseApplication/createRoomId',
method: 'get',
params: data
})