东农后台api接口文档

接口文档


获取左侧菜单

[TOC]

简要描述
  • 获取左侧菜单
请求URL
  • http://xgkj.hljnyxx.com/dongnongBackend/index.php/Home/Index/getMenu
请求方式
  • GET
参数
参数名 必选 说明
userId 用户ID
返回示例
  {
    "home": {
        "son": "",
        "show": true
    },
    "base_m": {
        "son": "",
        "show": true
    },
    "equipType": {
        "son": "",
        "show": true
    },
    "forecast": {
        "son": {
            "insect": {
                "son": "",
                "show": false
            },
            "sexual": {
                "son": "",
                "show": false
            },
            "insect_lamp": {
                "son": "",
                "show": false
            },
            "weather_station": {
                "son": "",
                "show": false
            }
        },
        "show": false
    },
    "environmental": {
        "son": "",
        "show": true
    },
    "integration": {
        "son": {
            "water_fertilizer": {
                "son": "",
                "show": true
            }
        },
        "show": true
    },
    "my_production": {
        "son": {
            "project": {
                "son": "",
                "show": true
            },
            "land": {
                "son": "",
                "show": true
            }
        },
        "show": true
    },
    "manage": {
        "son": {
            "scientific": {
                "son": "",
                "show": true
            },
            "appointment": {
                "son": "",
                "show": true
            }
        },
        "show": true
    }
}
返回参数说明
参数名 说明
home 首页
base_m 地块管理
equipType 平台管理
forecast 测报系统
insect 虫情测报灯
sexual 性诱测报
insect_lamp 自动杀虫灯
weather_station 气象站
environmental 温室环境监测系统
integration 水肥一体化
water_fertilizer 施肥机控制
my_production 我的产区
project 我的项目
land 我的地块
manage 科研管理系统
scientific 科研预约
appointment 我的预约
plc_control 控制柜
door_locks 门禁控制管理
door_control 门禁控制
eae_list 出入名单
备注

页面列表

ITEM_HTML