MiguMusicApi icon indicating copy to clipboard operation
MiguMusicApi copied to clipboard

歌手相关接口全部获取不到信息

Open omoidesu opened this issue 2 years ago • 0 comments

  • /singer/albums?id=112
{
    "result": 100,
    "data": {
    "list": [],
    "totalPage": 1
    }
}
  • /singer/songs?id=112
{
    "result": 100,
    "data": {
    "list": [],
    "totalPage": 1
    }
}
  • /singer/albums?id=112
{
    "result": 100,
    "data": {
    "list": [],
    "totalPage": 1
    }
}

服务是跑在阿里云的,目前搜索,歌单,专辑都正常,只有歌手相关的接口有问题

omoidesu avatar Aug 10 '22 07:08 omoidesu