Add HAR: 尚香书苑 sxsy.org (#844)

Co-authored-by: loveqianool <loveqianool@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-01-15 22:56:32 +08:00 committed by GitHub
parent 779ddee81e
commit 5a38d7075f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 34 deletions

View File

@ -18,7 +18,7 @@
"extract_variables": [
{
"name": "Domain",
"re": "href=\"(.+)\"",
"re": "href=\"(https://.+?\\/)",
"from": "content"
},
{
@ -29,36 +29,6 @@
]
}
},
{
"comment": "字符串替换",
"request": {
"method": "POST",
"url": "api://util/string/replace",
"headers": [],
"cookies": [],
"data": "r=json&p=/forum.php&s={{Domain}}&t="
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
},
{
"re": "\"状态\": \"OK\"",
"from": "content"
}
],
"failed_asserts": [],
"extract_variables": [
{
"name": "Domain",
"re": "\"处理后字符串\": \"(.*)\"",
"from": "content"
}
]
}
},
{
"request": {
"method": "POST",

File diff suppressed because one or more lines are too long