|
@@ -157,9 +157,9 @@ func GetBigVipUserBaseMsg(appid string, session *httpsession.Session, host, key
|
|
userPower := BigVipBaseMsg{}
|
|
userPower := BigVipBaseMsg{}
|
|
data := Check(appid, session, host, key)
|
|
data := Check(appid, session, host, key)
|
|
if positionType == 0 {
|
|
if positionType == 0 {
|
|
- userId = util.InterfaceToStr(session.Get("userId"))
|
|
|
|
|
|
+ userId = qutil.InterfaceToStr(session.Get("userId"))
|
|
} else {
|
|
} else {
|
|
- userId = util.InterfaceToStr(session.Get("mgoUserId"))
|
|
|
|
|
|
+ userId = qutil.InterfaceToStr(session.Get("mgoUserId"))
|
|
}
|
|
}
|
|
if data != nil {
|
|
if data != nil {
|
|
power := make(map[int]bool)
|
|
power := make(map[int]bool)
|