1. 程式人生 > >自定義選單,帶引數的跳轉url

自定義選單,帶引數的跳轉url

{
    "button": [
        {
            "name": "微 服務", 
            "sub_button": [
                {
                    "type": "view", 
                    "name": "線上開戶", 
                    "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc3cb9bb879529a20&redirect_uri=http%3a%2f%2f1.dingniu.applinzi.com%2fregister&response_type=code&scope=snsapi_base&state=123#wechat_redirect", 
                    "sub_button": [ ]
                }, 
                {
                    "type": "view", 
                    "name": "線上充值", 
                    "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc3cb9bb879529a20&redirect_uri=http%3a%2f%2f1.dingniu.applinzi.com%2fpay&response_type=code&scope=snsapi_base&state=123#wechat_redirect", 
                    "sub_button": [ ]
                }
            ]
        }, 
        {
            "type": "click", 
            "name": "聯絡客服", 
            "key": "lxkf", 
            "sub_button": [ ]
        }, 
        {
            "type": "view", 
            "name": "關於我們", 
            "url": "http://www.cometrading.com/", 
            "sub_button": [ ]
        }
    ]
}