-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HAR: 33台词 #692
base: master
Are you sure you want to change the base?
Add HAR: 33台词 #692
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,307 @@ | ||
[ | ||
{ | ||
"request": { | ||
"method": "POST", | ||
"url": "https://ssv-api.agilestudio.cn/api/auth/email-login?_platform=web&_versioin=0.2.5&_ts=1720157176138", | ||
"headers": [ | ||
{ | ||
"name": "Host", | ||
"value": "ssv-api.agilestudio.cn" | ||
}, | ||
{ | ||
"name": "Connection", | ||
"value": "keep-alive" | ||
}, | ||
{ | ||
"name": "sec-ch-ua", | ||
"value": "\"Chromium\";v=\"119\", \"Not?A_Brand\";v=\"24\"" | ||
}, | ||
{ | ||
"name": "X-Signature", | ||
"value": "5c7b6df319082cf288ea0f4d3ec4baf6" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 这里不应该写死吧 |
||
}, | ||
{ | ||
"name": "DNT", | ||
"value": "1" | ||
}, | ||
{ | ||
"name": "sec-ch-ua-mobile", | ||
"value": "?0" | ||
}, | ||
{ | ||
"name": "User-Agent", | ||
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.160 Safari/537.36" | ||
}, | ||
{ | ||
"name": "Content-Type", | ||
"value": "application/json;charset=UTF-8" | ||
}, | ||
{ | ||
"name": "Accept", | ||
"value": "application/json, text/plain, */*" | ||
}, | ||
{ | ||
"name": "sec-ch-ua-platform", | ||
"value": "\"Windows\"" | ||
}, | ||
{ | ||
"name": "Origin", | ||
"value": "https://33.agilestudio.cn" | ||
}, | ||
{ | ||
"name": "Sec-Fetch-Site", | ||
"value": "same-site" | ||
}, | ||
{ | ||
"name": "Sec-Fetch-Mode", | ||
"value": "cors" | ||
}, | ||
{ | ||
"name": "Sec-Fetch-Dest", | ||
"value": "empty" | ||
}, | ||
{ | ||
"name": "Referer", | ||
"value": "https://33.agilestudio.cn/" | ||
}, | ||
{ | ||
"name": "Accept-Encoding", | ||
"value": "gzip, deflate, br" | ||
}, | ||
{ | ||
"name": "Accept-Language", | ||
"value": "zh-CN,zh;q=0.9" | ||
} | ||
], | ||
"cookies": [], | ||
"data": "{\"email\":\"{{user}}\",\"password\":\"{{pass}}\"}", | ||
"mimeType": "application/json" | ||
}, | ||
"rule": { | ||
"success_asserts": [ | ||
{ | ||
"re": "200", | ||
"from": "status" | ||
} | ||
], | ||
"failed_asserts": [], | ||
"extract_variables": [ | ||
{ | ||
"name": "token", | ||
"re": "\"token\":\"([^\"]+)", | ||
"from": "content" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"request": { | ||
"method": "POST", | ||
"url": "https://ssv-api.agilestudio.cn/api/integral/do-daily-check?_platform=web&_versioin=0.2.5&_ts=1720157106030", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 |
||
"headers": [ | ||
{ | ||
"name": "Accept", | ||
"value": "application/json, text/plain, */*" | ||
}, | ||
{ | ||
"name": "Accept-Encoding", | ||
"value": "gzip, deflate, br" | ||
}, | ||
{ | ||
"name": "Accept-Language", | ||
"value": "zh-CN,zh;q=0.9" | ||
}, | ||
{ | ||
"name": "Connection", | ||
"value": "keep-alive" | ||
}, | ||
{ | ||
"name": "DNT", | ||
"value": "1" | ||
}, | ||
{ | ||
"name": "Host", | ||
"value": "ssv-api.agilestudio.cn" | ||
}, | ||
{ | ||
"name": "Origin", | ||
"value": "https://33.agilestudio.cn" | ||
}, | ||
{ | ||
"name": "Referer", | ||
"value": "https://33.agilestudio.cn/my-integral" | ||
}, | ||
{ | ||
"name": "Sec-Fetch-Dest", | ||
"value": "empty" | ||
}, | ||
{ | ||
"name": "Sec-Fetch-Mode", | ||
"value": "cors" | ||
}, | ||
{ | ||
"name": "Sec-Fetch-Site", | ||
"value": "same-site" | ||
}, | ||
{ | ||
"name": "User-Agent", | ||
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.160 Safari/537.36" | ||
}, | ||
{ | ||
"name": "X-Signature", | ||
"value": "2b6ff11535ab5df695e76ec7bd11e567" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 这里不应该写死吧 |
||
}, | ||
{ | ||
"name": "X-Token", | ||
"value": "{{token}}" | ||
}, | ||
{ | ||
"name": "sec-ch-ua", | ||
"value": "\"Chromium\";v=\"119\", \"Not?A_Brand\";v=\"24\"" | ||
}, | ||
{ | ||
"name": "sec-ch-ua-mobile", | ||
"value": "?0" | ||
}, | ||
{ | ||
"name": "sec-ch-ua-platform", | ||
"value": "\"Windows\"" | ||
} | ||
], | ||
"cookies": [] | ||
}, | ||
"rule": { | ||
"success_asserts": [ | ||
{ | ||
"re": "success", | ||
"from": "content" | ||
} | ||
], | ||
"failed_asserts": [], | ||
"extract_variables": [] | ||
} | ||
}, | ||
{ | ||
"request": { | ||
"method": "GET", | ||
"url": "https://ssv-api.agilestudio.cn/api/user/user-info?_platform=web&_versioin=0.2.5&_ts=1720157106474", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 |
||
"headers": [ | ||
{ | ||
"name": "Accept", | ||
"value": "application/json, text/plain, */*" | ||
}, | ||
{ | ||
"name": "Accept-Encoding", | ||
"value": "gzip, deflate, br" | ||
}, | ||
{ | ||
"name": "Accept-Language", | ||
"value": "zh-CN,zh;q=0.9" | ||
}, | ||
{ | ||
"name": "Connection", | ||
"value": "keep-alive" | ||
}, | ||
{ | ||
"name": "DNT", | ||
"value": "1" | ||
}, | ||
{ | ||
"name": "Host", | ||
"value": "ssv-api.agilestudio.cn" | ||
}, | ||
{ | ||
"name": "Origin", | ||
"value": "https://33.agilestudio.cn" | ||
}, | ||
{ | ||
"name": "Referer", | ||
"value": "https://33.agilestudio.cn/my-integral" | ||
}, | ||
{ | ||
"name": "Sec-Fetch-Dest", | ||
"value": "empty" | ||
}, | ||
{ | ||
"name": "Sec-Fetch-Mode", | ||
"value": "cors" | ||
}, | ||
{ | ||
"name": "Sec-Fetch-Site", | ||
"value": "same-site" | ||
}, | ||
{ | ||
"name": "User-Agent", | ||
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.160 Safari/537.36" | ||
}, | ||
{ | ||
"name": "X-Signature", | ||
"value": "31e5469ae4945782a630cc9e06c4b3d7" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 这里不应该写死吧 |
||
}, | ||
{ | ||
"name": "X-Token", | ||
"value": "{{token}}" | ||
}, | ||
{ | ||
"name": "sec-ch-ua", | ||
"value": "\"Chromium\";v=\"119\", \"Not?A_Brand\";v=\"24\"" | ||
}, | ||
{ | ||
"name": "sec-ch-ua-mobile", | ||
"value": "?0" | ||
}, | ||
{ | ||
"name": "sec-ch-ua-platform", | ||
"value": "\"Windows\"" | ||
} | ||
], | ||
"cookies": [] | ||
}, | ||
"rule": { | ||
"success_asserts": [ | ||
{ | ||
"re": "200", | ||
"from": "status" | ||
} | ||
], | ||
"failed_asserts": [], | ||
"extract_variables": [ | ||
{ | ||
"name": "jf", | ||
"re": "\"integral\":(\\d+),", | ||
"from": "content" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"comment": "Unicode转换", | ||
"request": { | ||
"method": "POST", | ||
"url": "api://util/unicode", | ||
"headers": [], | ||
"cookies": [], | ||
"data": "html_unescape=false&content=剩余积分: {{jf}}" | ||
}, | ||
"rule": { | ||
"success_asserts": [ | ||
{ | ||
"re": "200", | ||
"from": "status" | ||
}, | ||
{ | ||
"re": "\"状态\": \"200\"", | ||
"from": "content" | ||
} | ||
], | ||
"failed_asserts": [], | ||
"extract_variables": [ | ||
{ | ||
"name": "__log__", | ||
"re": "\"转换后\": \"(.*)\"", | ||
"from": "content" | ||
} | ||
] | ||
} | ||
} | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
13位时间戳请用 {{int(timestamp('float')*1000)}}