| | |
| | | |
| | | private Integer status; |
| | | |
| | | private Integer businessStatus; |
| | | |
| | | private String blurry; |
| | | |
| | | private Double longitude; // 中心点经度 |
| | | |
| | | private Double latitude; // 中心点纬度 |
| | | |
| | | private Integer radius = 10000; // 搜索半径(米) |
| | | private Integer radius = 50000000; // 搜索半径(米) |
| | | |
| | | private Integer limit = 20; // 返回数量限制 |
| | | |
| | |
| | | baseKeyJoiner.add("platformCategoryId=" + platformCategoryId); |
| | | baseKeyJoiner.add("storeName=" + storeName); |
| | | baseKeyJoiner.add("status=" + status); |
| | | baseKeyJoiner.add("businessStatus=" + businessStatus); |
| | | baseKeyJoiner.add("blurry=" + blurry); |
| | | baseKeyJoiner.add("longitude=" + longitude); |
| | | baseKeyJoiner.add("latitude=" + latitude); |