Commit 42e465af authored by Him188's avatar Him188

Fix jce type

parent 7e02c481
...@@ -147,7 +147,7 @@ internal class MsgType0x210SubMsgType0xa( ...@@ -147,7 +147,7 @@ internal class MsgType0x210SubMsgType0xa(
@JceId(5) val uType: Long? = null, @JceId(5) val uType: Long? = null,
@JceId(6) val uServerIp: Long? = null, @JceId(6) val uServerIp: Long? = null,
@JceId(7) val uServerPort: 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(9) val vTokenKey: ByteArray? = null,
@JceId(10) val uFileLen: Long? = null, @JceId(10) val uFileLen: Long? = null,
@JceId(11) val fileName: String? = null, @JceId(11) val fileName: String? = null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment