lcw
This commit is contained in:
@ -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"
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user