Authored by chenjian

bugfix

@@ -56,7 +56,7 @@ public class StoreController { @@ -56,7 +56,7 @@ public class StoreController {
56 LOG.info("location result, isInRange: {}", isInRange); 56 LOG.info("location result, isInRange: {}", isInRange);
57 57
58 JSONObject json = new JSONObject(); 58 JSONObject json = new JSONObject();
59 - json.put("isInRange", latitude); 59 + json.put("isInRange", isInRange);
60 return new ApiResponse.ApiResponseBuilder().code(200).data(json).build(); 60 return new ApiResponse.ApiResponseBuilder().code(200).data(json).build();
61 } 61 }
62 62