Bean 校验国际化
不传值 分别查看异常返回
测试使用 not.null
curl --location '/demo/i18n/test2?name=&age=' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "string",
"data": {
"name": "string",
"age": 0
}
}