摘要:
// 把scv中的参数导入到环境变量 postman.setEnvironmentVariable("inst_no",data.inst_no) postman.setEnvironmentVariable("merchant_no",data.merchant_no) postman.setEn 阅读全文
摘要:
// pm.test("检查响应内容为", function () { // pm.response.to.have.body("******"); // }); pm.test("检查响应200", function () { pm.response.to.have.status(200); }) 阅读全文