XuanYou.SharedPayment.Share 2.1.4

dotnet add package XuanYou.SharedPayment.Share --version 2.1.4
                    
NuGet\Install-Package XuanYou.SharedPayment.Share -Version 2.1.4
                    
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="XuanYou.SharedPayment.Share" Version="2.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XuanYou.SharedPayment.Share" Version="2.1.4" />
                    
Directory.Packages.props
<PackageReference Include="XuanYou.SharedPayment.Share" />
                    
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 XuanYou.SharedPayment.Share --version 2.1.4
                    
#r "nuget: XuanYou.SharedPayment.Share, 2.1.4"
                    
#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 XuanYou.SharedPayment.Share@2.1.4
                    
#: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=XuanYou.SharedPayment.Share&version=2.1.4
                    
Install as a Cake Addin
#tool nuget:?package=XuanYou.SharedPayment.Share&version=2.1.4
                    
Install as a Cake Tool

2.1.4 更新枚举注释
2.1.3 添加GetTransactionSummary接口相关实体
2.1.2 修改交易流水输出数据,添加创建时间
2.1.1 修改获取交易源接口参数,添加审核状态
2.1.0 修改获取交易开通接口传入的实体和输出实体
2.0.9 添加枚举类描述值
2.0.8 修改获取报表接口的输入模型添加报表类型为可空
2.0.7 更新扩展包
2.0.6 交易报表数据输出新增一个交易源名称字段
2.0.5 添加交易流水统计报表相关接口模型
2.0.3 修改GetOrdersInput中两个枚举参数为可空
2.0.2 更新支付配置实体类
2.0.1  修改基类的更新包
2.0.0  新增退款相关实体和获取交易流水相关实体
1.0.9 增加获取交易开通记录列表查询的模型
1.0.8 修改创建订单接口子订单参数必填选项
1.0.6 修改正确的http请求
1.0.5 去掉必填
1.0.4   添加交易流水相关数据模型
1.0.3   修改几个交易源模型
1.0.2   添加交易开通申请相关数据模型
1.0.1   添加交易源相关数据模型

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 XuanYou.SharedPayment.Share:

Package Downloads
XuanYou.SharedPayment.SDK

1.3.2 修改微服务调用地址为获取配置文件 1.3.1 添加GetTransactionSummary接口用于获取相关范围统计报表合计 1.2.9 添加获取当前商户名下所有已开通并且正常使用的交易方式 1.2.8 添加交易流水统计报表接口 1.2.7 新增查询开通记录接口 1.2.6 修改服务地址通过appsetting节点获取 1.2.5 添加交易流水查询接口,新增退款申请接口 1.2.4 补上漏填的JSONContent 1.2.3 添加获取交易开通记录列表的API方法 1.2.2 修改几个实体模型,接口添加JSONContent形式传递参数 1.2.1 修改调用过程 1.0.9 修改请求方式 1.0.8 添加生成交易流水接口CreateOrder 1.0.7 添加交易源列表接口和交易源信息查询接口 1.0.6 添加与交易开通申请相关接口 1.0.5 添加与交易源相关的几个管理接口 1.0.4 修改RegistryService注册限制,加上锁如果注册过则不再注册 1.0.3 修改RegistryService方法中注册路径为绝对域名 1.0.1 update 测试推送SDK包 1.0.0 Init初始化SDK包及接口测试服务限定过程

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.4 371 6/16/2023
2.1.3 310 6/16/2023
2.1.2 267 6/15/2023
2.1.1 267 6/15/2023
2.1.0 271 6/14/2023
2.0.9 266 6/13/2023
2.0.8 269 6/13/2023
2.0.7 283 6/9/2023
2.0.6 267 6/9/2023
2.0.5 399 6/9/2023
2.0.4 269 6/1/2023
2.0.3 267 6/1/2023
2.0.2 274 6/1/2023
2.0.1 270 5/31/2023
2.0.0 471 5/31/2023
1.0.9 410 5/31/2023
1.0.8 344 5/29/2023
1.0.7 291 5/29/2023
1.0.6 450 5/27/2023
1.0.5 260 5/27/2023
Loading failed