From 370e9458b21c12f6feec2449e9864cd83052b5f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E7=8B=B8=E8=8A=B1=E5=96=B5?= Date: Sat, 23 Sep 2023 09:32:41 +0000 Subject: [PATCH] . --- src/renderer/utils/musicSdk/kw/api-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/utils/musicSdk/kw/api-test.js b/src/renderer/utils/musicSdk/kw/api-test.js index 8db285e7..50404588 100644 --- a/src/renderer/utils/musicSdk/kw/api-test.js +++ b/src/renderer/utils/musicSdk/kw/api-test.js @@ -16,7 +16,7 @@ const api_test = { // return requestObj // }, getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusics.tk/url/kw/${songInfo.songmid}.match(/\d+/g)[0]/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/kw/${songInfo.songmid.match(/\d+/g)[0]}/${type}`, { method: 'get', timeout, headers,