Authored by chenjian

bugfix

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