Spring 解決RestController返回枚舉對象時輸出的是枚舉的名稱而不是json字符串

舉個例子: private enum LoginResult { SUCCESS(0, "成功登入"), USER_NOT_FOUND(1, "未找到用戶"), INCORRECT_PASS(2, "密碼錯誤"), INCORRECT_CODE(3, "驗證碼錯誤"); private final int code; private final S
相關文章
相關標籤/搜索