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