D黑奴背锅 文档中心
修仙 API战斗
GET/business/xiuxian/combat/get_boss_info

获取当前世界Boss的状态信息。

注意事项

  • 公开接口,不需要登录。
  • 无活跃 Boss 时 data 为 null。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/combat/get_boss_info"
{  "code": 0,  "message": "获取世界Boss成功",  "data": {    "name": "远古凶兽",    "level_index": 3,    "hp": 5000,    "max_hp": 10000  },  "time": 1779502528}