|
@@ -697,6 +697,7 @@ func (s *subscribePush) GetJyPushs(datas []map[string]interface{}) (pushCas []*P
|
|
Type: common.IntAll(v["type"]),
|
|
Type: common.IntAll(v["type"]),
|
|
Isvip: common.IntAll(v["isvip"]),
|
|
Isvip: common.IntAll(v["isvip"]),
|
|
FileExists: common.IntAll(v["attachment_count"]) > 0,
|
|
FileExists: common.IntAll(v["attachment_count"]) > 0,
|
|
|
|
+ Source: common.Int64All(v["source"]),
|
|
})
|
|
})
|
|
}
|
|
}
|
|
return
|
|
return
|