调接口的时候一直不成功报400
java.lang.IllegalArgumentException: Source must not be null
收起
看起来是list里面有null值。list.stream().filter一下 把null过滤掉先
报告相同问题?