Skip to content

Commit

Permalink
update: 修复三连参数异常导致的账户异常代码 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
BingZi-233 committed Nov 16, 2023
1 parent 1bcebdb commit cf4c992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ object NetworkEngine {
?.get(0)
val sessData = cookieCache[player.uniqueId]?.first { it.startsWith("SESSDATA") }
?.split(";")
?.get(0)
?.get(0) + ",bili_jct=${csrf},buvid3=BUVID3"
if (csrf != null && sessData != null) {
bilibiliAPI.actionLikeTriple(bvid, csrf, sessData)
.enqueue(object : Callback<BilibiliResult<TripleData>> {
Expand Down

0 comments on commit cf4c992

Please sign in to comment.