From 968d0dd8e340a41f030653e128f981702a5ec217 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 23 Jul 2020 11:11:53 +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