发送的json要是这样的:{"pwd":"123","name":"test"}-----------不能是这样:"body:{"pwd":"123","name":"test"}"

然后

@RequestBody

必须post方式,如果接口是get也不能正常接收数据