マイクロサービス変更に伴うapi修正

This commit is contained in:
simple321vip
2022-12-05 15:08:57 +08:00
parent 2943e360a7
commit ed431fe748
68 changed files with 70 additions and 71 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const headers = {
const getAudioInfo = (url: string) => {
return service({
url: '/auth/api/v1/common/audio-info',
url: '/cloud/api/v1/common/audio-info',
method: 'GET',
params: { url: url },
})