Commit fcb6642f1b3e3e76ba13748a3941c7e424861c4f

Authored by 陆恒
1 parent 968d0dd8
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 {
... ...