D黑奴背锅 文档中心
修仙 API世界
GET/business/xiuxian/world/get_spirit_eye_info

获取灵眼系统信息,含可抢占灵眼和当前占据。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/world/get_spirit_eye_info"
{  "code": 0,  "message": "获取灵眼信息成功",  "data": {    "available": [      {        "eye_id": 1,        "name": "东灵眼",        "output": 50      }    ],    "current": null  },  "time": 1779502528}