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

获取当前角色的洞天福地信息。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/business/xiuxian/world/get_blessed_land_info"
{  "code": 0,  "message": "获取洞天信息成功",  "data": {    "name": "灵泉洞天",    "level": 2,    "output": 100  },  "time": 1779502528}