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

获取所有可选历练路线信息。

注意事项

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

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/progress/get_adventure_info"
{  "code": 0,  "message": "获取历练信息成功",  "data": [    {      "route": "forest",      "name": "深林历练",      "level_required": 1,      "duration": 3600    }  ],  "time": 1779502528}