Update HAR: 91ACG次元小屋 ()

Co-authored-by: loveyanglove <loveyanglove@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-19 23:29:37 +08:00 committed by GitHub
parent 9a4f21d7c8
commit 5f052dedb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 46 additions and 11 deletions

View File

@ -85,12 +85,7 @@
"from": "status"
}
],
"failed_asserts": [
{
"re": "302",
"from": "content"
}
],
"failed_asserts": [],
"extract_variables": [
{
"name": "formhash",
@ -193,6 +188,46 @@
]
}
},
{
"comment": "签到天数\n",
"request": {
"method": "GET",
"url": "https://51acg.buzz/k_misign-sign.html",
"headers": [
{
"name": "Referer",
"value": "https://51acg.buzz/"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36"
}
],
"cookies": [],
"data": ""
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
}
],
"failed_asserts": [],
"extract_variables": [
{
"name": "qdts",
"re": "<input type=\"hidden\" class=\"hidnum\" id=\"lxdays\" value=\"(\\d+)",
"from": "content"
},
{
"name": "zts",
"re": "<input type=\"hidden\" class=\"hidnum\" id=\"lxtdays\" value=\"(\\d+)",
"from": "content"
}
]
}
},
{
"comment": "积分页",
"request": {
@ -295,7 +330,7 @@
"url": "api://util/unicode",
"headers": [],
"cookies": [],
"data": "html_unescape=false&content=签到状态:{{msg}},金币:{{jb}},贡献:{{gx}},积分:{{jifen}}。"
"data": "html_unescape=false&content=签到状态:{{msg}},金币:{{jb}},贡献:{{gx}},积分:{{jifen}}。\\r\\n连续签到{{qdts}}天,总天数:{{zts}}天。"
},
"rule": {
"success_asserts": [

File diff suppressed because one or more lines are too long