|
@@ -52,15 +52,15 @@ type SearchLimitReq struct {
|
|
}
|
|
}
|
|
|
|
|
|
type BaseParam struct {
|
|
type BaseParam struct {
|
|
- EntId int64 `header:"entId,optional"` // 企业id
|
|
|
|
- EntUserId int64 `header:"entUserId,optional"` // 企业下用户id
|
|
|
|
- PositionType int64 `header:"positionType"` // 职位类型 0个人 1企业
|
|
|
|
- PositionId int64 `header:"positionId"` //职位id
|
|
|
|
- AccountId int64 `header:"accountId,optional"` //账户id
|
|
|
|
- MgoUserId string `header:"mgoUserId,optional"` //原userId
|
|
|
|
- AppId string `header:"appId,optional"` //剑鱼10000
|
|
|
|
- UserId string `header:"userId,optional"` //用户id
|
|
|
|
- NewUserId int64 `header:"newUserId,optional"` //base_user_id
|
|
|
|
|
|
+ EntId int64 `header:"entId,optional"` // 企业id
|
|
|
|
+ EntUserId int64 `header:"entUserId,optional"` // 企业下用户id
|
|
|
|
+ PositionType int64 `header:"positionType,optional"` // 职位类型 0个人 1企业
|
|
|
|
+ PositionId int64 `header:"positionId"` //职位id
|
|
|
|
+ AccountId int64 `header:"accountId,optional"` //账户id
|
|
|
|
+ MgoUserId string `header:"mgoUserId,optional"` //原userId
|
|
|
|
+ AppId string `header:"appId,optional"` //剑鱼10000
|
|
|
|
+ UserId string `header:"userId,optional"` //用户id
|
|
|
|
+ NewUserId int64 `header:"newUserId,optional"` //base_user_id
|
|
}
|
|
}
|
|
|
|
|
|
type ParticipateShowReq struct {
|
|
type ParticipateShowReq struct {
|