D黑奴背锅 文档中心
修仙 API探险
POST/business/xiuxian/progress/complete_rift

完成当前秘境探索并领取奖励。

注意事项

  • 未在秘境中时返回 code=1,message='角色当前状态无法执行该操作'。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/progress/complete_rift"
{  "code": 0,  "message": "完成秘境探索",  "data": {    "profile": {      "user_id": "b1_p1"    },    "reward": {      "gold": 300,      "experience": 200    }  },  "time": 1779502528}