form-data :multipart/form-data; boundary=<calculated when request is sent>
x-www-from-urlencoded:Content-Type:application/x-www-form-urlencoded
在Java后端使用@RequestParam 校验必填时候,需要使用form-data的Content-Type,使用x-www-from-urlencoded 会报错提示找不到参数,参数未填写
https://www.leftso.com/article/1684038149807804417.html