From b1beb10acf6148890a0b1ae90513fe0c2ae2b52a Mon Sep 17 00:00:00 2001 From: chen10 <1803012703@qq.com> Date: Mon, 31 May 2021 10:00:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E6=96=87=E6=A1=A3=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 2 +- docs/workspace.code-workspace | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docs/workspace.code-workspace diff --git a/docs/README.md b/docs/README.md index d5f5665..64dbcfd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3416,7 +3416,7 @@ type='1009' 获取其 id, 如`/search?keywords= 代码时间 &type=1009` **接口地址 :** `/digitalAlbum/sales` -**调用例子 :** `/digitalAlbum/sales?id=120605500` `/digitalAlbum/sales?id=120605500,125080528` +**调用例子 :** `/digitalAlbum/sales?ids=120605500` `/digitalAlbum/sales?ids=120605500,125080528` ### 音乐人数据概况 diff --git a/docs/workspace.code-workspace b/docs/workspace.code-workspace new file mode 100644 index 0000000..276afc2 --- /dev/null +++ b/docs/workspace.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": "../.." + }, + { + "path": ".." + } + ], + "settings": {} +} \ No newline at end of file