Update TLV

This commit is contained in:
Him188 2019-12-24 23:17:25 +08:00
parent 77654df455
commit 43daf0f1ca

View File

@ -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 {
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)
} }
} }