Skip to content

Commit 00e7de8

Browse files
committed
fix: Fix i18n bug
1 parent eac0afb commit 00e7de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base/src/main/java/com/tinyengine/it/controller/I18nEntryController.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ public class I18nEntryController {
7575
* @return 获取国际化词条列表 i 18 n entries
7676
*/
7777
@Operation(summary = "通过app获取国际化词条列表", description = "通过app获取国际化词条列表", responses = {
78-
@ApiResponse(responseCode = "200", description = "返回信息",
79-
content = @Content(mediaType = "application/json", schema = @Schema())),
80-
@ApiResponse(responseCode = "400", description = "请求失败")
78+
@ApiResponse(responseCode = "200", description = "返回信息",
79+
content = @Content(mediaType = "application/json", schema = @Schema())),
80+
@ApiResponse(responseCode = "400", description = "请求失败")
8181
})
8282
@SystemControllerLog(description = "获取国际化词条列表")
8383
@GetMapping("/i18n/entries")

0 commit comments

Comments
 (0)