Kaynağa Gözat

feat:职位id 类型

wangshan 1 yıl önce
ebeveyn
işleme
2da6db2013
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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"`       //渠道代码