Browse Source

东莞etd对接方式2

lzk 1 month ago
parent
commit
30022798a0
1 changed files with 4 additions and 4 deletions
  1. 4 4
      3.Service/XYY.Service.Standard.ChannelApi/ChinaPost/GatewayApi.cs

+ 4 - 4
3.Service/XYY.Service.Standard.ChannelApi/ChinaPost/GatewayApi.cs

@@ -239,10 +239,10 @@ namespace XYY.Service.Standard.ChannelApi.ChinaPost
 
             };
             //改用etd方式对接
-            //if (channel.PublicName.Contains("FEDEX"))
-            //{
-            //    post.etd = "1";
-            //}
+            if (channel.PublicName.Contains("FEDEX"))
+            {
+                post.etd = "1";
+            }
             post.sender = new Sender
             {
                 name = channel.SenderName,