From d952632f30796d856f8102c7011108904b00c599 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 15 May 2020 18:06:40 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/logic.go | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) 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