This commit is contained in:
lcw
2026-01-14 17:49:38 +08:00
parent 8cce4acf48
commit 32d7076e89
52 changed files with 620 additions and 481 deletions

View File

@ -123,3 +123,10 @@ export function downFiles(id) {
method: "get"
})
}
// 视频文件
export function downVideoFiles(id) {
return request({
url: `/bagl/mosty-base/AppUserConfig/image/url/${id}`,
method: "get"
})
}