xiaojiao
昨天 b532ba8806996246ab7a0896bf34b884c47dee7e
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA.Services/Connected Services/ErpWebService/Reference.cs
@@ -7,6 +7,8 @@
// </auto-generated>
//------------------------------------------------------------------------------
using WIDESEA.Services.Services.ToMes;
namespace ErpWebService
{
    
@@ -1200,11 +1202,11 @@
        {
            if ((endpointConfiguration == EndpointConfiguration.Service_EQPSoap))
            {
                return new System.ServiceModel.EndpointAddress("http://172.21.1.117/barcode/Webservice/WebService_ZY/Service_EQP.asmx");
                return new System.ServiceModel.EndpointAddress(ToMesService.POSTURL);
            }
            if ((endpointConfiguration == EndpointConfiguration.Service_EQPSoap12))
            {
                return new System.ServiceModel.EndpointAddress("http://172.21.1.117/barcode/Webservice/WebService_ZY/Service_EQP.asmx");
                return new System.ServiceModel.EndpointAddress(ToMesService.POSTURL);
            }
            throw new System.InvalidOperationException(string.Format("找不到名称为“{0}”的终结点。", endpointConfiguration));
        }