Sfoglia il codice sorgente

feat:职位id 类型

wangshan 1 anno fa
parent
commit
2da6db2013
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      common/src/qfw/util/jy/channel.go

+ 1 - 1
common/src/qfw/util/jy/channel.go

@@ -32,7 +32,7 @@ func SetCookieValue(rw http.ResponseWriter, name, val string, timeOut int) {
 
 type UserSource struct {
 	UserId           string `json:"user_id"`            //用户id
-	PositionId       string `json:"position_id"`        //职位id
+	PositionId       int64  `json:"position_id"`        //职位id
 	Phone            string `json:"phone"`              //手机号
 	State            int    `json:"state"`              //注册/登录标志 1:登录;2:注册
 	ChannelCode      string `json:"channel_code"`       //渠道代码