后端接收前端参数时
报错异常:
java.lang.String` from Array value (token `JsonToken.START_ARRAY`)
接口都没跳进来
原因:
前端传过来的是数组
而你用的是String字符串接收