20200629专题

20200629-feign调用提示Request method POST not supported

问题描述: 通过feign调用get请求时,如果接口参数含有POJO,例如 @ApiOperation("获取充值账号V2")@GetMapping({"/v2/recharge/receiveAccount"})List<ReceiveAccountModel> getReceiveAccountList(QueryReceiveAccountRequest var1); 调用时会提示