using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace XhOA.Constants { public class Url { /// /// 物料ID /// /// #if DEBUG public const string KDApiUrl = "http://localhost/K3Cloud/"; #else public const string KDApiUrl = "http://192.168.0.2/K3Cloud/"; public const string OMSAccount = "xherp"; public const string OMSPwd = "dee61b6f3f8d515e3fbedd094017d683273e"; public const string OMSUrl = "https://dock.xhgjmall.com/xhmall_dockingplatform/api"; public const string fileUrl = "http://172.19.5.122/K3CloudFileServer/UploadFiles";//该IP为OMS访问阿里云服务器的地址 public const string EASApiUrl = "http://115.236.73.42:11521/API/AddVoucher.ashx";//EAS凭证对接接口地址 public const string EASApiDelUrl = "http://115.236.73.42:11521/API/DelVoucher.ashx";//EAS凭证对接接口地址 #endif } }