mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-10 03:56:00 +00:00
site: hdatmos/阿童木
This commit is contained in:
parent
a6b363d58f
commit
ab9585e7f7
73
hdatmos.har
Normal file
73
hdatmos.har
Normal file
|
@ -0,0 +1,73 @@
|
|||
[
|
||||
{
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"url": "https://hdatmos.club/attendance.php",
|
||||
"headers": [
|
||||
{ "name": ":authority", "value": "hdatmos.club" },
|
||||
{ "name": ":method", "value": "GET" },
|
||||
{ "name": ":path", "value": "/attendance.php" },
|
||||
{ "name": ":scheme", "value": "https" },
|
||||
{
|
||||
"name": "accept",
|
||||
"value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
|
||||
},
|
||||
{ "name": "accept-encoding", "value": "gzip, deflate, br" },
|
||||
{ "name": "accept-language", "value": "zh-CN,zh;q=0.9" },
|
||||
{ "name": "cache-control", "value": "no-cache" },
|
||||
{ "name": "cookie", "value": "{{cookie}}" },
|
||||
{ "name": "dnt", "value": "1" },
|
||||
{ "name": "pragma", "value": "no-cache" },
|
||||
{ "name": "referer", "value": "https://hdatmos.club/userdetails.php" },
|
||||
{
|
||||
"name": "sec-ch-ua",
|
||||
"value": "\"Google Chrome\";v=\"111\", \"Not(A:Brand\";v=\"8\", \"Chromium\";v=\"111\""
|
||||
},
|
||||
{ "name": "sec-ch-ua-mobile", "value": "?0" },
|
||||
{ "name": "sec-ch-ua-platform", "value": "\"macOS\"" },
|
||||
{ "name": "sec-fetch-dest", "value": "document" },
|
||||
{ "name": "sec-fetch-mode", "value": "navigate" },
|
||||
{ "name": "sec-fetch-site", "value": "same-origin" },
|
||||
{ "name": "sec-fetch-user", "value": "?1" },
|
||||
{ "name": "upgrade-insecure-requests", "value": "1" },
|
||||
{
|
||||
"name": "user-agent",
|
||||
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36"
|
||||
}
|
||||
],
|
||||
"cookies": []
|
||||
},
|
||||
"rule": {
|
||||
"success_asserts": [{ "re": "200", "from": "status" }],
|
||||
"failed_asserts": [{ "re": "关闭维护", "from": "content" }],
|
||||
"extract_variables": [
|
||||
{
|
||||
"name": "recheck_cnt",
|
||||
"re": "第[\\s\\S]+今日签到排名:<b>\\d+</b> / <b>\\d+</b>",
|
||||
"from": "content"
|
||||
},
|
||||
{ "name": "traffic", "re": "分享率[\\s\\S]+GB", "from": "content" }
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"comment": "字符串替换",
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"url": "api://util/string/replace",
|
||||
"headers": [],
|
||||
"cookies": [],
|
||||
"data": "r=text&p=fontt&t=tt&s={{traffic | striptags}} {{regex_replace(recheck_cnt | striptags, \"点击[\\s\\S]+目前\", \"\")}}"
|
||||
},
|
||||
"rule": {
|
||||
"success_asserts": [
|
||||
{ "re": "200", "from": "status" },
|
||||
{ "re": "\"状态\": \"OK\"", "from": "content" }
|
||||
],
|
||||
"failed_asserts": [],
|
||||
"extract_variables": [
|
||||
{ "name": "__log__", "re": ".*", "from": "content" }
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
|
@ -2304,6 +2304,18 @@
|
|||
"date": "2023-02-27 00:30:00",
|
||||
"version": "20230227",
|
||||
"commenturl": "https://github.com/qiandao-today/templates/issues/287"
|
||||
},
|
||||
"hdatmos": {
|
||||
"name": "hdatmos/阿童木",
|
||||
"author": "iitii",
|
||||
"url": "https://raw.githubusercontent.com/qiandao-today/templates/master/hdatmos.har",
|
||||
"update": false,
|
||||
"comments": "用户 Cookies 从 F12 .php 请求获取",
|
||||
"filename": "hdatmos.har",
|
||||
"content": "",
|
||||
"date": "2023-03-17 12:30:00",
|
||||
"version": "20230227",
|
||||
"commenturl": "https://github.com/qiandao-today/templates/issues/293"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user