QQMusicApi icon indicating copy to clipboard operation
QQMusicApi copied to clipboard

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

Open CaptainRuby opened this issue 1 year ago • 1 comments

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

CaptainRuby avatar May 03 '23 17:05 CaptainRuby

search接口参考issue168修改

qheartq616 avatar May 08 '23 01:05 qheartq616