问题描述
我正在构建餐厅搜索应用程序,我想通过许多属性来过滤城市中的餐馆,例如美食、类别、聚合评级、价格范围... 当我像这样向 Zomato Api 发送请求时:
https://developers.zomato.com/api/v2.1/search?entity_id=297&entity_type=city&cuisines=1
我得到了正确的结果,所有餐厅的菜系都为 1(美国菜)。
https://developers.zomato.com/api/v2.1/search?entity_id=297&entity_type=city&aggregate_rating=3
我在不按查询过滤的情况下获取餐馆 (aggregate_rating=3)。 有人可以帮我吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)