D黑奴背锅 文档中心
修仙 API赛季
POST/business/xiuxian/season/claim_reward

领取上赛季结算奖励。

注意事项

  • 无待领取奖励返回 code=1。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/season/claim_reward"
{  "code": 0,  "message": "领取赛季奖励成功",  "data": {    "season_id": 2,    "rank": "gold",    "reward": {      "gold": 5000,      "experience": 2000    }  },  "time": 1779502528}