Exemple #1
0
        /// <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);
        }
Exemple #2
0
 void GetOrdernumber()
 {
     InStorageRequestFormModel model = new InStorageRequestFormModel();
 }