|
@@ -152,8 +152,9 @@ func GetBigVipUserBaseMsg(session *httpsession.Session, middleground middlegroun
|
|
entId := qutil.Int64All(session.Get("entId"))
|
|
entId := qutil.Int64All(session.Get("entId"))
|
|
positionType := qutil.Int64All(session.Get("positionType"))
|
|
positionType := qutil.Int64All(session.Get("positionType"))
|
|
accountId := qutil.Int64All(session.Get("accountId"))
|
|
accountId := qutil.Int64All(session.Get("accountId"))
|
|
|
|
+ positionId := qutil.Int64All(session.Get("positionId"))
|
|
userPower := BigVipBaseMsg{}
|
|
userPower := BigVipBaseMsg{}
|
|
- data := middleground.PowerCheckCenter.Check("10000", userId, baseUserId, accountId, entId)
|
|
|
|
|
|
+ data := middleground.PowerCheckCenter.Check("10000", userId, baseUserId, accountId, entId, positionType, positionId)
|
|
if positionType == 0 {
|
|
if positionType == 0 {
|
|
userId = qutil.InterfaceToStr(session.Get("userId"))
|
|
userId = qutil.InterfaceToStr(session.Get("userId"))
|
|
} else {
|
|
} else {
|