From a72662c2429ff0fa4a2e0167c54341988d3868fe Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 23 Jul 2020 11:23:59 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/datadef.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/logic/datadef.go b/src/HttpServer/logic/datadef.go index 1c2cc13..c5f352c 100644 --- a/src/HttpServer/logic/datadef.go +++ b/src/HttpServer/logic/datadef.go @@ -152,7 +152,7 @@ type GetopenidResp struct { type UserloginReq struct { Openid string `json:"openid"` IsVisiter int `json:"isVisiter"` - VisitorId int `json:"visitorId"` + //VisitorId int `json:"visitorId"` } type UserloginData struct { -- libgit2 0.21.0