Skip to content

Commit

Permalink
Add HAR: 雨云签到 (#464)
Browse files Browse the repository at this point in the history
Co-authored-by: liu475362194 <[email protected]>
  • Loading branch information
github-actions[bot] and liu475362194 authored Nov 9, 2023
1 parent cdea0a6 commit 47c31ab
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tpls_history.json
Original file line number Diff line number Diff line change
Expand Up @@ -2832,6 +2832,18 @@
"date": "2023-10-30 21:45:48",
"version": "20231030",
"commenturl": "https://github.com/qd-today/templates/issues/453"
},
"雨云签到": {
"name": "雨云签到",
"author": "lxh",
"url": "https://raw.githubusercontent.com/qd-today/templates/master/雨云签到.har",
"update": false,
"comments": "雨云自动签到领取积分,apikey在个人资料中生成",
"filename": "雨云签到.har",
"content": "W3sicmVxdWVzdCI6IHsibWV0aG9kIjogIlBPU1QiLCAidXJsIjogImh0dHBzOi8vYXBpLnYyLnJhaW55dW4uY29tL3VzZXIvcmV3YXJkL3Rhc2tzIiwgImhlYWRlcnMiOiBbeyJuYW1lIjogIngtYXBpLWtleSIsICJ2YWx1ZSI6ICJ7eyBhcGlrZXkgfX0ifSwgeyJuYW1lIjogIlVzZXItQWdlbnQiLCAidmFsdWUiOiAiQXBpZm94LzEuMC4wIChodHRwczovL2FwaWZveC5jb20pIn0sIHsibmFtZSI6ICJDb250ZW50LVR5cGUiLCAidmFsdWUiOiAiYXBwbGljYXRpb24vanNvbiJ9XSwgImNvb2tpZXMiOiBbXSwgImRhdGEiOiAie1widGFza19uYW1lXCI6IFwi5q+P5pel562+5YiwXCJ9In0sICJydWxlIjogeyJzdWNjZXNzX2Fzc2VydHMiOiBbeyJyZSI6ICIyMDAiLCAiZnJvbSI6ICJzdGF0dXMifV0sICJmYWlsZWRfYXNzZXJ0cyI6IFtdLCAiZXh0cmFjdF92YXJpYWJsZXMiOiBbXX19XQ==",
"date": "2023-11-08 12:04:58",
"version": "20231108",
"commenturl": "https://github.com/qd-today/templates/issues/463"
}
}
}
34 changes: 34 additions & 0 deletions 雨云签到.har
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{
"request": {
"method": "POST",
"url": "https://api.v2.rainyun.com/user/reward/tasks",
"headers": [
{
"name": "x-api-key",
"value": "{{ apikey }}"
},
{
"name": "User-Agent",
"value": "Apifox/1.0.0 (https://apifox.com)"
},
{
"name": "Content-Type",
"value": "application/json"
}
],
"cookies": [],
"data": "{\"task_name\": \"每日签到\"}"
},
"rule": {
"success_asserts": [
{
"re": "200",
"from": "status"
}
],
"failed_asserts": [],
"extract_variables": []
}
}
]

0 comments on commit 47c31ab

Please sign in to comment.