D黑奴背锅 文档中心
修仙 API每日任务
POST/business/xiuxian/daily_task/claim_all

领取所有可领的每日任务奖励,全部完成有额外奖励。

注意事项

  • 没有可领取的奖励返回 code=1。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/daily_task/claim_all"
{  "code": 0,  "message": "一键领取每日任务奖励成功",  "data": {    "profile": {      "player": {        "gold": 1500      }    },    "reward": {      "gold": 500,      "experience": 200,      "claimed_tasks": [        "daily_checkin",        "daily_cultivate"      ]    }  },  "time": 1779502528}