<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>集成实战 on PlumePHP</title><link>https://plumephp.com/tags/%E9%9B%86%E6%88%90%E5%AE%9E%E6%88%98/</link><description>Recent content in 集成实战 on PlumePHP</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Sun, 19 Oct 2025 09:00:00 +0800</lastBuildDate><atom:link href="https://plumephp.com/tags/%E9%9B%86%E6%88%90%E5%AE%9E%E6%88%98/index.xml" rel="self" type="application/rss+xml"/><item><title>Slack Webhook 集成实战：Incoming Webhook、Events API 与 Block Kit（2025 完整指南）</title><link>https://plumephp.com/webhook-slack-integration/</link><pubDate>Sun, 19 Oct 2025 09:00:00 +0800</pubDate><guid>https://plumephp.com/webhook-slack-integration/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;：Slack 的 Webhook 生态最成熟——&lt;strong&gt;Incoming Webhook&lt;/strong&gt;（推送到频道）、&lt;strong&gt;Events API&lt;/strong&gt;（接收 Slack 事件）、&lt;strong&gt;Slash Commands&lt;/strong&gt;（斜杠命令）。核心签名方式使用 &lt;strong&gt;HMAC-SHA256 + Signing Secret&lt;/strong&gt;，时间戳防重放机制与 Stripe 类似但细节不同。&lt;/p&gt;</description></item><item><title>飞书 Webhook 集成实战：机器人推送、事件订阅与消息卡片（2025 完整指南）</title><link>https://plumephp.com/webhook-feishu-integration/</link><pubDate>Sat, 18 Oct 2025 09:00:00 +0800</pubDate><guid>https://plumephp.com/webhook-feishu-integration/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;：飞书（Lark）Webhook 机制与钉钉类似，但更清晰统一——&lt;strong&gt;自定义机器人&lt;/strong&gt;（群推送 + 回调）、&lt;strong&gt;应用事件订阅&lt;/strong&gt;（企业级通知）。核心差异在于飞书使用 &lt;strong&gt;Encrypt Key&lt;/strong&gt; 对回调 Payload 进行 AES-256-CBC 加密，且消息卡片（Card）生态更强大。&lt;/p&gt;</description></item><item><title>钉钉 Webhook 集成实战：机器人推送、Outgoing 回调与事件订阅（2025 完整指南）</title><link>https://plumephp.com/webhook-dingtalk-integration/</link><pubDate>Fri, 17 Oct 2025 09:00:00 +0800</pubDate><guid>https://plumephp.com/webhook-dingtalk-integration/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;：钉钉提供 3 种 Webhook 机制——&lt;strong&gt;群机器人&lt;/strong&gt;（主动推送消息到群）、&lt;strong&gt;Outgoing 机器人&lt;/strong&gt;（用户@机器人时回调你的服务）、&lt;strong&gt;事件订阅&lt;/strong&gt;（企业内审批/日程等变更通知）。本文给出每种场景的 Go/Node.js 代码和避坑指南。&lt;/p&gt;</description></item><item><title>Stripe Webhook 集成实战：完整接收、验签与事件处理代码</title><link>https://plumephp.com/webhook-stripe-integration/</link><pubDate>Sat, 16 Mar 2024 00:00:00 +0000</pubDate><guid>https://plumephp.com/webhook-stripe-integration/</guid><description>&lt;h1 id="stripe-webhook-集成实战完整接收验签与事件处理代码"&gt;Stripe Webhook 集成实战：完整接收、验签与事件处理代码&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; 本文是 Stripe Webhook 的端到端集成指南：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;5 分钟完成&lt;/strong&gt; Stripe Dashboard 配置 + Endpoint Secret 获取&lt;/li&gt;
&lt;li&gt;掌握 &lt;strong&gt;Stripe 签名验证的完整流程&lt;/strong&gt;（含 Go/Node.js 可运行代码）&lt;/li&gt;
&lt;li&gt;获取 &lt;strong&gt;8 种核心事件的处理模板&lt;/strong&gt;：支付成功、订阅创建、退款、 disputes 等&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;阅读收益&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>