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