随笔分类 -  postman使用

摘要:设置Tests: pm.test("Status code is 200", function () { pm.response.to.have.status(200); var jsonData = pm.response.json(); pm.globals.set("token", jsonD 阅读全文
posted @ 2023-06-01 15:52 胖妞麻麻 阅读(244) 评论(0) 推荐(0)