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