Update HAR: 绯月ScarletMoon (#619)

Co-authored-by: github-h <github-h@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-26 23:34:25 +08:00 committed by GitHub
parent 752bb7f003
commit a8f75bcd93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 36 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,38 @@
[
{
"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": {
"method": "POST",
"url": "https://bbs.kfpromax.com/login.php?",
"url": "https://bbs.kfpromax.com/login.php",
"headers": [
{
"name": "Host",
@ -78,7 +108,7 @@
}
],
"cookies": [],
"data": "forward=&jumpurl=https%3A%2F%2Fbbs.kfpromax.com%2Findex.php&step=2&lgt=1&hideid=0&cktime=31536000&pwuser={{ username |urlencode}}&pwpwd={{ password |urlencode}}&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 |urlencode}}&submit=%EF%BF%BD%EF%BF%BD%C2%BC",
"mimeType": "application/x-www-form-urlencoded"
},
"rule": {