Commit 0922bef7fe57e12a4f182930d95d6ca22b2c99de
1 parent
6b2d056c
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/datadef.go
@@ -152,7 +152,7 @@ type GetopenidResp struct { | @@ -152,7 +152,7 @@ type GetopenidResp struct { | ||
152 | type UserloginReq struct { | 152 | type UserloginReq struct { |
153 | Openid string `json:"openid"` | 153 | Openid string `json:"openid"` |
154 | IsVisiter int `json:"isVisiter"` | 154 | IsVisiter int `json:"isVisiter"` |
155 | - VisitorId string `json:"visitorId"` | 155 | + VisitorId int `json:"visitorId"` |
156 | } | 156 | } |
157 | 157 | ||
158 | type UserloginData struct { | 158 | type UserloginData struct { |