修仙 API世界
GET
/business/xiuxian/world/get_spirit_farm_info获取当前角色的灵田信息。
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/business/xiuxian/world/get_spirit_farm_info"{ "code": 0, "message": "获取灵田信息成功", "data": { "level": 2, "planted": { "name": "灵草", "count": 5 }, "harvest_ready": false }, "time": 1779502528}