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