feign.FeignException$BadRequest: [400] during [POST] to [http… 主要原因是参数过大 可以采取 调大服务提供者的header参数(微服务较多 不太适用) server: port: 8080 max-http-header-size: 102400 改为requestBody调用服务(分批调用接口多次); 参考 https://bbs.huaweicloud.com/blogs/337923