Commit 6b2d056c2ffc7c4f2e8535f26087b7ac3b130b67
1 parent
d639bd03
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 string `json:"visitorId"` |
| 156 | } | 156 | } |
| 157 | 157 | ||
| 158 | type UserloginData struct { | 158 | type UserloginData struct { |