diff --git a/tpls_history.json b/tpls_history.json index 185c53a..68ec5df 100644 --- a/tpls_history.json +++ b/tpls_history.json @@ -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" } } } \ No newline at end of file diff --git a/雨云签到.har b/雨云签到.har new file mode 100644 index 0000000..dfc7528 --- /dev/null +++ b/雨云签到.har @@ -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": [] + } + } +] \ No newline at end of file