templates/雨云签到.har
github-actions[bot] 47c31ab256
Add HAR: 雨云签到 (#464)
Co-authored-by: liu475362194 <liu475362194@users.noreply.github.com>
2023-11-08 18:27:02 -06:00

34 lines
913 B
JSON

[
{
"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": []
}
}
]