示例#1
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();
     return(this.Command.GetStoreByLocation(slp));
 }
示例#2
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();
     return(this.Command.GetCateringPlatformStore(param));
 }
示例#3
0
 /// <summary>
 /// 获取附近门店 有效参数:AppId(必填),Longitude(必填),Latitude(必填),MaxDistance(非必填)
 /// <para>Service Url: http://devbtp.sv.iuoooo.com/Jinher.AMP.BTP.SV.StoreSV.svc/GetAppStoresByLocation
 /// </para>
 /// </summary>
 /// <param name="search"></param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.ResultDTO <List <Jinher.AMP.BTP.Deploy.CustomDTO.StoreSDTO> > GetAppStoresByLocation(Jinher.AMP.BTP.Deploy.CustomDTO.StoreLocationParam search)
 {
     base.Do();
     return(this.Command.GetAppStoresByLocation(search));
 }