mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-04 20:23:05 +00:00
232 lines
7.1 KiB
JSON
232 lines
7.1 KiB
JSON
[
|
||
{
|
||
"comment": "登录",
|
||
"request": {
|
||
"method": "POST",
|
||
"url": "http://mxwljsq.top/auth/login",
|
||
"headers": [
|
||
{
|
||
"name": "Host",
|
||
"value": "mxwljsq.top"
|
||
},
|
||
{
|
||
"name": "Proxy-Connection",
|
||
"value": "keep-alive"
|
||
},
|
||
{
|
||
"name": "Accept",
|
||
"value": "application/json, text/javascript, */*; q=0.01"
|
||
},
|
||
{
|
||
"name": "X-Requested-With",
|
||
"value": "XMLHttpRequest"
|
||
},
|
||
{
|
||
"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"
|
||
},
|
||
{
|
||
"name": "Content-Type",
|
||
"value": "application/x-www-form-urlencoded; charset=UTF-8"
|
||
},
|
||
{
|
||
"name": "Origin",
|
||
"value": "http://mxwljsq.top"
|
||
},
|
||
{
|
||
"name": "Referer",
|
||
"value": "http://mxwljsq.top/auth/login"
|
||
},
|
||
{
|
||
"name": "Accept-Encoding",
|
||
"value": "gzip, deflate"
|
||
},
|
||
{
|
||
"name": "Accept-Language",
|
||
"value": "zh-CN,zh;q=0.9"
|
||
}
|
||
],
|
||
"cookies": [],
|
||
"data": "email={{email|urlencode}}&passwd={{password|urlencode}}&code=",
|
||
"mimeType": "application/x-www-form-urlencoded"
|
||
},
|
||
"rule": {
|
||
"success_asserts": [
|
||
{
|
||
"re": "200",
|
||
"from": "status"
|
||
},
|
||
{
|
||
"re": "登录成功",
|
||
"from": "content"
|
||
}
|
||
],
|
||
"failed_asserts": [
|
||
{
|
||
"re": "邮箱或者密码错误",
|
||
"from": "content"
|
||
}
|
||
],
|
||
"extract_variables": []
|
||
}
|
||
},
|
||
{
|
||
"comment": "签到",
|
||
"request": {
|
||
"method": "POST",
|
||
"url": "http://mxwljsq.top/user/checkin",
|
||
"headers": [
|
||
{
|
||
"name": "Host",
|
||
"value": "mxwljsq.top"
|
||
},
|
||
{
|
||
"name": "Proxy-Connection",
|
||
"value": "keep-alive"
|
||
},
|
||
{
|
||
"name": "Accept",
|
||
"value": "application/json, text/javascript, */*; q=0.01"
|
||
},
|
||
{
|
||
"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"
|
||
},
|
||
{
|
||
"name": "X-Requested-With",
|
||
"value": "XMLHttpRequest"
|
||
},
|
||
{
|
||
"name": "Origin",
|
||
"value": "http://mxwljsq.top"
|
||
},
|
||
{
|
||
"name": "Referer",
|
||
"value": "http://mxwljsq.top/user"
|
||
},
|
||
{
|
||
"name": "Accept-Encoding",
|
||
"value": "gzip, deflate"
|
||
},
|
||
{
|
||
"name": "Accept-Language",
|
||
"value": "zh-CN,zh;q=0.9"
|
||
}
|
||
],
|
||
"cookies": [],
|
||
"data": "",
|
||
"mimeType": ""
|
||
},
|
||
"rule": {
|
||
"success_asserts": [
|
||
{
|
||
"re": "200",
|
||
"from": "status"
|
||
}
|
||
],
|
||
"failed_asserts": [
|
||
{
|
||
"re": "302",
|
||
"from": "content"
|
||
}
|
||
],
|
||
"extract_variables": [
|
||
{
|
||
"name": "msg",
|
||
"re": "\"msg\":\"(.+)\"",
|
||
"from": "content"
|
||
}
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"comment": "流量信息",
|
||
"request": {
|
||
"method": "GET",
|
||
"url": "http://mxwljsq.top/user",
|
||
"headers": [
|
||
{
|
||
"name": "Host",
|
||
"value": "mxwljsq.top"
|
||
},
|
||
{
|
||
"name": "Proxy-Connection",
|
||
"value": "keep-alive"
|
||
},
|
||
{
|
||
"name": "Upgrade-Insecure-Requests",
|
||
"value": "1"
|
||
},
|
||
{
|
||
"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"
|
||
},
|
||
{
|
||
"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": "Referer",
|
||
"value": "http://mxwljsq.top/auth/login"
|
||
},
|
||
{
|
||
"name": "Accept-Encoding",
|
||
"value": "gzip, deflate"
|
||
},
|
||
{
|
||
"name": "Accept-Language",
|
||
"value": "zh-CN,zh;q=0.9"
|
||
}
|
||
],
|
||
"cookies": [],
|
||
"data": "",
|
||
"mimeType": ""
|
||
},
|
||
"rule": {
|
||
"success_asserts": [
|
||
{
|
||
"re": "200",
|
||
"from": "status"
|
||
}
|
||
],
|
||
"failed_asserts": [],
|
||
"extract_variables": [
|
||
{
|
||
"name": "liuliang",
|
||
"re": "<div class=\"card-body\">[\\s|\\S]*?<span class=\"counter\">(.*?)</span> GB",
|
||
"from": "content"
|
||
}
|
||
]
|
||
}
|
||
},
|
||
{
|
||
"comment": "Unicode转换",
|
||
"request": {
|
||
"method": "POST",
|
||
"url": "api://util/unicode",
|
||
"headers": [],
|
||
"cookies": [],
|
||
"data": "html_unescape=false&content=签到状态:{{msg}}\\r\\n流量:{{liuliang}}GB"
|
||
},
|
||
"rule": {
|
||
"success_asserts": [
|
||
{
|
||
"re": "200",
|
||
"from": "status"
|
||
},
|
||
{
|
||
"re": "\"状态\": \"200\"",
|
||
"from": "content"
|
||
}
|
||
],
|
||
"failed_asserts": [],
|
||
"extract_variables": [
|
||
{
|
||
"name": "__log__",
|
||
"re": "\"转换后\": \"(.*)\"",
|
||
"from": "content"
|
||
}
|
||
]
|
||
}
|
||
}
|
||
] |