diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 8dfea3e..bc6d8f5 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -360,6 +360,9 @@ func HandleEnterInvite(w http.ResponseWriter, data string) { break } + //teswt + rdata.Invitetype = 2 + // if rdata.Invitetype == 1 { //邀请新用户 //首先要判断一下这个玩家是否已经被邀请过了 -- libgit2 0.21.0