Update HAR: 司机社 (#361)

Co-authored-by: MyFaith <MyFaith@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-13 09:52:18 +08:00 committed by GitHub
parent 997c378e3c
commit c8eab66ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -99,7 +99,13 @@
} }
], ],
"failed_asserts": [], "failed_asserts": [],
"extract_variables": [] "extract_variables": [
{
"name": "formhash",
"re": "name=\"formhash\" value=\"(.+)\"",
"from": "content"
}
]
} }
}, },
{ {
@ -303,7 +309,7 @@
{ {
"request": { "request": {
"method": "GET", "method": "GET",
"url": "https://xsijishe.com/plugin.php?id=k_misign:sign&operation=qiandao&formhash=10c338c7&format=empty&inajax=1&ajaxtarget=JD_sign", "url": "https://xsijishe.com/plugin.php?id=k_misign%3Asign&operation=qiandao&formhash={{formhash}}&format=empty&inajax=1&ajaxtarget=JD_sign",
"headers": [ "headers": [
{ {
"name": ":authority", "name": ":authority",
@ -315,7 +321,7 @@
}, },
{ {
"name": ":path", "name": ":path",
"value": "/plugin.php?id=k_misign:sign&operation=qiandao&formhash=10c338c7&format=empty&inajax=1&ajaxtarget=JD_sign" "value": "/plugin.php?id=k_misign:sign&operation=qiandao&formhash={{formhash}}&format=empty&inajax=1&ajaxtarget=JD_sign"
}, },
{ {
"name": ":scheme", "name": ":scheme",
@ -395,7 +401,12 @@
"from": "status" "from": "status"
} }
], ],
"failed_asserts": [], "failed_asserts": [
{
"re": "今日已签",
"from": "content"
}
],
"extract_variables": [] "extract_variables": []
} }
}, },