WH01243 2 年之前
父节点
当前提交
ab75979eff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/app/src/app/front/shorturl.go

+ 1 - 1
src/jfw/modules/app/src/app/front/shorturl.go

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