Bitzsoft.Integrations.Express.All 1.0.0-alpha.8

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

Bitzsoft.Integrations.Express.All

快递物流服务聚合包,包含所有供应商实现,一键注册。

功能特性

  • 一次安装包含所有快递物流供应商实现
  • 自动注册配置中存在的供应商,未配置的不加载
  • 支持混合使用多个供应商(如快递鸟查询 + 顺丰函证通寄递)

安装

dotnet add package Bitzsoft.Integrations.Express.All
<PackageReference Include="Bitzsoft.Integrations.Express.All" Version="*" />

配置

{
  "Express": {
    "Kdniao": {
      "EBusinessId": "你的商户ID",
      "AppKey": "你的应用密钥"
    },
    "Kuaidi100": {
      "Key": "你的授权码",
      "Customer": "你的顾客编码"
    },
    "SfLegal": {
      "MonthlyCardNo": "你的月结卡号",
      "CustomerCode": "你的顾客编码",
      "CheckWord": "你的校验码"
    }
  }
}

仅注册配置中存在的供应商,未配置的不会加载。

注册服务

services.AddBitzsoftExpressAll(configuration);

包含的供应商

包名 类型 说明
Express.Kdniao 聚合平台 快递鸟,覆盖 2000+ 快递公司
Express.Kuaidi100 聚合平台 快递100,覆盖 2100+ 快递公司
Express.SfLegal 独立接口 顺丰函证通法律函件寄递
Express.ChinaPost 直连承运商 中国邮政/EMS,支持轨迹、订阅、下单、取消、时效和电子面单
Express.Cainiao 直连承运商 菜鸟速递 EDI,支持轨迹、订阅、下单、取消、时效和取号预分拣
Express.Zto 直连承运商 中通快递
Express.ShowApi 聚合平台 万维易源,备用查询、订阅、识别和时效预估渠道

注意事项

  • IExpressProvider 使用 TryAddSingleton 注册,仅注册配置中第一个存在的聚合平台供应商
  • 如需同时使用多个 IExpressProvider,请分别注册各供应商包并自行解析
  • ISfLegalDocumentProvider 独立注册,不与 IExpressProvider 冲突

相关包

包名 说明
Bitzsoft.Integrations.Express 抽象层
Bitzsoft.Integrations.Express.Kdniao 快递鸟
Bitzsoft.Integrations.Express.Kuaidi100 快递100
Bitzsoft.Integrations.Express.SfLegal 顺丰函证通
Bitzsoft.Integrations.Express.ChinaPost 中国邮政
Bitzsoft.Integrations.Express.Cainiao 菜鸟物流
Bitzsoft.Integrations.Express.Zto 中通快递
Bitzsoft.Integrations.Express.ShowApi 万维易源
Bitzsoft.Integrations.Compatibility 基础工具库
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 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 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
1.0.0-alpha.8 49 7/1/2026
1.0.0-alpha.7 61 6/16/2026
1.0.0-alpha.6 64 6/16/2026
1.0.0-alpha.5 52 6/14/2026
1.0.0-alpha.3 62 6/7/2026