DH.PaySharp 3.6.2024.5110022

There is a newer version of this package available.
See the version list below for details.
dotnet add package DH.PaySharp --version 3.6.2024.5110022
                    
NuGet\Install-Package DH.PaySharp -Version 3.6.2024.5110022
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DH.PaySharp" Version="3.6.2024.5110022" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DH.PaySharp" Version="3.6.2024.5110022" />
                    
Directory.Packages.props
<PackageReference Include="DH.PaySharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DH.PaySharp --version 3.6.2024.5110022
                    
#r "nuget: DH.PaySharp, 3.6.2024.5110022"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DH.PaySharp@3.6.2024.5110022
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DH.PaySharp&version=3.6.2024.5110022
                    
Install as a Cake Addin
#tool nuget:?package=DH.PaySharp&version=3.6.2024.5110022
                    
Install as a Cake Tool

DH.FrameWork

介绍

基于net core的底层快速开发框架,目前主要net core 版本号为:7.0.100,支持插件模式。

已上传Nuet:请搜索DH.Web.Framework
另已制作上传简单项目模板到Nuget:请搜索DH.Templates.Mvc.Base

交流请加群:774046050

另有基于Maui的项目:DH.Maui.FrameWork

1、单例方法可以使用Singleton<T>.Instance
2、支持多语种
3、支持插件
4、数据库ORM使用新生命的NewLife.XCode
5、支持缓存。缓存支持内存缓存和Redis缓存,Redis缓存组件使用新生命的NewLife.Redis
6、支持项目内事件发布和消费
7、支持动态路由,目前暂支持首页动态路由为指定插件的页面路由。
8、支持钉钉和企业微信WebHook
9、支持基于Json持久化存储的内存数据库
10、支持虚拟文件系统功能。
11、支持客如云、银豹平台、微信相关、又拍云相关对接SDK
12、支持动态C#类型库,可以像在JavaScript或其他动态语言中一样定义Dynamic对象
13、支持Vue集成框架开发,目前支持两种模式:1是只能使用Vue,2是可以Vue和Mvc共存。其中VueDemo为全局Vue Demo,VueDemo1为Vue和Mvc共存
14、支持SMS短信PDU格式转换类库
15、JWT权限类库

插件页面性能

输入图片说明

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DH.PaySharp:

Package Downloads
DH.PaySharp.Allinpay

通联收银宝支付处理类库。支持的支付方式:统一支付(Unified)、统一条码(Barcode)。参考https://github.com/Varorbc/PaySharp

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.2026.50100027 44 5/1/2026
10.0.2026.42900026 84 4/29/2026
10.0.2026.42700025 100 4/27/2026
10.0.2026.42700023 97 4/27/2026
10.0.2026.42700022 96 4/27/2026
10.0.2026.41600021 107 4/17/2026
10.0.2026.41600020 103 4/16/2026
10.0.2026.41600019 104 4/16/2026
10.0.2026.41600018 90 4/16/2026
10.0.2026.41500018 105 4/15/2026
10.0.2026.31700017 127 3/17/2026
10.0.2026.31700016 110 3/17/2026
10.0.2026.31700015 121 3/17/2026
10.0.2026.22700014 125 2/27/2026
10.0.2026.22600014 122 2/27/2026
10.0.2026.21000014 131 2/10/2026
10.0.2026.13000013 129 1/30/2026
10.0.2026.12000012 144 1/20/2026
10.0.2026.11200012 139 1/13/2026
3.6.2024.5110022 225 5/11/2024
Loading failed

是一个支持多商户多种支付方式的跨平台网关处理类库,可以简化订单的创建、查询、退款和接收网关返回的支付通知等操作。目前支持的支付网关有:支付宝(Alipay)、微信支付(Wechatpay)、中国银联(Unionpay)、QQ钱包支付(Qpay)、通联收银宝(Allinpay)。