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

消耗灵石升级洞天等级。

注意事项

  • 无洞天返回 code=1,message='修仙数据不存在'。
  • 灵石不足返回 code=1,message='修仙资源不足'。

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://example.com/business/xiuxian/world/upgrade_blessed_land"
{  "code": 0,  "message": "升级洞天成功",  "data": {    "name": "灵泉洞天",    "level": 3,    "output": 200  },  "time": 1779502528}