Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search接口 系统异常:Request failed with status code 404 #181

Open
CaptainRuby opened this issue May 3, 2023 · 1 comment
Open

Comments

@CaptainRuby
Copy link

http://localhost:3300/search?key=周杰伦

{
"result": 400,
"errMsg": "系统异常:Request failed with status code 404"
}

POST /search?key=%E5%91%A8%E6%9D%B0%E4%BC%A6 200 107.540 ms - 76
C:\Users\Administrator\Downloads\QQMusicApi\routes\search.js:83
const {keyword} = result.data;
^

TypeError: Cannot read properties of undefined (reading 'data')
at / (C:\Users\Administrator\Downloads\QQMusicApi\routes\search.js:83:30)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Node.js v18.16.0

@qheartq616
Copy link

qheartq616 commented May 8, 2023

search接口参考issue168修改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants