Commit 43daf0f1 authored by Him188's avatar Him188

Update TLV

parent 77654df4
...@@ -66,7 +66,7 @@ object Tlv { ...@@ -66,7 +66,7 @@ object Tlv {
tgtgtKey: ByteArray, tgtgtKey: ByteArray,
n7: Int, n7: Int,
array_6_may_be_null: ByteArray?, array_6_may_be_null: ByteArray?,
n8: Int = 1 ret_is_0_or_4: Int
) { ) {
writeShort(0x106) writeShort(0x106)
...@@ -105,7 +105,7 @@ object Tlv { ...@@ -105,7 +105,7 @@ object Tlv {
writeFully(array_6_may_be_null) writeFully(array_6_may_be_null)
} }
writeInt(subAppId.toInt()) writeInt(subAppId.toInt())
writeInt(n8) writeInt(ret_is_0_or_4)
writeShortLVByteArray(uinAccount) writeShortLVByteArray(uinAccount)
} }
} }
......
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