基本信息
源码名称:微信支付C#封装DLL
源码大小:2.20M
文件格式:.zip
开发语言:C#
更新时间:2024-02-28
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 6 元 
   源码介绍

微信支付通用DLL

└── WxPayAPI
    ├── WxPayAPI
    │   ├── Comm
    │   │   ├── WxPayBLL.cs
    │   │   └── WxPayInfo.cs
    │   ├── CommPayAPI.csproj
    │   ├── DLL
    │   │   ├── LitJson.dll
    │   │   ├── QuickMark.dll
    │   │   ├── RestSharp.dll
    │   │   └── ThoughtWorks.QRCode.dll
    │   ├── Lib
    │   │   ├── Config.cs
    │   │   ├── Data.cs
    │   │   ├── DemoConfig.cs
    │   │   ├── Exception.cs
    │   │   ├── HttpService.cs
    │   │   ├── IConfig.cs
    │   │   ├── Log.cs
    │   │   ├── Notify.cs
    │   │   ├── RandomGenerator.cs
    │   │   ├── SafeXmlDocument.cs
    │   │   └── WxPayApi.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── Wxbusiness
    │   │   ├── DownloadBill.cs
    │   │   ├── JsApiPay.cs
    │   │   ├── MicroPay.cs
    │   │   ├── NativeNotify.cs
    │   │   ├── NativePay.cs
    │   │   ├── OrderQuery.cs
    │   │   ├── Refund.cs
    │   │   ├── RefundQuery.cs
    │   │   └── ResultNotify.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── CommPayAPI.dll
    │   │   │   ├── CommPayAPI.pdb
    │   │   │   ├── CommPayAPI.tlb
    │   │   │   ├── LitJson.dll
    │   │   │   ├── WxPayAPI.dll
    │   │   │   ├── WxPayAPI.pdb
    │   │   │   └── 微信支付动态库.zip
    │   │   └── Release
    │   └── obj
    │       ├── CommPayAPI.csproj.UnmanagedRegistration.cache
    │       └── Debug
    │           ├── CommPayAPI.csproj.CopyComplete
    │           ├── CommPayAPI.csproj.CoreCompileInputs.cache
    │           ├── CommPayAPI.csproj.FileListAbsolute.txt
    │           ├── CommPayAPI.dll
    │           ├── CommPayAPI.pdb
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── TempPE
    │           ├── WxPayAPI.csproj.CoreCompileInputs.cache
    │           ├── WxPayAPI.csproj.FileListAbsolute.txt
    │           ├── WxPayAPI.dll
    │           └── WxPayAPI.pdb
    ├── WxPayAPI.sln
    ├── desktop.ini
    └── winTest
        ├── Form1.Designer.cs
        ├── Form1.cs
        ├── Form1.resx
        ├── Program.cs
        ├── Properties
        │   ├── AssemblyInfo.cs
        │   ├── Resources.Designer.cs
        │   ├── Resources.resx
        │   ├── Settings.Designer.cs
        │   └── Settings.settings
        ├── app.config
        ├── bin
        │   └── Debug
        │       ├── 20191217.txt
        │       ├── 20191218.txt
        │       ├── 20191219.txt
        │       ├── 20210622.txt
        │       ├── 20210623.txt
        │       ├── CommPayAPI.dll
        │       ├── CommPayAPI.pdb
        │       ├── LitJson.dll
        │       ├── apiclient_cert.p12
        │       ├── apiclient_cert.pem
        │       ├── apiclient_key.pem
        │       ├── jsb-public-cert.pem
        │       ├── jsb_private_key_cert.pem
        │       ├── winTest.exe
        │       ├── winTest.exe.config
        │       ├── winTest.pdb
        │       ├── 微信支付DEMO.zip
        │       └── 证书使用说明.txt
        ├── obj
        │   └── Debug
        │       ├── DesignTimeResolveAssemblyReferences.cache
        │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │       ├── TempPE
        │       │   └── Properties.Resources.Designer.cs.dll
        │       ├── winTest.Form1.resources
        │       ├── winTest.Properties.Resources.resources
        │       ├── winTest.csproj.CopyComplete
        │       ├── winTest.csproj.CoreCompileInputs.cache
        │       ├── winTest.csproj.FileListAbsolute.txt
        │       ├── winTest.csproj.GenerateResource.cache
        │       ├── winTest.csprojAssemblyReference.cache
        │       ├── winTest.exe
        │       └── winTest.pdb
        └── winTest.csproj

20 directories, 89 files