From 4728ae26b7e4dc905706f6f3196281b4f0cc4c5e Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 10 Apr 2020 19:16:12 +0800 Subject: [PATCH] Cleanup --- .../mirai/qqandroid/network/protocol/data/jce/MsgType0x210.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 1a6057a48..2d63a584a 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,10 +147,10 @@ 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: ByteArray? = null, + @JceId(8) val vUrlNotify: String? = null, @JceId(9) val vTokenKey: ByteArray? = null, @JceId(10) val uFileLen: Long? = null, - @JceId(11) val fileName: ByteArray? = null, + @JceId(11) val fileName: String? = null, @JceId(12) val vMd5: ByteArray? = null, @JceId(13) val sessionId: Long? = null, @JceId(14) val originfileMd5: ByteArray? = null,