Browse Source

配置添加

WH01243 2 năm trước cách đây
mục cha
commit
cf78a86d7a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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)