No commit activity in last 3 years
No release in over 3 years
微信公众号开发API,包含对微信公众号菜单栏、客服消息、模板消息、帐号管理等接口的封装,API长期更新维护,建议使用最新版本,开发者使用文档:https://yuque.com/qianlansedehei/wechat_public_api
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
>= 0
~> 10.0
>= 0
~> 0.0.7.5
 Project Readme

简介

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

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

安装

添加 Gemfile:

gem 'wechat_public_api'

执行 bundle:

$ bundle install

或者直接通过 gem 安装:

$ gem install wechat_public_api

文档

wechat_public_api开发者使用文档