From 7ce9e527f22cfc06fa74fa8d00fafc2479b34b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E5=96=9C=40DingTalk?= Date: Tue, 16 Jan 2024 15:25:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8D=E5=90=88=E7=90=86=E7=9A=84?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 7cbb5de..07ef6b9 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ Go SDK for DingTalk Stream Mode API, Compared with the webhook mode, it is easie 在 [教程文档](https://opensource.dingtalk.com/developerpedia/docs/explore/tutorials/stream/overview) 中,你可以找到钉钉 Stream 模式的教程文档和示例代码。 -## 特别说明 - -因拼写错误,从旧版本升级到 v0.13.0 时候,需要将 register_callback_hanlder 修改为 register_callback_handler - ### 参考资料 * [Stream 模式说明](https://opensource.dingtalk.com/developerpedia/docs/learn/stream/overview)