Update HAR: 3G壁纸网 (#763)

Co-authored-by: loveyanglove <loveyanglove@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-10-11 10:41:22 +08:00 committed by GitHub
parent b2dc14af3b
commit 3dcd28b2f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 44 additions and 9 deletions

View File

@ -303,11 +303,6 @@
],
"failed_asserts": [],
"extract_variables": [
{
"name": "jifen",
"re": "\"next_day_points\":(\\d+)",
"from": "content"
},
{
"name": "lxqd",
"re": "\"continuous_days\":(\\d+)",
@ -326,6 +321,46 @@
]
}
},
{
"comment": "积分",
"request": {
"method": "GET",
"url": "https://www.3gbizhi.com/user/index",
"headers": [
{
"name": "Referer",
"value": "https://www.3gbizhi.com/"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36"
}
],
"cookies": [],
"data": ""
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
}
],
"failed_asserts": [
{
"re": "请登录后再操作",
"from": "content"
}
],
"extract_variables": [
{
"name": "jifen",
"re": "<span class=\"r user-signins\">(\\d+)",
"from": "content"
}
]
}
},
{
"comment": "Unicode转换",
"request": {

File diff suppressed because one or more lines are too long