Support using Redis to store access_token
Go to lanrion#2, apply a weixin sandbox test account and follow this account, then add them to your ~/.bash_profile
export APPID="your test account weixin app_id"
export APPSECRET="your test account weixin appsecret"
export OPENID="your weixin openid"
Last, you have to open a new terminal tag (Reload bash_profile) , and run rspec .
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request