From 2c31a2ac2f6e1b5a0de536cd04a6b439dbc8e703 Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 10 Apr 2020 19:35:00 +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 17b5656e5..1a6057a48 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 @@ -150,7 +150,7 @@ internal class MsgType0x210SubMsgType0xa( @JceId(8) val vUrlNotify: ByteArray? = null, @JceId(9) val vTokenKey: ByteArray? = null, @JceId(10) val uFileLen: Long? = null, - @JceId(11) val fileName: String? = null, + @JceId(11) val fileName: ByteArray? = null, @JceId(12) val vMd5: ByteArray? = null, @JceId(13) val sessionId: Long? = null, @JceId(14) val originfileMd5: ByteArray? = null,