Update HAR: 搜书吧 (#590)

Co-authored-by: loveqianool <loveqianool@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-19 15:40:16 +08:00 committed by GitHub
parent 43a80ac701
commit 3362e4b6d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
{ {
"request": { "request": {
"method": "GET", "method": "GET",
"url": "{{ Domain | default(\"http://www.soushu555.org/\") }}", "url": "{{Domain|default(\"http://www.soushu555.org/\")}}",
"headers": [], "headers": [],
"cookies": [] "cookies": []
}, },
@ -92,7 +92,7 @@
{ {
"request": { "request": {
"method": "POST", "method": "POST",
"url": "{{ Domain }}/member.php?mod=logging&action=login&loginsubmit=yes&infloat=yes&lssubmit=yes&inajax=1", "url": "{{ Domain }}/member.php?mod=logging&action=login&loginsubmit=yes&inajax=1",
"headers": [], "headers": [],
"cookies": [], "cookies": [],
"data": "username={{username}}&password={{password}}" "data": "username={{username}}&password={{password}}"
@ -100,8 +100,8 @@
"rule": { "rule": {
"success_asserts": [ "success_asserts": [
{ {
"re": "200", "re": "欢迎您回来",
"from": "status" "from": "content"
} }
], ],
"failed_asserts": [ "failed_asserts": [
@ -368,7 +368,7 @@
"url": "{{ Domain }}/forum.php?mod=post&action=reply&fid=40&tid={{tid|urlencode}}&extra=&replysubmit=yes&infloat=yes&handlekey=fastpost&inajax=1", "url": "{{ Domain }}/forum.php?mod=post&action=reply&fid=40&tid={{tid|urlencode}}&extra=&replysubmit=yes&infloat=yes&handlekey=fastpost&inajax=1",
"headers": [], "headers": [],
"cookies": [], "cookies": [],
"data": "message=%D0%BB%D0%BB%C2%A5%D6%F7%B7%D6%CF%ED%A3%AC%D7%A3%CB%D1%CA%E9%B0%C9%D4%BD%B0%EC%D4%BD%BA%C3%A3%A1&formhash={{formhash}}" "data": "message=thx+up+share&formhash={{formhash}}"
}, },
"rule": { "rule": {
"success_asserts": [ "success_asserts": [
@ -476,7 +476,7 @@
{ {
"request": { "request": {
"method": "GET", "method": "GET",
"url": "{{ Domain }}home.php?mod=spacecp&ac=credit&showcredit=1", "url": "{{ Domain }}/home.php?mod=spacecp&ac=credit&showcredit=1",
"headers": [], "headers": [],
"cookies": [] "cookies": []
}, },

File diff suppressed because one or more lines are too long