#创建自定义菜单 POST 127.0.0.1:80/wechat/menu/create Content-Type: application/json;charset=UTF-8 { "button": [ { "type": "click", "name": "开门", "key": "door", "sub_button": [ ] }, { "name": "我的", "sub_button": [ { "type": "view", "name": "个人中心", "url": "http://wechat.zzwtec.com/info/wechatOauth2", "sub_button": [ ] }, { "type": "click", "name": "公告", "key": "msg", "sub_button": [ ] } ] }, { "name": "关于", "sub_button": [ { "type": "view", "name": "合作", "url": "http://m.zzwtec.com/index.php?m=content&c=index&a=lists&catid=12", "sub_button": [ ] }, { "type": "view", "name": "产品视频", "url": "http://v.youku.com/v_show/id_XMTU4Mjc2MjMyMA==.html?from=s1.8-1-1.2&spm=a2h0k.8191407.0.0#paction", "sub_button": [ ] }, { "type": "view", "name": "产品介绍", "url": "http://m.zzwtec.com/index.php?m=content&c=index&a=lists&catid=36", "sub_button": [ ] }, { "type": "view", "name": "企业介绍", "url": "http://m.zzwtec.com/index.php?m=content&c=index&a=lists&catid=13", "sub_button": [ ] }, { "type": "view", "name": "APP下载", "url": "http://web.zzwtec.com/mobile/apk/download", "sub_button": [ ] } ] } ] } ###