[1078] 增加立即拍摄

This commit is contained in:
lin
2025-07-25 15:37:03 +08:00
parent ee52b43c99
commit 43ef080f55
12 changed files with 506 additions and 134 deletions

View File

@@ -326,10 +326,17 @@ export function queryMediaAttribute(phoneNumber) {
}
})
}
export function setPhoneBook(data) {
export function queryMediaData(data) {
return request({
method: 'post',
url: '/api/jt1078/set-phone-book',
url: '/api/jt1078/media/list',
data: data
})
}
export function shooting(data) {
return request({
method: 'post',
url: '/api/jt1078/shooting',
data: data
})
}