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="厂家自送"} }); }