|
@@ -137,7 +137,7 @@ func (sp *SubscribePush) HasPushHistory() {
|
|
|
}
|
|
|
}
|
|
|
//推送记录查询
|
|
|
- pageNum, _ := sp.GetInteger("pageNum")
|
|
|
+ /*pageNum, _ := sp.GetInteger("pageNum")
|
|
|
spqp := &jy.SubPushQueryParam{
|
|
|
Mgo_bidding: db.Mgo_Bidding,
|
|
|
Bidding: db.DbConf.Mongodb.Bidding.Collection,
|
|
@@ -186,7 +186,7 @@ func (sp *SubscribePush) HasPushHistory() {
|
|
|
list[i].Buyer = ""
|
|
|
list[i].Bidopentime = -1
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
sp.ServeJson(map[string]interface{}{
|
|
|
"userId": util.EncodeArticleId(_userId), //用户id
|
|
|
"haskey": hasKeyFlag, //免费用户和超级订阅是否有订阅词
|
|
@@ -197,7 +197,7 @@ func (sp *SubscribePush) HasPushHistory() {
|
|
|
"isPassCount": isPassCount, //推送数量校验
|
|
|
"otherFlag": otherFlag, //首次用户推送查询“其他”
|
|
|
"isread": isread, //某个通知??是否已读
|
|
|
- "data": list, //推送记录字段 *适配大会员
|
|
|
+ //"data": list, //推送记录字段 *适配大会员
|
|
|
"hasNextPage": hasNextPage, //是否有下一页 *适配大会员
|
|
|
"industry": industry_, //会员订阅的行业
|
|
|
})
|