No release in over 3 years
Low commit activity in last 3 years
微信公众号开发,通过简单配置,获取access_token。
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.1
~> 5.2.4, >= 5.2.4.1
~> 4.1, >= 4.1.3
 Project Readme

Build Status

Wechat::AccessToken

微信公众号 access_token获取

Usage

After Installation, genearte wechat.yml and redis.yml and config them

rails generate wechat_install_config

then you can get access_token by

Wechat::AccessToken.current

Installation

Add this line to your application's Gemfile:

gem 'wechat-access_token'

And then execute:

$ bundle

Or install it yourself as:

$ gem install wechat-access_token

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.