1.进入主页,获取API
2.进入宝塔面板部署
3.部署
内容为
curl --location --request POST 'https://api.v2.rainyun.com/user/reward/tasks' \ --header 'x-api-key: your api key' \ --header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \ --header 'Content-Type: application/json' \ --data-raw '{ "task_name": "每日签到" }'
注意:只需要将
your api key
替换为你直接复制的API即可