Commit a72662c2429ff0fa4a2e0167c54341988d3868fe
1 parent
fcb6642f
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 int `json:"visitorId"` | 155 | + //VisitorId int `json:"visitorId"` |
| 156 | } | 156 | } |
| 157 | 157 | ||
| 158 | type UserloginData struct { | 158 | type UserloginData struct { |