Commit 4728ae26 authored by Him188's avatar Him188

Cleanup

parent 1e1785f4
...@@ -147,10 +147,10 @@ internal class MsgType0x210SubMsgType0xa( ...@@ -147,10 +147,10 @@ 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: ByteArray? = null, @JceId(8) val vUrlNotify: String? = 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: ByteArray? = null, @JceId(11) val fileName: String? = null,
@JceId(12) val vMd5: ByteArray? = null, @JceId(12) val vMd5: ByteArray? = null,
@JceId(13) val sessionId: Long? = null, @JceId(13) val sessionId: Long? = null,
@JceId(14) val originfileMd5: ByteArray? = null, @JceId(14) val originfileMd5: ByteArray? = 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