File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
base/src/main/java/com/tinyengine/it/controller Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments