Skip to content

Commit

Permalink
fix(manage): use netease search api
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <zhangtianli2006@163.com>
  • Loading branch information
ZTL-UwU committed Apr 6, 2024
1 parent a1f6520 commit 2717901
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion pages/manage/review.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function getSearchList(song?: TSong) {
const formData = new FormData();
formData.append('input', name);
formData.append('filter', 'name');
formData.append('type', 'qq');
formData.append('type', 'netease');
const res: any = (await useFetch('/liuzhijin', {
method: 'post',
Expand Down

0 comments on commit 2717901

Please sign in to comment.