mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-21 22:48:14 +00:00
commit
72764a51f5
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"request": {
|
"request": {
|
||||||
"method": "GET",
|
"method": "GET",
|
||||||
"url": "http://www.soushu555.org/",
|
"url": "{{ Domain | default(\"http://www.soushu555.org/\") }}",
|
||||||
"headers": [],
|
"headers": [],
|
||||||
"cookies": []
|
"cookies": []
|
||||||
},
|
},
|
||||||
@ -139,7 +139,7 @@
|
|||||||
"comment": "循环开始",
|
"comment": "循环开始",
|
||||||
"request": {
|
"request": {
|
||||||
"method": "GET",
|
"method": "GET",
|
||||||
"url": "{% for value in range(0, 6, 1) %} ",
|
"url": "{% for value in range(0, 5, 1) %} ",
|
||||||
"headers": [],
|
"headers": [],
|
||||||
"cookies": [],
|
"cookies": [],
|
||||||
"data": ""
|
"data": ""
|
||||||
@ -367,6 +367,10 @@
|
|||||||
{
|
{
|
||||||
"re": "回复发布成功",
|
"re": "回复发布成功",
|
||||||
"from": "content"
|
"from": "content"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"re": "504",
|
||||||
|
"from": "status"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"failed_asserts": [],
|
"failed_asserts": [],
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user