Update HAR: 绯月ScarletMoon (#621)

Co-authored-by: github-h <github-h@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-27 16:51:12 +08:00 committed by GitHub
parent 06204ff1ba
commit 2f17ad6dac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 33 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,34 @@
[ [
{
"comment": "GB2312编码",
"request": {
"method": "POST",
"url": "api://util/gb2312",
"headers": [],
"cookies": [],
"data": "content={{username}}"
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
},
{
"re": "\"状态\": \"200\"",
"from": "content"
}
],
"failed_asserts": [],
"extract_variables": [
{
"name": "username",
"re": "\"转换后\": \"(.*)\"",
"from": "content"
}
]
}
},
{ {
"request": { "request": {
"method": "POST", "method": "POST",
@ -78,7 +108,7 @@
} }
], ],
"cookies": [], "cookies": [],
"data": "forward=&jumpurl=https%3A%2F%2Fbbs.kfpromax.com%2Findex.php&step=2&lgt=1&hideid=0&cktime=31536000&pwuser={{urlencode(username,encoding=\"gb2312\")}}&pwpwd={{password}}&submit=%EF%BF%BD%EF%BF%BD%C2%BC", "data": "forward=&jumpurl=https%3A%2F%2Fbbs.kfpromax.com%2Findex.php&step=2&lgt=1&hideid=0&cktime=31536000&pwuser={{username}}&pwpwd={{password}}&submit=%EF%BF%BD%EF%BF%BD%C2%BC",
"mimeType": "application/x-www-form-urlencoded" "mimeType": "application/x-www-form-urlencoded"
}, },
"rule": { "rule": {