增加百度网盘内容

This commit is contained in:
simple321vip
2022-12-12 08:35:48 +08:00
parent ed431fe748
commit c3d1fcf6af
6 changed files with 174 additions and 6 deletions
+4 -3
View File
@@ -4,12 +4,13 @@ const headers = {
'Content-Type': 'application/json;charsetset=UTF-8'
}
const getAudioInfo = (url: string) => {
const getFileList = (url: string) => {
return service({
url: '/cloud/api/v1/common/audio-info',
url: '/cloud/api/v1/file/list',
method: 'GET',
params: { url: url },
headers: headers
})
}
export { getAudioInfo }
export { getFileList }