WH01243 %!s(int64=2) %!d(string=hai) anos
pai
achega
cf78a86d7a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      common/src/qfw/util/jy/bigVipPower.go

+ 2 - 2
common/src/qfw/util/jy/bigVipPower.go

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