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