|
@@ -675,7 +675,7 @@ func KeyWordHandle(obj map[string]interface{}) string {
|
|
}
|
|
}
|
|
func DescriptionHandle(stype string, obj map[string]interface{}) string {
|
|
func DescriptionHandle(stype string, obj map[string]interface{}) string {
|
|
description := ""
|
|
description := ""
|
|
- pushTime := time.Unix(util.Int64All(obj["publishtime"]), 0)
|
|
|
|
|
|
+ pushTime := time.Unix(util.Int64All(obj["l_publishtime"]), 0)
|
|
title := util.InterfaceToStr(obj["title"])
|
|
title := util.InterfaceToStr(obj["title"])
|
|
owner := util.InterfaceToStr(obj["owner"])
|
|
owner := util.InterfaceToStr(obj["owner"])
|
|
subtype := util.InterfaceToStr(obj["subtype"])
|
|
subtype := util.InterfaceToStr(obj["subtype"])
|