原因是因为 客户端这边使用PostMapping这个注解导致的问题. 将PostMapping 修改成RequestMapping 则能传送过去. 服务端这边注解使用 RequestMapping 和 PostMapping 都可以.