This commit is contained in:
simple321vip
2022-07-16 10:23:01 +08:00
parent 3e3db3c904
commit 39b417b6d3
10 changed files with 82 additions and 29 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const headers = {
const getAudioInfo = (url: string) => {
return request({
url: '/common/audio-info',
url: '/api/v1/common/audio-info',
method: 'GET',
params: { url: url },
})