听话的便当

Results 1 issues of 听话的便当

## 环境 - 系统/平台: Ubuntu 22.04.1(本地) / Vercel(服务器) - nodejs 版本: 16.16.0 - API版本: 4.8.2 ## 出现问题 在使用**获取用户歌单**功能(`/user/playlist?uid=`)时,有部分用户无法正常返回歌单信息;返回结果如下: ```json { "version": "0", "more": false, "playlist": [], "code": 200 } ```...