/// <summary> /// 获取运单信息 add by huhaiyou 2014-4-24 /// </summary> /// <param name="model"></param> /// <returns></returns> public static InStorageWayBillModel CheckOnInStorage(InStorageRequestFormModel model) { try { var resultModel = HttpHelper.DoRequest <InStorageWayBillModel>(sysConfig.LMSAPIPath + "api/WayBill/CheckOnInStorageSingele", EnumHttpMethod.POST, EnumContentType.Json, model); Log.Info(resultModel.RawValue); return(resultModel.Value); } catch (Exception ex) { Log.Error("错误地址:" + sysConfig.LMSAPIPath + "api/WayBill/CheckOnInStorageSingele/"); Log.Exception(ex); } return(null); }
void GetOrdernumber() { InStorageRequestFormModel model = new InStorageRequestFormModel(); }