1
This commit is contained in:
parent
5549033895
commit
21cf7ab1ba
@ -624,6 +624,7 @@ func (this *team) checkMemberState() {
|
||||
params := map[string]string{
|
||||
"c": "User",
|
||||
"a": "queryStatus",
|
||||
"accountIds" : this.genAccountIdParam(),
|
||||
}
|
||||
url := fmt.Sprintf("%s/webapp/index.php",
|
||||
mt.Table.Config.GetById(0).GetFriendapiUrl())
|
||||
@ -664,6 +665,7 @@ func (this *team) genAccountIdParam() string {
|
||||
param := ""
|
||||
this.traverseMembers(
|
||||
func (m common.Player) bool {
|
||||
param = param + m.GetAccountId() + ","
|
||||
return true
|
||||
})
|
||||
return param
|
||||
|
Loading…
x
Reference in New Issue
Block a user