Commit 726037312faf1939cc71d876ece0501a6b0b400c

Authored by 陆恒
1 parent bd1000ce
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/function.go
@@ -409,7 +409,7 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int) { @@ -409,7 +409,7 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int) {
409 d1.Cat = 0 409 d1.Cat = 0
410 //d1.Cat = 18 410 //d1.Cat = 18
411 if i < 4 { 411 if i < 4 {
412 - d1.Cat = 1 412 + d1.Cat = 36
413 } 413 }
414 udata.PosInfo = append(udata.PosInfo, d1) 414 udata.PosInfo = append(udata.PosInfo, d1)
415 var d2 DataDesc 415 var d2 DataDesc