Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
markliu2013 committed Mar 20, 2024
1 parent 692bec3 commit 1d5730c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/java/cn/biq/mn/TestController.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class TestController {

@RequestMapping(method = RequestMethod.GET, value = "/version")
public BaseResponse handleVersion() {
return new DataResponse<>("93.53");
return new DataResponse<>("93.54");
}

@GetMapping("/test3")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cn/biq/mn/account/AccountDetails.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public BigDecimal getRemainLimit() {

@Override
public String getLabel() {
return getName() + "(" + getCurrencyCode() + ")";
return getName();
}
}
2 changes: 1 addition & 1 deletion src/main/resources/i18n/messages_en_US.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DefaultException=Net Work Error, Try Later on.
DefaultException=Server Error, Try Later on.
ItemExistsException=Item Exists
ItemNotFoundException=Item Not Found

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/i18n/messages_zh_CN.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DefaultException=\u7F51\u7EDC\u9519\u8BEF\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5
DefaultException=\u670D\u52A1\u5668\u9519\u8BEF\uFF0C\u8BF7\u7A0D\u540E\u91CD\u8BD5
HttpMessageNotReadableException=\u53C2\u6570\u683C\u5F0F\u9519\u8BEF


Expand Down

0 comments on commit 1d5730c

Please sign in to comment.