mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-16 14:08:06 +00:00
Update HAR: 绯月ScarletMoon (#621)
Co-authored-by: github-h <github-h@users.noreply.github.com>
This commit is contained in:
parent
06204ff1ba
commit
2f17ad6dac
File diff suppressed because one or more lines are too long
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user