Update HAR: 搜书吧

This commit is contained in:
loveqianool 2024-03-02 23:24:56 +08:00 committed by GitHub
parent 4141b893b6
commit a6cd1e1bc0
2 changed files with 11 additions and 7 deletions

View File

@ -2,7 +2,7 @@
{
"request": {
"method": "GET",
"url": "http://www.soushu555.org/",
"url": "{{ Domain | default(\"http://www.soushu555.org/\") }}",
"headers": [],
"cookies": []
},
@ -139,7 +139,7 @@
"comment": "循环开始",
"request": {
"method": "GET",
"url": "{% for value in range(0, 6, 1) %} ",
"url": "{% for value in range(0, 5, 1) %} ",
"headers": [],
"cookies": [],
"data": ""
@ -367,6 +367,10 @@
{
"re": "回复发布成功",
"from": "content"
},
{
"re": "504",
"from": "status"
}
],
"failed_asserts": [],

File diff suppressed because one or more lines are too long