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": "每日签到"
}'