嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
微信刷卡支付WxPay(WINFORM简易版)_C# VS2005
本程序为微信刷卡(刷码)支付。调用微信官网上API做成简易的WINFORM程序,供大家学习,少走弯路。
.
├── WxPay_VS2005_WINFORM
│ ├── WindowsApplication1
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── LitJson.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── WxPayAPI.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── LitJson.dll
│ │ │ ├── ThoughtWorks.QRCode.dll
│ │ │ ├── WindowsApplication1.exe
│ │ │ ├── WindowsApplication1.pdb
│ │ │ ├── WindowsApplication1.vshost.exe
│ │ │ ├── cert
│ │ │ │ └── apiclient_cert.p12
│ │ │ └── logs
│ │ │ ├── 2015-12-08.log
│ │ │ ├── 2015-12-09.log
│ │ │ └── 2015-12-10.log
│ │ ├── business
│ │ │ ├── DownloadBill.cs
│ │ │ ├── JsApiPay.cs
│ │ │ ├── MicroPay.cs
│ │ │ ├── NativeNotify.cs
│ │ │ ├── NativePay.cs
│ │ │ ├── OrderQuery.cs
│ │ │ ├── Refund.cs
│ │ │ ├── RefundQuery.cs
│ │ │ └── ResultNotify.cs
│ │ ├── cert
│ │ │ └── apiclient_cert.p12
│ │ ├── lib
│ │ │ ├── Config.cs
│ │ │ ├── Data.cs
│ │ │ ├── Exception.cs
│ │ │ ├── HttpService.cs
│ │ │ ├── Log.cs
│ │ │ ├── Notify.cs
│ │ │ └── WxPayApi.cs
│ │ ├── logs
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── WindowsApplication1.Properties.Resources.resources
│ │ │ ├── WindowsApplication1.exe
│ │ │ ├── WindowsApplication1.pdb
│ │ │ ├── WxPayAPI.Form1.resources
│ │ │ └── WxPayAPI.csproj.GenerateResource.Cache
│ │ └── WxPayAPI.csproj.FileListAbsolute.txt
│ ├── WindowsApplication1.sln
│ └── WindowsApplication1.suo
└── 微信刷卡支付WxPay(WINFORM简易版)_C# VS2005_WxPay_VS2005_WINFORM.rar
15 directories, 47 files