feat: 增加request对body字段的支持
- 实现body字段对json语法,yaml语法的支持的支持 - 新增测试用例login_out.yaml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user