Browse Source

fix 调整命名

zhangtaotao 5 years ago
parent
commit
2a58724c03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      WeChatCore/WeChat.cs

+ 1 - 1
WeChatCore/WeChat.cs

@@ -27,7 +27,7 @@ namespace WeChatCore
         /// <summary>
         /// 初始化消息机器人 注:必须用异步线程,否则会阻塞主线程
         /// </summary>
-        public static void InitWeiChatRobot()
+        public static void InitWeChatRobot()
         {
             bool DownLoadImageResult = DownloadImage();
             if (DownLoadImageResult == true)