WH01243 2 years ago
parent
commit
ccf6bd8d15
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/jfw/front/shorturl.go

+ 2 - 0
src/jfw/front/shorturl.go

@@ -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"])