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