tangjiang 6 tháng trước cách đây
mục cha
commit
2be504e499

+ 4 - 4
src/DataSharing.Host/Controllers/YiBin/ConvergenceMediaController.cs

@@ -391,7 +391,7 @@ namespace DataSharing.Host.Controllers.YiBin
                     { "CurrentPage", 1},
                     { "PageSize", 500 },
                 };
-            var strUrl = "http://localhost:6028/yb12345/iyb.asmx/GetOrderByListNew";
+            var strUrl = "http://12345.zwfwhfgjjfzj.yibin.gov.cn:8086/yb12345/iyb.asmx/GetOrderByListNew";
             var strResultData = e_SendHttpPostBySync(strUrl, dic);
             if (!string.IsNullOrEmpty(strResultData))
             {
@@ -491,7 +491,7 @@ namespace DataSharing.Host.Controllers.YiBin
                     { "AcceptCode", dto.AcceptCode },
                     { "AcceptPwd", dto.AcceptPwd }
                 };
-                var strUrl = "http://localhost:6028/yb12345/iyb.asmx/GetOrderDetailNew";
+                var strUrl = "http://12345.zwfwhfgjjfzj.yibin.gov.cn:8086/yb12345/iyb.asmx/GetOrderDetailNew";
                 var strResultData = e_SendHttpPostBySync(strUrl, dic);
                 if (!string.IsNullOrEmpty(strResultData))
                 {
@@ -645,7 +645,7 @@ namespace DataSharing.Host.Controllers.YiBin
                     { "CurrentPage", 1},
                     { "PageSize", getOrder.PageSize },
                 };
-            var strUrl = "http://localhost:6028/yb12345/iyb.asmx/GetOrderByListOpenNew";
+            var strUrl = "http://12345.zwfwhfgjjfzj.yibin.gov.cn:8086/yb12345/iyb.asmx/GetOrderByListOpenNew";
             var strResultData = e_SendHttpPostBySync(strUrl, dic);
             if (!string.IsNullOrEmpty(strResultData))
             {
@@ -1050,7 +1050,7 @@ namespace DataSharing.Host.Controllers.YiBin
                 {
                     { "FlowID", dto.FlowID }
                 };
-                var strUrl = "http://localhost:6028/yb12345/iyb.asmx/GetOrderDetailByFlowIDNew";
+                var strUrl = "http://12345.zwfwhfgjjfzj.yibin.gov.cn:8086/yb12345/iyb.asmx/GetOrderDetailByFlowIDNew";
                 var strResultData = e_SendHttpPostBySync(strUrl, dic);
                 if (!string.IsNullOrEmpty(strResultData))
                 {