feat: 增加request对body字段的支持

- 实现body字段对json语法,yaml语法的支持的支持
- 新增测试用例login_out.yaml
This commit is contained in:
CNWei
2025-12-28 21:54:34 +08:00
parent 1775d3659d
commit 5f3269bad5
7 changed files with 193 additions and 79 deletions

View File

@@ -2,6 +2,7 @@ id: "prod_export_pdf"
request:
method: "GET"
path: "/api/v1/products/report"
body: '{"username":"user","password":"123"}'
response:
status: 200
headers: