检查响应体是否等于某个字符串:
pm.test("body is correct",function(){ pm.response.to.have.body("response_body_string");});
注意:response_body_string为响应体字符串。