Пример #1
0
        public Jinher.AMP.BTP.Deploy.CustomDTO.NStoreSDTO GetStoreByLocation(Jinher.AMP.BTP.Deploy.CustomDTO.StoreLocationParam slp)
        {
            //定义返回值
            Jinher.AMP.BTP.Deploy.CustomDTO.NStoreSDTO result;

            try
            {
                //调用代理方法
                result = base.Channel.GetStoreByLocation(slp);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Пример #2
0
        public Jinher.AMP.BTP.Deploy.CustomDTO.NStoreSDTO GetCateringPlatformStore(Jinher.AMP.BTP.Deploy.CustomDTO.StoreLocationParam param)
        {
            //定义返回值
            Jinher.AMP.BTP.Deploy.CustomDTO.NStoreSDTO result;

            try
            {
                //调用代理方法
                result = base.Channel.GetCateringPlatformStore(param);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }
Пример #3
0
 /// <summary>
 /// 获取餐饮平台聚合门店
 /// </summary>
 /// <param name="param"></param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.NStoreSDTO GetCateringPlatformStore(Jinher.AMP.BTP.Deploy.CustomDTO.StoreLocationParam param)
 {
     base.Do(false);
     return(this.GetCateringPlatformStoreExt(param));
 }
Пример #4
0
 /// <summary>
 ///  获取门店列表(按用户当前位置到门店的距离排序)
 /// <para>Service Url: http://testbtp.iuoooo.com/Jinher.AMP.BTP.SV.StoreSV.svc/GetStoreByLocation
 /// </para>
 /// </summary>
 /// <param name="slp">参数实体类</param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.NStoreSDTO GetStoreByLocation(Jinher.AMP.BTP.Deploy.CustomDTO.StoreLocationParam slp)
 {
     base.Do(false);
     return(this.GetStoreByLocationExt(slp));
 }