Fix #1322, remove redundant cookie (#1372)

* Fix #1322, removed useless parms

* Add missed perms

* Remove redundant cookie
This commit is contained in:
sandtechnology 2021-06-28 19:19:18 +08:00 committed by GitHub
parent 34eff89786
commit 2ce549e56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -582,7 +582,7 @@ internal open class MiraiImpl : IMirai, LowLevelApiAccessor {
headers {
append(
"cookie",
"uin=o${id}; skey=${client.wLoginSigInfo.sKey.data.encodeToString()}; p_uin=o${id};"
"uin=o${id}; skey=${client.wLoginSigInfo.sKey.data.encodeToString()};"
)
}
}
@ -1182,4 +1182,4 @@ internal open class MiraiImpl : IMirai, LowLevelApiAccessor {
}
}
}
}
}