Explorar o código

朋友圈评论乱码修复

朋友圈评论乱码修复
changtuiqie %!s(int64=7) %!d(string=hai) anos
pai
achega
7e806cbf46

BIN=BIN
.vs/Ipad/v15/.suo


BIN=BIN
.vs/Ipad/v15/Server/sqlite3/storage.ide-shm


BIN=BIN
.vs/Ipad/v15/Server/sqlite3/storage.ide-wal


+ 0 - 1
IPADDemo/IPADDemo.csproj

@@ -135,7 +135,6 @@
     <Compile Include="Model\WxUser.cs" />
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="TestAPI.cs" />
     <Compile Include="Util\Base64.cs" />
     <Compile Include="Util\BaseClass.cs" />
     <Compile Include="Util\HttpUtil.cs" />

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 143
IPADDemo/TestAPI.cs


+ 2 - 2
IPADDemo/WeChat/XzyWeChatThread.cs

@@ -1332,7 +1332,7 @@ namespace IPADDemo.WeChat
             var result = "";
             fixed (int* WxUser1 = &pointerWxUser, msgptr1 = &msgPtr)
             {
-                XzyWxApis.WXSnsComment(pointerWxUser, this.wxUser.wxid, snsid, content, replyid, (int)msgptr1);
+                msgPtr = ESnsComment(pointerWxUser, this.wxUser.wxid, snsid, content, replyid);
                 var datas = MarshalNativeToManaged((IntPtr)msgPtr);
                 result = datas.ToString();
                 Wx_ReleaseEX(ref msgPtr);
@@ -2283,7 +2283,7 @@ namespace IPADDemo.WeChat
         public static extern int EShareCarde(int wxuser, string wxid, string fromwxid, string caption);
 
         [DllImport("EUtils.dll")]
-        public static extern int ESnsComment(int wxuser, string wxid, string snsid, string context);
+        public static extern int ESnsComment(int wxuser, string wxid, string snsid, string context,int replyid);
 
         [DllImport("EUtils.dll")]
         public static extern int EAddUser(int wxuser, string v1, string v2, int type,string context);

BIN=BIN
IPADDemo/bin/Debug/EUtils.bak


BIN=BIN
IPADDemo/bin/Debug/EUtils.dll


BIN=BIN
IPADDemo/bin/Debug/IPADDemo.exe


BIN=BIN
IPADDemo/bin/Debug/IPADDemo.pdb


BIN=BIN
IPADDemo/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache


+ 1 - 1
IPADDemo/obj/Debug/IPADDemo.csproj.CoreCompileInputs.cache

@@ -1 +1 @@
-9aa876a5fbf277fa3eeb94e01830315885684f95
+7e5a253e718c5ba6275e782e0f6168cf0a164c76

BIN=BIN
IPADDemo/obj/Debug/IPADDemo.exe


BIN=BIN
IPADDemo/obj/Debug/IPADDemo.pdb


BIN=BIN
dll/EUtils.bak


BIN=BIN
dll/EUtils.dll


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio