## 编辑菜单列表
**简要描述:**
* 编辑菜单列表
**请求URL:**
* /wechat/menu/save
**请求方式:**
* POST
**参数:**
| 参数名 | 必选 | 类型 | 说明 | |
| --- | --- | --- | --- | ---|
| button | 是 | array| 菜单列表 | |
## | name| 是 | string | 名称 |
## | content| 否 | string | 内容 | type 为 'miniprogram' 时 值为 {'url':xxx,'appid':xxx,'pagepath':xxx}|
## | type| 否 | string| 类别 |'miniprogram','click','view' |
## | sub_button | 否| array| 子菜单列表 |
### | name| 是 | string | 名称 |
### | content| 否 | string | 内容 type 为 'miniprogram' 时 值为 {'url':xxx,'appid':xxx,'pagepath':xxx}|
### | type| 否 | string| 类别 'miniprogram','click','view' |
**返回参数**
| 参数名 | 必选 | 类型 | 说明 |
| --- | --- | --- | --- |
| msg| 是 | string| 消息提示 |
| data| 是 | int| 执行结果 |
| code| 是| string| 返回码 |
**返回示例**
~~~
{
"msg": "success",
"data": 1,
"code": 200
}
~~~