收藏
回答

在线调试工具显示的结果和实际不一致?

我用在线调试工具中,自定义菜单查询接口 和 我微信公众号后台实际的自定义菜单结构内容不一致


{
    "menu": {
        "button": [
            {
                "type": "view", 
                "name": "汤包商城", 
                "url": "https://weidian.com/item.html?distributorId=1446431191itemID=2959847352share_relation=2de0c4201f76f304_1446431191_1wfr=wxBuyerShare", 
                "sub_button": [ ]
            }, 
            {
                "name": "售后服务", 
                "sub_button": [
                    {
                        "type": "view", 
                        "name": "物流查询", 
                        "url": "https://m.kuaidi100.com/?from=openvopenid=ofaKJvzmySggDPO784PAS-BQ3us0", 
                        "sub_button": [ ]
                    }, 
                    {
                        "sub_button": [ ]
                    }, 
                    {
                        "type": "view", 
                        "name": "在线客服", 
                        "url": "https://im.weidian.com/chat/?from_platform=hto_platform=ato_user_id=789143398im_enter=shopim_shop_id=789143398", 
                        "sub_button": [ ]
                    }, 
                    {
                        "type": "view", 
                        "name": "订单查询", 
                        "url": "https://i.weidian.com/order/list.php?type=0wfr=cifr=itemdetail", 
                        "sub_button": [ ]
                    }, 
                    {
                        "sub_button": [ ]
                    }
                ]
            }, 
            {
                "sub_button": [ ]
            }
        ]
    }
}



微信公众后台显示的菜单

这个如何解决?

回答关注问题邀请回答
收藏
登录 后发表内容