update 高德地图

This commit is contained in:
Lemon
2023-06-27 14:20:14 +08:00
parent f4a332aa58
commit 16128b10bb
3 changed files with 15 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ public class AMapCommonResult {
*/
public AMapCommonResult successResponse(Object responseData) {
AMapResponse response = new AMapResponse();
response.setCode("1000");
response.setCode("10000");
response.setMsg("请求成功!");
response.setData(responseData);
return new AMapCommonResult(response);