报错
Body parameters cannot be used with form parameters.
原因是在path中写了路劲参数

将路径参数移到方法上面
@PostMapping("/{organizationId}/agreement/{type}/total/prices")
Body parameters cannot be used with form parameters.

@PostMapping("/{organizationId}/agreement/{type}/total/prices")