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