|
@@ -306,6 +306,8 @@ def _build_posts_payload(records: List[Dict[str, Any]]) -> List[Dict[str, Any]]:
|
|
|
"title": item.get("title") or "",
|
|
"title": item.get("title") or "",
|
|
|
"video": item.get("url") or "",
|
|
"video": item.get("url") or "",
|
|
|
"images": [],
|
|
"images": [],
|
|
|
|
|
+ "mergeLeve1": item.get("cate1") or "",
|
|
|
|
|
+ "mergeLeve2": item.get("cate2") or "",
|
|
|
"contentModal": 4,
|
|
"contentModal": 4,
|
|
|
"channel": 10,
|
|
"channel": 10,
|
|
|
}
|
|
}
|