From 78fd4ebf197ab177a9966741fde90412f1dd4ade Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Mon, 2 Aug 2021 12:54:38 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=AE=8C=E5=96=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/WechatApi/Advanced_EventDataDeserialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WechatApi/Advanced_EventDataDeserialization.md b/docs/WechatApi/Advanced_EventDataDeserialization.md index 2de042a9..250efa9b 100644 --- a/docs/WechatApi/Advanced_EventDataDeserialization.md +++ b/docs/WechatApi/Advanced_EventDataDeserialization.md @@ -69,4 +69,4 @@ string replyXml = client.SerializeEventToXml(replyModel); string replyXml = client.SerializeEventToXml(replyModel, safety: true); ``` -更多的示例可以参考项目目录下的 _src/SKIT.FlurlHttpClient.Wechat.Api/Events/MpReply_ 目录。 \ No newline at end of file +完整的被动回复模型定义可以参考项目目录下的 _src/SKIT.FlurlHttpClient.Wechat.Api/Events/MpReply_ 目录。 \ No newline at end of file