This commit is contained in:
Leufolium 2024-07-28 19:12:54 +08:00
parent 06868d73b5
commit b179e3fb5d
1 changed files with 3 additions and 0 deletions

View File

@ -691,6 +691,9 @@ func main() {
phoneStr := string(phone)
mid := account.GetMid()
name := account.GetName()
if name == "账号已注销" {
continue
}
userId := account.GetUserId()
count := int64(0)
membercount := int64(0)