JSPM

  • Created
  • Published
  • Downloads 734
  • Score
    100M100P100Q98506F
  • License MIT

web wechat lib

Package Exports

  • wechat4u

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wechat4u) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

#wechat4u.js

##安装使用

npm install wechat4u

##使用Example测试

npm run example

API 说明

    事件
    // this.on('uuid', () => {})
    // this.on('scan', () => {})
    // this.on('confirm', () => {})
    // this.on('login', () => {})
    // this.on('logout', () => {})
    // this.on('error', err => debug(err))

    // this.on('init-message', () => {})
    // this.on('text-message', () => {})
    // this.on('picture-message', () => {})
    // this.on('voice-message', () => {})

    // this.on('mobile-open', () => {})

##相关项目

关于微信网页端机器人的实现,已经有大量的轮子了。感谢各位大神!(排名不分先后。。收录的肯定也不齐。。)

关于微信网页端的接口说明,也有好几篇分析的很厉害的文章。

好了,差不多就这些资料了。如果想要开发个自己的,那就开工吧!