WH01243 2 rokov pred
rodič
commit
cf78a86d7a
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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{}
 	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)