yj
2025-08-07 2e391d599d08ea7a7c11442bc2845a1191494c3d
app/services/ecloud_client.py
@@ -38,7 +38,8 @@
            if keyword in filtered_content:
                filtered_content = filtered_content.replace(keyword, "")
                logger.info(f"过滤关键词: {keyword}")
        # 去除前后空格
        filtered_content = filtered_content.strip()
        return filtered_content
    def get_contact_info(self, w_id: str, wc_id: str) -> Optional[Dict[str, Any]]: