Commit f26e817962f5476b6ca8ff3925e75441b20c4478
1 parent
2c6a7b23
Exists in
master
修复授权auth_url bug
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
lib/qy_wechat_api.rb
... | ... | @@ -20,6 +20,7 @@ module QyWechatApi |
20 | 20 | autoload(:RedisStorage, "qy_wechat_api/storage/redis_storage") |
21 | 21 | |
22 | 22 | ENDPOINT_URL = "https://qyapi.weixin.qq.com/cgi-bin".freeze |
23 | + SUITE_ENDPOINT = "https://qy.weixin.qq.com/cgi-bin".freeze | |
23 | 24 | OK_MSG = "ok".freeze |
24 | 25 | OK_CODE = 0.freeze |
25 | 26 | ... | ... |
lib/qy_wechat_api/api/service/suite.rb