Update HAR: 青桔ACG (#395)

Co-authored-by: chen8945 <chen8945@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-07-14 20:27:29 +08:00 committed by GitHub
parent d6a13faed4
commit aecc618126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 34 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,34 +1,4 @@
[
{
"comment": "URL解码",
"request": {
"method": "POST",
"url": "api://util/urldecode",
"headers": [],
"cookies": [],
"data": "content={{cookie}}"
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
},
{
"re": "\"状态\": \"200\"",
"from": "content"
}
],
"failed_asserts": [],
"extract_variables": [
{
"name": "cookie",
"re": "(wordpress_logged.*?)(;|\")",
"from": "content"
}
]
}
},
{
"comment": "",
"request": {
@ -61,7 +31,7 @@
],
"failed_asserts": [
{
"re": "你还未\\| 登录/注册",
"re": "HI请登录",
"from": "content"
}
],