Galosys.Foundation.AspNetCore.Alipay 26.7.24.2

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

Galosys.Foundation.AspNetCore.Alipay

成熟度: 🟡 可用 — 功能完整,测试或文档可能不完善

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 net10.0 is compatible.  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
26.7.24.2 6 7/24/2026
26.7.24.1 29 7/24/2026
26.7.22.1 36 7/23/2026
26.7.21.1 84 7/21/2026
26.7.20.2 85 7/20/2026
26.7.20.1 87 7/20/2026
26.7.19.3 82 7/19/2026
26.7.19.2 82 7/19/2026
26.7.19.1 85 7/19/2026
26.7.18.2 91 7/18/2026
26.7.18.1 82 7/18/2026
26.7.17.1 83 7/17/2026
26.7.14.1 90 7/14/2026
26.7.13.1 93 7/13/2026
26.7.12.1 90 7/12/2026
26.7.11.1 92 7/11/2026
26.7.10.2 88 7/10/2026
26.7.10.1 92 7/10/2026
26.7.7.2 102 7/7/2026
26.7.7.1 98 7/7/2026
Loading failed