mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 14:20:24 +08:00
Remove redundant print
This commit is contained in:
parent
4ac84cf1c9
commit
43ee2553a7
@ -22,15 +22,9 @@ class MessageSvc {
|
||||
override suspend fun ByteReadPacket.decode(bot: QQAndroidBot): RequestPushNotify {
|
||||
discardExact(8)
|
||||
|
||||
@Serializable
|
||||
class ResponseDataRequestPushNotify(
|
||||
@SerialId(0) val notify: RequestPushNotify
|
||||
) : JceStruct
|
||||
|
||||
val requestPushNotify = readRemainingAsJceStruct(RequestPacket.serializer()).sBuffer
|
||||
.loadAs(RequestDataVersion2.serializer()).map.firstValue().firstValue()
|
||||
.toReadPacket().apply { discardExact(1) }
|
||||
.debugPrint()
|
||||
.readRemainingAsJceStruct(RequestPushNotify.serializer())
|
||||
|
||||
println(requestPushNotify.contentToString())
|
||||
|
Loading…
Reference in New Issue
Block a user