Ver Fonte

Merge branch 'main' of http://gitlab.pubdata.cn/hlm/multi-platform-media-manage

Ethanfly há 1 dia atrás
pai
commit
938547ed1a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      server/python/platforms/weixin.py

+ 1 - 1
server/python/platforms/weixin.py

@@ -1288,7 +1288,7 @@ class WeixinPublisher(BasePublisher):
                     target_index = i
                     work_title = post.get("desc", {}).get("description", "无标题")
                     print(f"[{self.platform_name}] ✅ 找到目标作品: {work_title}")
-                    break
+                    continue
             
             if not target_feed or not target_post:
                 print(f"[{self.platform_name}] ❌ 未找到 work_id={work_id} 对应的作品")