mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user