Merge pull request #579 from qd-today/process-har-512

Update HAR: 搜书吧
This commit is contained in:
zhuYe 2024-03-02 15:44:46 +00:00 committed by GitHub
commit 72764a51f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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