Update HAR: 标准网 (#800)

Co-authored-by: wangleii123 <wangleii123@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-11-13 08:04:42 +08:00 committed by GitHub
parent b12411f7d7
commit 181bc1c079
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 42 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -162,7 +162,13 @@
}
],
"failed_asserts": [],
"extract_variables": []
"extract_variables": [
{
"name": "jinbi",
"re": "<font color=\"red\">(\\d+)",
"from": "content"
}
]
}
},
{
@ -253,5 +259,35 @@
"failed_asserts": [],
"extract_variables": []
}
},
{
"comment": "Unicode转换",
"request": {
"method": "POST",
"url": "api://util/unicode",
"headers": [],
"cookies": [],
"data": "html_unescape=false&content=拥有金币:【{{jinbi}}】个"
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
},
{
"re": "\"状态\": \"200\"",
"from": "content"
}
],
"failed_asserts": [],
"extract_variables": [
{
"name": "__log__",
"re": "\"转换后\": \"(.*)\"",
"from": "content"
}
]
}
}
]