fix: 关注出错(#199)

Fixed #199
This commit is contained in:
shanmite 2022-09-24 16:20:43 +08:00
parent affe24f441
commit dabf8f9d75

View File

@ -634,9 +634,9 @@ const bili_client = {
(uid) => post({ (uid) => post({
url: API.RELATION_BATCH_MODIFY, url: API.RELATION_BATCH_MODIFY,
contents: { contents: {
fid: uid, fids: uid,
act: 1, act: 1,
re_src: 0, re_src: 1,
csrf: GlobalVar.get("csrf") csrf: GlobalVar.get("csrf")
} }
}) })