From 726037312faf1939cc71d876ece0501a6b0b400c Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 15 Jun 2020 16:12:59 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/function.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/logic/function.go b/src/HttpServer/logic/function.go index a420203..b8221d0 100644 --- a/src/HttpServer/logic/function.go +++ b/src/HttpServer/logic/function.go @@ -409,7 +409,7 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int) { d1.Cat = 0 //d1.Cat = 18 if i < 4 { - d1.Cat = 1 + d1.Cat = 36 } udata.PosInfo = append(udata.PosInfo, d1) var d2 DataDesc -- libgit2 0.21.0