From fcb6642f1b3e3e76ba13748a3941c7e424861c4f Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 23 Jul 2020 11:16:42 +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 c5f352c..1c2cc13 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