mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-07 22:29:18 +00:00
Update HAR: 91ACG次元小屋 (#776)
Co-authored-by: loveyanglove <loveyanglove@users.noreply.github.com>
This commit is contained in:
parent
9a4f21d7c8
commit
5f052dedb4
|
@ -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
Loading…
Reference in New Issue
Block a user