Update HAR: 真白萌 (#441)

Co-authored-by: chen8945 <chen8945@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-10-16 12:24:31 +08:00 committed by GitHub
parent 5b42e42a84
commit eb332842ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 53 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,40 @@
[
{
"comment": "",
"request": {
"method": "POST",
"url": "{{flaresolverr_url}}",
"headers": [
{
"name": "content-type",
"value": "application/json"
}
],
"cookies": [],
"data": "{\n \"cmd\": \"request.get\",\n \"url\":\"https://masiro.me/admin/wishingPondIndex\",\n \"maxTimeout\": 60000\n}"
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
}
],
"failed_asserts": [],
"extract_variables": [
{
"name": "ua",
"re": "\"userAgent\": \"(.+?)\"",
"from": "content"
},
{
"name": "cf_clearance",
"re": "\"name\": \"cf_clearance\".+?\"value\": \"(.+?)\"",
"from": "content"
}
]
}
},
{
"request": {
"method": "GET",
@ -10,7 +46,11 @@
},
{
"name": "user-agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5410.0 Safari/537.36"
"value": "{{ua}}"
},
{
"name": "cookie",
"value": "cf_clearance={{cf_clearance}}"
}
],
"cookies": []
@ -47,7 +87,7 @@
},
{
"name": "user-agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5410.0 Safari/537.36"
"value": "{{ua}}"
},
{
"name": "x-csrf-token",
@ -101,7 +141,7 @@
},
{
"name": "user-agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5410.0 Safari/537.36"
"value": "{{ua}}"
}
],
"cookies": []
@ -129,7 +169,7 @@
},
{
"name": "user-agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5410.0 Safari/537.36"
"value": "{{ua}}"
}
],
"cookies": []
@ -166,7 +206,7 @@
},
{
"name": "user-agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5410.0 Safari/537.36"
"value": "{{ua}}"
},
{
"name": "x-csrf-token",
@ -210,7 +250,7 @@
},
{
"name": "user-agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5410.0 Safari/537.36"
"value": "{{ua}}"
},
{
"name": "x-csrf-token",
@ -252,7 +292,7 @@
},
{
"name": "user-agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5410.0 Safari/537.36"
"value": "{{ua}}"
}
],
"cookies": []
@ -283,7 +323,7 @@
},
{
"name": "exp",
"re": "经验值:(.+) 粉丝",
"re": "<span class=\"exp\">(.+?)</span>",
"from": "content"
}
]