mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-08 16:56:12 +00:00
81 lines
2.2 KiB
JSON
81 lines
2.2 KiB
JSON
[
|
|
{
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "https://fulijianghu.com/home.php?mod=space&do=profile",
|
|
"headers": [
|
|
{
|
|
"name": "cookie",
|
|
"value": "{{cookie}}"
|
|
}
|
|
],
|
|
"cookies": []
|
|
},
|
|
"rule": {
|
|
"success_asserts": [
|
|
{
|
|
"re": "退出",
|
|
"from": "content"
|
|
}
|
|
],
|
|
"failed_asserts": [
|
|
{
|
|
"re": "请先登录",
|
|
"from": "content"
|
|
}
|
|
],
|
|
"extract_variables": [
|
|
{
|
|
"re": "(在线时间.+?)<",
|
|
"from": "content",
|
|
"name": "sj"
|
|
},
|
|
{
|
|
"name": "u",
|
|
"re": "content=\"(.+)的个人资料\"",
|
|
"from": "content"
|
|
},
|
|
{
|
|
"name": "g",
|
|
"re": ">用户组 : (.+?)<",
|
|
"from": "content"
|
|
},
|
|
{
|
|
"name": "jf",
|
|
"re": "m>(积分</em>1523</li><li><em>金币</em>\\d+\\s)<",
|
|
"from": "content"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"comment": "Unicode转换",
|
|
"request": {
|
|
"method": "POST",
|
|
"url": "api://util/unicode",
|
|
"headers": [],
|
|
"cookies": [],
|
|
"data": "html_unescape=false&content=用户名:{{u}} 用户组:{{g}} {{jf | striptags}} {{sj | striptags}}"
|
|
},
|
|
"rule": {
|
|
"success_asserts": [
|
|
{
|
|
"re": "200",
|
|
"from": "status"
|
|
},
|
|
{
|
|
"re": "\"状态\": \"200\"",
|
|
"from": "content"
|
|
}
|
|
],
|
|
"failed_asserts": [],
|
|
"extract_variables": [
|
|
{
|
|
"name": "__log__",
|
|
"re": "\"转换后\": \"(.*)\"",
|
|
"from": "content"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |