[BUG]: API更新章节收藏信息接口不正常
fiochen opened this issue · 0 comments
fiochen commented
描述
PATCH /v0/users/-/collections/{subject_id}/episodes
章节收藏信息接口,请求后报ep非该subject
{
"title": "Bad Request",
"details": {
"path": "/v0/users/-/collections/386809/episodes",
"method": "PATCH"
},
"description": "invalid input: episode 1153158 is not episodes of subject 386809"
}
1153158是386809的剧集,另外试了几个别的剧集也存在同样情况。