修仙 API
获取当前角色的灵田信息。
请求地址
/business/xiuxian/world/get_spirit_farm_infodata.levelnumber灵田等级。data.plantedobject已种植的作物信息。data.harvest_readyboolean是否可收获。1curl "https://api.dibinos.cn/business/xiuxian/world/get_spirit_farm_info" \2-H "Authorization: Bearer ACCESS_TOKEN"1{2 "code": 0,3 "message": "获取灵田信息成功",4 "data": {5 "level": 2,6 "planted": { "name": "灵草", "count": 5 },7 "harvest_ready": false8 },9 "time": 177950252810}