
使用Postman进行Post请求时后台是@RequestBody接收报400错误
参数不使用@RequestBody 在使用Postman进行Post请求时,通常做法是填入key和value的值即可。 参数使用@RequestBody 使用@RequestBody注解时,在发送请求时,就需要在Postman的“heade...
参数不使用@RequestBody 在使用Postman进行Post请求时,通常做法是填入key和value的值即可。 参数使用@RequestBody 使用@RequestBody注解时,在发送请求时,就需要在Postman的“heade...