From 0922bef7fe57e12a4f182930d95d6ca22b2c99de Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 23 Jul 2020 11:01:37 +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 381f51e..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 string `json:"visitorId"` + VisitorId int `json:"visitorId"` } type UserloginData struct { -- libgit2 0.21.0