Commit 968d0dd8e340a41f030653e128f981702a5ec217
1 parent
0922bef7
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 | 152 | type UserloginReq struct { |
153 | 153 | Openid string `json:"openid"` |
154 | 154 | IsVisiter int `json:"isVisiter"` |
155 | - VisitorId int `json:"visitorId"` | |
155 | + //VisitorId int `json:"visitorId"` | |
156 | 156 | } |
157 | 157 | |
158 | 158 | type UserloginData struct { | ... | ... |