基本信息
源码名称:C#模拟发送post请求_微信公台特别版
源码大小:0.04M
文件格式:.zip
开发语言:C#
更新时间:2023-07-14
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#模拟发送post请求_微信公台特别版
正在实验微信公众平台,随手写了这个小工具,默认可以post以微信公众平台要求的xml格式到指定的服务器地址,模拟微信服务器和你的服务器交互,默认的地址里的参数也是微信公众平台里要求的东西,显示的文字是返回的...
文件清单
├── PostTest
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ │ ├── PostTest.pdb
│ │ ├── PostTest.vshost.exe
│ │ └── PostTest.vshost.exe.manifest
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── obj
│ │ └── x86
│ │ ├── Debug
│ │ │ └── TempPE
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PostTest.csproj.FileListAbsolute.txt
│ │ ├── PostTest.csproj.GenerateResource.Cache
│ │ ├── PostTest.exe
│ │ ├── PostTest.Form1.resources
│ │ ├── PostTest.pdb
│ │ ├── PostTest.Properties.Resources.resources
│ │ └── TempPE
│ ├── PostTest.csproj
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── PostTest.exe
├── PostTest.sln
└── PostTest.suo
11 directories, 24 files
C#模拟发送post请求_微信公台特别版
正在实验微信公众平台,随手写了这个小工具,默认可以post以微信公众平台要求的xml格式到指定的服务器地址,模拟微信服务器和你的服务器交互,默认的地址里的参数也是微信公众平台里要求的东西,显示的文字是返回的...
文件清单
├── PostTest
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ │ ├── PostTest.pdb
│ │ ├── PostTest.vshost.exe
│ │ └── PostTest.vshost.exe.manifest
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── obj
│ │ └── x86
│ │ ├── Debug
│ │ │ └── TempPE
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── PostTest.csproj.FileListAbsolute.txt
│ │ ├── PostTest.csproj.GenerateResource.Cache
│ │ ├── PostTest.exe
│ │ ├── PostTest.Form1.resources
│ │ ├── PostTest.pdb
│ │ ├── PostTest.Properties.Resources.resources
│ │ └── TempPE
│ ├── PostTest.csproj
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── PostTest.exe
├── PostTest.sln
└── PostTest.suo
11 directories, 24 files