使用案例
DEMO仓库:
http://git.oschina.net/youwen21/Bauth/tree/master/application/exwechat?dir=1&filepath=application%2Fexwechat&oid=bb25a7e005d3fe4b59eeeff3397ffe0e725e6062&sha=aecac77dd6eaf63476bd01129613ca514dc183dd
DEMO 目录结构
├─controller 微信API接口
│ ├─AbstractHandle.php Handle类抽象基类
│ ├─Demoauth.php OAuth
│ ├─Democom.php access_token, ips
│ ├─Democustom.php custom
│ ├─Demojssdk.php jssdk
│ ├─Demomedia.php media(image|radio|video)
│ ├─Demomenu.php menu
│ ├─Demomessage.php message(news,text)
│ ├─Demotemplate.php template
│ ├─Demouser.php user
│ ├─HandleDefault.php default(uncatch msgType handle controller)
│ ├─HandleEvent.php event(subscribe,click, and so on)
│ ├─HandleLocation.php location(GEO)
│ ├─HandleText.php text
│ ├─WechatConfig.php 微信配置参数控制器
│ └─Index.php 微信消息入口
├─view JSSDK,OAuth视图模板