百度云放盘第三方登录

This commit is contained in:
simple321vip
2022-07-17 10:00:32 +08:00
parent 39b417b6d3
commit 69e05f61a3
11 changed files with 43 additions and 39 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const headers = {
const getAudioInfo = (url: string) => {
return request({
url: '/api/v1/common/audio-info',
url: '/auth/api/v1/common/audio-info',
method: 'GET',
params: { url: url },
})