Skip to content

wenlingang/wechat_public_api

 
 

Repository files navigation

简介

基于ruby的微信公众号开发的API,包含对微信公众号菜单栏、客服消息、模板消息、帐号管理等接口的封装。

API长期更新维护,建议使用最新版本。

安装

添加 Gemfile:

gem 'wechat_public_api'

执行 bundle:

$ bundle install

或者直接通过 gem 安装:

$ gem install wechat_public_api

文档

wechat_public_api开发者使用文档

About

微信公众号开发文档接口封装,提供基于菜单栏、公众号、模板消息、客服消息、支付、帐号管理等接口的封装

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.4%
  • Shell 0.6%