Browse Source

fix 修改名称

zhangtaotao 5 years ago
parent
commit
e1fac0cfdd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      WeChatCore/WeiChat.cs
  2. 1 1
      WeChatCore/WeChatCore.csproj

+ 1 - 1
WeChatCore/WeiChat.cs

@@ -20,7 +20,7 @@ namespace WeChatCore
     /// <summary>
     /// weichat
     /// </summary>
-    public static class WeiChat
+    public static class WeChat
     {
         #region 初始化微信机器人
 

+ 1 - 1
WeChatCore/WeChatCore.csproj

@@ -133,7 +133,7 @@
     <Compile Include="Enum\MsgOwerTypeEnum.cs" />
     <Compile Include="Enum\MsgTypeEnum.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="WeiChat.cs" />
+    <Compile Include="WeChat.cs" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="Referce\Newtonsoft.Json.dll" />