Commit 9531ed8a authored by Him188's avatar Him188

Fix build

parent 83f721c5
...@@ -568,7 +568,7 @@ internal abstract class QQAndroidBotBase constructor( ...@@ -568,7 +568,7 @@ internal abstract class QQAndroidBotBase constructor(
network.run { network.run {
val data = message.calculateValidationDataForGroup( val data = message.calculateValidationDataForGroup(
sequenceId = sequenceId, sequenceId = sequenceId,
random = Random.nextInt().absoluteValue.toUInt(), random = Random.nextInt().absoluteValue,
groupCode = groupCode groupCode = groupCode
) )
......
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