blog-service icon indicating copy to clipboard operation
blog-service copied to clipboard

fix: 修复无 locale 字段情况下导致的请求异常

Open xuxusheng opened this issue 4 years ago • 0 comments

如果不处理 locale 字段为空的情况,大部分时候可以正常响应,但是针对部分极端的边界情况,例如某个字段校验规则为 binding:"min=1",但是传参时使用空字符串 "",会导致请求异常

image

image

image

xuxusheng avatar Dec 09 '20 10:12 xuxusheng