Support using Redis to store access_token
注意:查看Wiki或者源代码时,请切换对应的版本来查看。Master处于不断更新完善分支。
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 .
微信API挺SB,客服消息API,如果出现45015(回复时间超过限制),那么需要取消关注测试账号,然后再重新关注一次即可。另外,创建用户分组API刚开始测试的时候是OK的,后来会出现-1(系统繁忙),然后一直是这样。
- 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