简要描述:

  • 编辑普通菜单

请求域名:

  • http://xx.com

请求URL:

POST:route=plugin.wechat.admin.menu.controller.default-menu.index

参数:

参数名 是否必须 类型 说明
id 必须 int 菜单id

返回示例:

正确时返回:

{
    "id":39,
    "uniacid":3,
    "menuid":1,
    "type":1,
    "title":"测试233",
    "sex":0,
    "group_id":-1,
    "client_platform_type":0,
    "area":"",
    "data":{
        "button":[
            {
                "name":"菜单1",
                "type":"view",
                "url":"http://www.soso.com"
            },
            {
                "name":"菜单2",
                "sub_button":[
                    {
                        "name":"子菜单名称",
                        "type":"click",
                        "key":"www.baidu.com"
                    }
                ]
            },
            {
                "name":"菜单名称",
                "type":"media_id",
                "media_id":"www.baidu.com"
            }
        ],
        "title":"测试233",
        "type":1,
        "id":39,
        "status":0
    },
    "status":0,
    "createtime":1552638249,
    "isdeleted":0
}

错误时返回:

``{ "result":0, "msg":"error", "data":"菜单不存在或已删除" }`


### 返回参数说明:

|参数名|类型|说明|
|:-----  |:-----|-----                           |
|result |int   | 成功或者失败的状态码,0为失败,1为成功 |
|msg |string   | 提示信息 |
|data |array   | 数据 |

### 备注:

- 更多返回错误代码请看首页的错误代码描述