微信公众号测试账号做自定义模板

连接路径:

https://mp.weixin.qq.com/debug/cgi-bin/apiinfo?t=index&type=%E6%B6%88%E6%81%AF%E6%8E%A5%E5%8F%A3%E8%B0%83%E8%AF%95&form=%E6%96%87%E6%9C%AC%E6%B6%88%E6%81%AF

接口类型:自定义菜单

接口列表:自定义菜单创建/menu/create

参数列表:

access_token:

body:

{
    "button": [
        {
            "type": "click", 
            "name": "今日歌曲", 
            "key": "V1001_TODAY_MUSIC"
        }, 
        {
            "name": "菜单", 
            "sub_button": [
                {
                    "type": "view", 
                    "name": "修改", 
                    "url": "http://www.wangdo.top/wx_web/index.html"
                }, 
                {
                    "type": "view", 
                    "name": "注册", 
                    "url": "http://www.wangdo.top/wx_web/index.html"
                }, 
                {
                    "type": "click", 
                    "name": "视频", 
                    "key": "http://www.wangdo.top/wx_web/index.html"
                }
            ]
        }
    ]
}

猜你喜欢

转载自blog.csdn.net/weixin_40018205/article/details/84026037