Commit d952632f30796d856f8102c7011108904b00c599

Authored by 陆恒
1 parent 001cc720
Exists in master

提交

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
src/HttpServer/logic/logic.go
@@ -360,6 +360,9 @@ func HandleEnterInvite(w http.ResponseWriter, data string) { @@ -360,6 +360,9 @@ func HandleEnterInvite(w http.ResponseWriter, data string) {
360 break 360 break
361 } 361 }
362 362
  363 + //teswt
  364 + rdata.Invitetype = 2
  365 + //
363 if rdata.Invitetype == 1 { 366 if rdata.Invitetype == 1 {
364 //邀请新用户 367 //邀请新用户
365 //首先要判断一下这个玩家是否已经被邀请过了 368 //首先要判断一下这个玩家是否已经被邀请过了