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