|
@@ -67,7 +67,9 @@ func (this *SubVipPortrait) SubVipEntDetail() {
|
|
|
// SubVipWinnerNewMsg 超级订阅升级版查看最新中标动态
|
|
|
func (this *SubVipPortrait) SubVipWinnerNewMsg() {
|
|
|
userId := qutil.ObjToString(this.GetSession("userId"))
|
|
|
+ log.Println(this.Session().GetMultiple(), "---SubVipWinnerNewMsg userId :", userId)
|
|
|
rData, errMsg := func() (interface{}, error) {
|
|
|
+ log.Println(qutil.ObjToString(this.GetSession("userId")), "------SubVipWinnerNewMsg ------------- userId :", userId)
|
|
|
entId := util.DecodeId(this.GetString("entId"))
|
|
|
if entId == "" {
|
|
|
return nil, fmt.Errorf("参数异常")
|