Beispiel #1
0
 public async Task <IEnumerable <GoodsDTO> > GetNearbyGoods(double longitude, double latitude, string category, string subCategory, int pageIndex, int pageSize, string appId = "GOOIOS001")
 {
     return(await _goodsAppService.GetNearbyGoods(longitude, latitude, category, subCategory, pageIndex, pageSize, appId));
 }