Galosoft.IaaS.AspNetCore.Alipay 25.9.29.8-rc3

This is a prerelease version of Galosoft.IaaS.AspNetCore.Alipay.
dotnet add package Galosoft.IaaS.AspNetCore.Alipay --version 25.9.29.8-rc3
                    
NuGet\Install-Package Galosoft.IaaS.AspNetCore.Alipay -Version 25.9.29.8-rc3
                    
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="Galosoft.IaaS.AspNetCore.Alipay" Version="25.9.29.8-rc3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Galosoft.IaaS.AspNetCore.Alipay" Version="25.9.29.8-rc3" />
                    
Directory.Packages.props
<PackageReference Include="Galosoft.IaaS.AspNetCore.Alipay" />
                    
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 Galosoft.IaaS.AspNetCore.Alipay --version 25.9.29.8-rc3
                    
#r "nuget: Galosoft.IaaS.AspNetCore.Alipay, 25.9.29.8-rc3"
                    
#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 Galosoft.IaaS.AspNetCore.Alipay@25.9.29.8-rc3
                    
#: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=Galosoft.IaaS.AspNetCore.Alipay&version=25.9.29.8-rc3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Galosoft.IaaS.AspNetCore.Alipay&version=25.9.29.8-rc3&prerelease
                    
Install as a Cake Tool

create table customer_payment ( payment_id bigint auto_increment primary key, -- 主键 order_no varchar(32) null, -- 订单编号 user_id bigint null, -- 系统用户ID trade_status varchar(50) null, -- 交易状态 trade_no varchar(100) null, -- 外部交易号 total_amount varchar(20) null, -- 支付金额 trade_subject varchar(200) null, -- 支付标题 payment_form varchar(2000) null, -- 支付表单 buyer_id varchar(100) null, -- 付款用户ID buyer_pay_amount varchar(100) null, -- 实际付款金额 gmt_payment varchar(20) null, -- 实际支付时间 create_time datetime null, update_time datetime null, del_flag int null );

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
25.9.29.8-rc3 176 9/29/2025
25.1.16.2-nj 114 1/16/2025
25.1.10.1-nj 109 1/10/2025