From 42e465af35c9aa205e55c6dd88cfafdb59a88502 Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 10 Apr 2020 19:34:47 +0800 Subject: [PATCH] Fix jce type --- .../mirai/qqandroid/network/protocol/data/jce/MsgType0x210.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/jce/MsgType0x210.kt b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/jce/MsgType0x210.kt index 2d63a584a..17b5656e5 100644 --- a/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/jce/MsgType0x210.kt +++ b/mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/jce/MsgType0x210.kt @@ -147,7 +147,7 @@ internal class MsgType0x210SubMsgType0xa( @JceId(5) val uType: Long? = null, @JceId(6) val uServerIp: Long? = null, @JceId(7) val uServerPort: Long? = null, - @JceId(8) val vUrlNotify: String? = null, + @JceId(8) val vUrlNotify: ByteArray? = null, @JceId(9) val vTokenKey: ByteArray? = null, @JceId(10) val uFileLen: Long? = null, @JceId(11) val fileName: String? = null,