微信自定义菜单测试公众号及测试菜单
https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index 测试公众号 地址
https://mp.weixin.qq.com/debug/cgi-bin/apiinfo 微信接口调试地址
菜单测试案例
{
"button": [
{
"name": "点击发送",
"sub_button": [
{
"type": "click",
"name": "点击推事件",
"key": "FANGBEI"
},
{
"name": "发送位置",
"type": "location_select",
"key": "rselfmenu_2_0"
}
]
},
{
"name": "扫码发图",
"sub_button": [
{
"type": "scancode_waitmsg",
"name": "扫码带提示",
"key": "rselfmenu_0_0"
},
{
"type": "scancode_push",
"name": "扫码推事件",
"key": "rselfmenu_0_1"
},
{
"type": "pic_sysphoto",
"name": "系统拍照发图",
"key": "rselfmenu_1_0"
},
{
"type": "pic_photo_or_album",
"name": "拍照或相册发图",
"key": "rselfmenu_1_1"
},
{
"type": "pic_weixin",
"name": "微信相册发图",
"key": "rselfmenu_1_2"
}
]
},
{
"type": "view",
"name": "🎁跳转网页",
"url": "http://182.200.224.41:8080/mobileapp/index"
}
]
}