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

进入指定秘境开始探索。

注意事项

  • 角色状态非空闲时返回 code=1,message='角色当前状态无法执行该操作'。
  • 秘境不存在返回 code=1,message='修仙数据不存在'。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/progress/explore_rift" \  -H "Content-Type: application/json" \  -d '{    "rift_id": 0  }'
{  "code": 0,  "message": "开始探索秘境",  "data": {    "rift_id": 1,    "name": "幽暗密林"  },  "time": 1779502528}