소스 검색

feat:职位id 类型

wangshan 1 년 전
부모
커밋
2da6db2013
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"`       //渠道代码