会议号短信

This commit is contained in:
fz
2023-11-29 18:19:36 +08:00
parent 09e3e5d600
commit 2dfd63873c
2 changed files with 20 additions and 1 deletions
+8
View File
@@ -23,4 +23,12 @@ export function reserveConferenceList(data) {
params: data
})
}
// 发送房间号短信
export function sendRoomNoMessage(data) {
return request({
url: '/caseApplication/sendRoomNoMessage',
method: 'post',
data: data
})
}