docs: 完善文档

This commit is contained in:
Fu Diwei
2022-11-14 13:25:07 +08:00
parent d18985f260
commit 115d374449
6 changed files with 87 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ switch (msgType)
var callbackModel = client.DeserializeEventFromXml<Events.TextMessageEvent>(callbackXml);
}
break;
// 省略其他情况
// 其他情况
}
```