feat: 增加request对body字段的支持
- 实现body字段对json语法,yaml语法的支持的支持 - 新增测试用例login_out.yaml
This commit is contained in:
@@ -7,6 +7,11 @@ request:
|
||||
Content-Type: "application/json"
|
||||
Authorization: "111"
|
||||
host: "127.0.0.1:8080"
|
||||
body: >
|
||||
{
|
||||
"username":"user",
|
||||
"password":"123"
|
||||
}
|
||||
response:
|
||||
status: 200
|
||||
headers:
|
||||
|
||||
Reference in New Issue
Block a user