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

获取所有可探索的秘境列表。

注意事项

  • 公开接口,不需要登录。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/progress/get_rift_list"
{  "code": 0,  "message": "获取秘境列表成功",  "data": [    {      "rift_id": 1,      "name": "幽暗密林",      "level_required": 1    },    {      "rift_id": 2,      "name": "烈焰洞窟",      "level_required": 3    }  ],  "time": 1779502528}