Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Shamrock: fix #265
Browse files Browse the repository at this point in the history
Signed-off-by: 白池 <[email protected]>
  • Loading branch information
whitechi73 committed Feb 29, 2024
1 parent 737acfa commit 60fdfd9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ internal object GroupSvc: BaseSvc() {
}
}

METHOD_REQ_MODIFY_GROUP_NAME.invoke(businessHandler, groupId, name, false)
METHOD_REQ_MODIFY_GROUP_NAME.invoke(businessHandler, groupId.toString(), name, false)
}

fun parseHonor(honor: String?): List<Int> {
Expand Down Expand Up @@ -763,7 +763,7 @@ internal object GroupSvc: BaseSvc() {
}
}

METHOD_REQ_TROOP_MEM_LIST.invoke(businessHandler, true, groupId, groupUin2GroupCode(groupId).toString(), 5)
METHOD_REQ_TROOP_MEM_LIST.invoke(businessHandler, true, groupId.toString(), groupUin2GroupCode(groupId).toString(), 5)
}

private fun refreshTroopList() {
Expand Down

0 comments on commit 60fdfd9

Please sign in to comment.