`
tangzongyun
  • 浏览: 181156 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

微信公众号

阅读更多
一个很不错的微信开发学习博客,从入门到精通。
http://blog.csdn.net/lyq8479?viewmode=contents

菜单json

{
     "button":[
     {
          "type":"view",
          "name":"广告",
          "url":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=123456&redirect_uri=http://xxx.com/index?type=1&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect"
      },
  {
          "type":"view",
          "name":"首页",
          "url":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=123456&redirect_uri=http://xxx.com/index?type=2&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect"
      },
      {
           "name":"分销",
           "sub_button":[
     {
    "type":"view",
            "name":"简介",
            "url":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=123456&redirect_uri=http://xxx.com/index?type=6&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect"
   },
   {
    "type":"view",
            "name":"新手",
            "url":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=123456&redirect_uri=http://xxx.com/index?type=3&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect"
   },
           {
               "type":"view",
               "name":"创富",
               "url":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=123456&redirect_uri=http://xxx.com/index?type=8&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect"
            },

            {
               "type":"view",
               "name":"中心",
               "url":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=123456&redirect_uri=http://xxx.com/index?type=5&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect"
            },
            {
               "type":"click",
               "name":"推广",
               "key":"TUIGUANG_ZUANQIAN"
            }]
       }]
}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics