微信菜单的配置

来源:互联网 发布:北大光华管理学院 知乎 编辑:程序博客网 时间:2024/05/17 06:23

1、进入“在线接口调试工具”



利用自己的appid与secret获取access_token





2、根据当前的access_token,查询已配置菜单



查询返回结果:

200OKConnection: closeDate: Mon, 05 Dec 2016 04:40:14 GMTContent-Type: application/json; encoding=utf-8Content-Length: 926{    "menu": {        "button": [            {                "type": "view",                 "name": "参与众筹",                 "url": "http://myl.jumifinance.com/h5/views/main/index.html",                 "sub_button": [ ]            },             {                "name": "商城活动",                 "sub_button": [                    {                        "type": "view",                         "name": "全民大转盘",                         "url": "http://myl.jumifinance.com/phone/play/wheel.html",                         "sub_button": [ ]                    },                     {                        "type": "view",                         "name": "专题活动",                         "url": "http://myl.jumifinance.com/phone/play/prefecture.html",                         "sub_button": [ ]                    },                     {                        "type": "view",                         "name": "邀请好友",                         "url": "http://myl.jumifinance.com/phone/account/invite/invite.html",                         "sub_button": [ ]                    }                ]            },             {                "name": "服务中心",                 "sub_button": [                    {                        "type": "view",                         "name": "我的资产",                         "url": "http://myl.jumifinance.com/phone/jumipaiInfo.html",                         "sub_button": [ ]                    },                     {                        "type": "view",                         "name": "关于聚米",                         "url": "http://myl.jumifinance.com/phone/safeguard1.html",                         "sub_button": [ ]                    },                     {                        "type": "view",                         "name": "常见问题",                         "url": "http://myl.jumifinance.com/phone/FAQ.html",                         "sub_button": [ ]                    }                ]            }        ]    }}


3、创建菜单,将如下内容复制到body中,然后点击"检查问题"即可,(如何配置各个节点,参考相关文档)


{        "button": [            {                "type": "view",                 "name": "参与众筹",                 "url": "http://myl.jumifinance.com/h5/views/main/index.html",                 "sub_button": [ ]            },             {                "name": "商城活动",                 "sub_button": [                    {                        "type": "view",                         "name": "全民大转盘",                         "url": "http://myl.jumifinance.com/phone/play/wheel.html",                         "sub_button": [ ]                    },                     {                        "type": "view",                         "name": "专题活动",                         "url": "http://myl.jumifinance.com/phone/play/prefecture.html",                         "sub_button": [ ]                    },                     {                        "type": "view",                         "name": "邀请好友",                         "url": "http://myl.jumifinance.com/phone/account/invite/invite.html",                         "sub_button": [ ]                    }                ]            },             {                "name": "服务中心",                 "sub_button": [                    {                        "type": "view",                         "name": "我的资产",                         "url": "http://myl.jumifinance.com/phone/jumipaiInfo.html",                         "sub_button": [ ]                    },                     {                        "type": "view",                         "name": "关于聚米",                         "url": "http://myl.jumifinance.com/phone/safeguard1.html",                         "sub_button": [ ]                    },                     {                        "type": "view",                         "name": "常见问题",                         "url": "http://myl.jumifinance.com/phone/FAQ.html",                         "sub_button": [ ]                    }                ]            }        ]    }



4、配置完后,如下图所示:


0 0
原创粉丝点击