mirror of
https://github.com/capricornxl/ad-password-self-service.git
synced 2025-08-09 15:30:19 +08:00
修改钉钉/企业微信直接使用内部应用免密登录的方式来验证,不再支持扫码。
由于一些API的权限发生变化,导致一些关键信息无法获取,所以做以上改变。
This commit is contained in:
@@ -56,3 +56,7 @@ class WeWorkCache(BaseCache):
|
||||
access_token = CacheItem()
|
||||
|
||||
|
||||
class DingDingCache(BaseCache):
|
||||
access_token = CacheItem()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user