Home
binsee edited this page 10 years ago

wechat-php-sdk

微信公众平台php开发包,细化各项接口操作,支持链式调用 项目地址:https://github.com/dodgepudding/wechat-php-sdk


##使用详解 使用前需先打开微信帐号的开发模式,详细步骤请查看微信公众平台接口使用说明:
http://mp.weixin.qq.com/wiki/

微信支付接入文档: https://mp.weixin.qq.com/cgi-bin/readtemplate?t=business/course2_tmpl&lang=zh_CN

##功能目录

  • [[官方API类库]]

    wechat.class.php 调用官方API,具有更灵活的消息分类响应方式,支持链式调用操作 ;

  • [[非官方扩展类库]]

    wechatext.class.php 非官方扩展API,模拟人工操作微信平台,此方式不保证长期有效。

  • [[授权登陆类库]]

    wechatauth.class.php
    通过微信二维码登陆微信的API, 能实现第三方网站同步登陆

  • [[内嵌JS]]

    wechat.js 微信内嵌网页功能调用js

  • [[API接口错误码]]

    errCode.php 当调用API接口失败时,可以用此类来换取失败原因的中文说明。