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" />
<PackageReference Include="Bitzsoft.Integrations.Express.All" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=Bitzsoft.Integrations.Express.All&version=1.0.0-alpha.8&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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冲突
相关包
| Product | Versions 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.
-
net10.0
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.Cainiao (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.ChinaPost (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.Kdniao (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.Kuaidi100 (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.SfLegal (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.ShowApi (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.Zto (>= 1.0.0-alpha.8)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
-
net5.0
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.Cainiao (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.ChinaPost (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.Kdniao (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.Kuaidi100 (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.SfLegal (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.ShowApi (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.Zto (>= 1.0.0-alpha.8)
- Microsoft.Extensions.Configuration.Abstractions (>= 5.0.0)
-
net8.0
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.Cainiao (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.ChinaPost (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.Kdniao (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.Kuaidi100 (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.SfLegal (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.ShowApi (>= 1.0.0-alpha.8)
- Bitzsoft.Integrations.Express.Zto (>= 1.0.0-alpha.8)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
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 |