From 330557c4bf88e10d976cacf22c963562d26d6303 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Thu, 2 Mar 2023 02:56:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=B3=E6=8E=A2-=E4=BA=AC=E4=B8=9C=E5=BF=AB?= =?UTF-8?q?=E9=80=92=E5=85=AC=E5=8F=B8=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PlatformSDK/LogisticsCompanyConverter.cs | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/BBWY.Server.Business/PlatformSDK/LogisticsCompanyConverter.cs b/BBWY.Server.Business/PlatformSDK/LogisticsCompanyConverter.cs index c3e5e88b..a6cd235f 100644 --- a/BBWY.Server.Business/PlatformSDK/LogisticsCompanyConverter.cs +++ b/BBWY.Server.Business/PlatformSDK/LogisticsCompanyConverter.cs @@ -46,7 +46,24 @@ namespace BBWY.Server.Business }); converterDictionary.Add($"{Enums.Platform.拳探}_{Enums.Platform.京东}", new List() { - + new LogisticsCompanyRelationship(){SourceName="韵达快递",TargetName="韵达快递"}, + new LogisticsCompanyRelationship(){SourceName="顺丰速运",TargetName="顺丰快递"}, + new LogisticsCompanyRelationship(){SourceName="圆通速递",TargetName="圆通快递"}, + new LogisticsCompanyRelationship(){SourceName="中通快递",TargetName="中通速递"}, + new LogisticsCompanyRelationship(){SourceName="申通快递",TargetName="厂家自送"}, + new LogisticsCompanyRelationship(){SourceName="百世快递",TargetName="厂家自送"}, + new LogisticsCompanyRelationship(){SourceName="德邦快递",TargetName="德邦快递"}, + new LogisticsCompanyRelationship(){SourceName="极兔速递",TargetName="京旗联盟-极兔"}, + new LogisticsCompanyRelationship(){SourceName="邮政快递包裹",TargetName="邮政快递包裹"}, + new LogisticsCompanyRelationship(){SourceName="天天快递",TargetName="厂家自送"}, + new LogisticsCompanyRelationship(){SourceName="EMS",TargetName="厂家自送"}, + new LogisticsCompanyRelationship(){SourceName="邮政标准快递",TargetName="邮政快递包裹"}, + new LogisticsCompanyRelationship(){SourceName="德邦",TargetName="德邦快递"}, + new LogisticsCompanyRelationship(){SourceName="众邮快递",TargetName="厂家自送"}, + new LogisticsCompanyRelationship(){SourceName="优速快递",TargetName="优速快递"}, + new LogisticsCompanyRelationship(){SourceName="中通快运",TargetName="中通快运"}, + new LogisticsCompanyRelationship(){SourceName="宅急送",TargetName="厂家自送"}, + new LogisticsCompanyRelationship(){SourceName="苏宁物流",TargetName="厂家自送"} }); }