diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/common/AMapCommonResult.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/common/AMapCommonResult.java index 6fc83dafa..08397f8c9 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/common/AMapCommonResult.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/common/AMapCommonResult.java @@ -25,7 +25,7 @@ public class AMapCommonResult { public AMapCommonResult successResponse(Object responseData) { AMapResponse response = new AMapResponse(); response.setCode("1000"); - response.setMsg("请求成功"); + response.setMsg("请求成功!"); response.setData(responseData); return new AMapCommonResult(response); }