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

消耗灵石开垦一块灵田。

注意事项

  • 灵石不足返回 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/create_spirit_farm"
{  "code": 0,  "message": "开垦灵田成功",  "data": {    "level": 1  },  "time": 1779502528}