嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
微信扫描付
.
├── WxPayAPI
│ ├── WxPayAPI
│ │ ├── App_Data
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── PublishProfiles
│ │ ├── Scripts
│ │ │ ├── jquery-1.7.1.intellisense.js
│ │ │ ├── jquery-1.7.1.js
│ │ │ └── jquery-1.7.1.min.js
│ │ ├── Web.Debug.config
│ │ ├── Web.Release.config
│ │ ├── Web.config
│ │ ├── WxPayAPI.csproj
│ │ ├── WxPayAPI.csproj.user
│ │ ├── bin
│ │ │ ├── LitJson.dll
│ │ │ ├── QuickMark.dll
│ │ │ ├── RestSharp.dll
│ │ │ ├── ThoughtWorks.QRCode.dll
│ │ │ ├── WxPayAPI.dll
│ │ │ ├── WxPayAPI.dll.config
│ │ │ └── WxPayAPI.pdb
│ │ ├── business
│ │ │ ├── DownloadBill.cs
│ │ │ ├── JsApiPay.cs
│ │ │ ├── MicroPay.cs
│ │ │ ├── NativeNotify.cs
│ │ │ ├── NativePay.cs
│ │ │ ├── OrderQuery.cs
│ │ │ ├── Refund.cs
│ │ │ ├── RefundQuery.cs
│ │ │ └── ResultNotify.cs
│ │ ├── default.aspx.designer.cs
│ │ ├── example
│ │ │ ├── DownloadBillPage.aspx.cs
│ │ │ ├── DownloadBillPage.aspx.designer.cs
│ │ │ ├── DownloadBillpage.aspx
│ │ │ ├── JsApiPayPage.aspx
│ │ │ ├── JsApiPayPage.aspx.cs
│ │ │ ├── JsApiPayPage.aspx.designer.cs
│ │ │ ├── MakeQRCode.aspx
│ │ │ ├── MakeQRCode.aspx.cs
│ │ │ ├── MakeQRCode.aspx.designer.cs
│ │ │ ├── MicroPayPage.aspx
│ │ │ ├── MicroPayPage.aspx.cs
│ │ │ ├── MicroPayPage.aspx.designer.cs
│ │ │ ├── NativeNotifyPage.aspx
│ │ │ ├── NativeNotifyPage.aspx.cs
│ │ │ ├── NativeNotifyPage.aspx.designer.cs
│ │ │ ├── NativePayPage.aspx
│ │ │ ├── NativePayPage.aspx.cs
│ │ │ ├── NativePayPage.aspx.designer.cs
│ │ │ ├── OrderQueryPage.aspx
│ │ │ ├── OrderQueryPage.aspx.cs
│ │ │ ├── OrderQueryPage.aspx.designer.cs
│ │ │ ├── ProductPage.aspx
│ │ │ ├── ProductPage.aspx.cs
│ │ │ ├── ProductPage.aspx.designer.cs
│ │ │ ├── RefundPage.aspx
│ │ │ ├── RefundPage.aspx.cs
│ │ │ ├── RefundPage.aspx.designer.cs
│ │ │ ├── RefundQueryPage.aspx
│ │ │ ├── RefundQueryPage.aspx.cs
│ │ │ ├── RefundQueryPage.aspx.designer.cs
│ │ │ ├── ResultNotifyPage.aspx
│ │ │ ├── ResultNotifyPage.aspx.cs
│ │ │ └── ResultNotifyPage.aspx.designer.cs
│ │ ├── jsapi_load.txt
│ │ ├── lib
│ │ │ ├── Config.cs
│ │ │ ├── Data.cs
│ │ │ ├── DemoConfig.cs
│ │ │ ├── Exception.cs
│ │ │ ├── HttpService.cs
│ │ │ ├── IConfig.cs
│ │ │ ├── Log.cs
│ │ │ ├── Notify.cs
│ │ │ ├── RandomGenerator.cs
│ │ │ ├── SafeXmlDocument.cs
│ │ │ └── WxPayApi.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── WxPayAPI.csproj.CopyComplete
│ │ │ ├── WxPayAPI.csproj.CoreCompileInputs.cache
│ │ │ ├── WxPayAPI.csproj.FileListAbsolute.txt
│ │ │ ├── WxPayAPI.csprojAssemblyReference.cache
│ │ │ ├── WxPayAPI.csprojResolveAssemblyReference.cache
│ │ │ ├── WxPayAPI.dll
│ │ │ └── WxPayAPI.pdb
│ │ └── third
│ │ ├── LitJson.dll
│ │ ├── QuickMark.dll
│ │ ├── RestSharp.dll
│ │ └── ThoughtWorks.QRCode.dll
│ └── WxPayAPI.sln
└── 微信扫描付_WxPayAPI.rar
14 directories, 90 files