一个很不错的微信开发学习博客,从入门到精通。

菜单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" 

 }] 

 }] 

 }