mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-08 22:36:02 +00:00
Update HAR: 搜书吧
This commit is contained in:
parent
4141b893b6
commit
a6cd1e1bc0
|
@ -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
Loading…
Reference in New Issue
Block a user