mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-08 16:57:30 +00:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
[
|
|
{
|
|
"request": {
|
|
"method": "POST",
|
|
"url": "https://api.chickfrp.com/login",
|
|
"headers": [
|
|
{
|
|
"name": "Content-Type",
|
|
"value": "application/json;charset=utf-8"
|
|
}
|
|
],
|
|
"cookies": [],
|
|
"data": "{\"username\":\"{{username}}\",\"password\":\"{{password}}\"}"
|
|
},
|
|
"rule": {
|
|
"success_asserts": [
|
|
{
|
|
"re": "code\":200",
|
|
"from": "content"
|
|
}
|
|
],
|
|
"failed_asserts": [],
|
|
"extract_variables": []
|
|
}
|
|
},
|
|
{
|
|
"request": {
|
|
"method": "POST",
|
|
"url": "https://api.chickfrp.com/index/sign",
|
|
"headers": [],
|
|
"cookies": [],
|
|
"data": ""
|
|
},
|
|
"rule": {
|
|
"success_asserts": [
|
|
{
|
|
"re": "签到成功",
|
|
"from": "content"
|
|
},
|
|
{
|
|
"re": "今天已签到",
|
|
"from": "content"
|
|
}
|
|
],
|
|
"failed_asserts": [],
|
|
"extract_variables": [
|
|
{
|
|
"name": "__log__",
|
|
"re": "(签到成功|今天已签到)",
|
|
"from": "content"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
] |