From bd23bf1e9bd7f8487fba3c43fd802387155dfb09 Mon Sep 17 00:00:00 2001 From: billchenchina Date: Thu, 5 Oct 2023 01:06:40 +0800 Subject: [PATCH 1/2] fix: util(s) typo --- issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue_template.md b/issue_template.md index 3b7bcb8..aff7032 100644 --- a/issue_template.md +++ b/issue_template.md @@ -26,4 +26,4 @@ >如果不是提建议,提 issues 如果不照着模版来将不会优先处理或直接关闭 ->460 cheating 的问题把 `utils/request.js` 里面的 `headers['X-Real-IP']` 的注释取消掉就好 +>460 cheating 的问题把 `util/request.js` 里面的 `headers['X-Real-IP']` 的注释取消掉就好 From e42ac5b5b6f860d9fdf3c3f8d5e13aa5ea5afc8b Mon Sep 17 00:00:00 2001 From: zhangdong Date: Fri, 6 Oct 2023 10:02:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=E6=9B=B4=E6=AD=A3=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E8=8A=82=E7=9B=AE=E9=9F=B3=E9=A2=91=E6=97=B6=E4=BC=A0?= =?UTF-8?q?=E5=85=A5=E7=9A=84=20id=20=20=E4=B8=BA=20mainTrackId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 2 +- docs/v2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index ac5b376..7e566a2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3272,7 +3272,7 @@ type='1009' 获取其 id, 如`/search?keywords= 代码时间 &type=1009` 说明 : 登录后调用此接口 , 传入`rid`, 可查看对应电台的电台节目以及对应的 id, 需要 注意的是这个接口返回的 mp3Url 已经无效 , 都为 null, 但是通过调用 `/song/url` 这 -个接口 , 传入节目 id 仍然能获取到节目音频 , 如 `/song/url?id=478446370` 获取代 +个接口 , 传入节目 mainTrackId 仍然能获取到节目音频 , 如 `/song/url?id=478446370` 获取代 码时间的一个节目的音频 **必选参数 :** `rid`: 电台 的 id diff --git a/docs/v2.md b/docs/v2.md index 08ba02f..aa95e30 100644 --- a/docs/v2.md +++ b/docs/v2.md @@ -1400,7 +1400,7 @@ type='1009' 获取其 id, 如`/search?keywords= 代码时间 &type=1009` 说明 : 登录后调用此接口 , 传入`rid`, 可查看对应电台的电台节目以及对应的 id, 需要 注意的是这个接口返回的 mp3Url 已经无效 , 都为 null, 但是通过调用 `/music/url` 这 -个接口 , 传入节目 id 仍然能获取到节目音频 , 如 `/music/url?id=478446370` 获取代 +个接口 , 传入节目 mainTrackId 仍然能获取到节目音频 , 如 `/music/url?id=478446370` 获取代 码时间的一个节目的音频 **必选参数 :** `rid`: 电台 的 id