解决 Windows 无法启动问题 & 增加企业微信工作台单点登录功能。#16
解决 Windows 无法启动问题 & 增加企业微信工作台单点登录功能。#16zlbj1984 wants to merge 18 commits intoTencentCloudADP:mainfrom
Conversation
zlbj1984
commented
Dec 5, 2025
- 解决 Windows 无法启动问题,以便在 Windows 环境中也能进行调试;
- 增加企业微信工作台单点登录功能:
- 在没有 Provider 时,使用用户名密码认证
- 在只有一个 Provider 时,直接跳转到单点登录URL,无需再点击按钮
- 在多个 Provider 时,需要点击按钮选择单点登录方式
|
@zlbj1984 is attempting to deploy a commit to the tencentcloudadpdevrel Team on Vercel. A member of the Team first needs to authorize it. |
liangchen-harold
left a comment
There was a problem hiding this comment.
Thank you for your contribution via PR. I have reviewed it and there are some issues that need to be revised or clarified. We look forward to seeing your reply.
| if hasattr(time, 'tzset'): | ||
| time.tzset() | ||
|
|
||
| # Windows compatibility: provide os.getpgid and os.killpg if not available |
There was a problem hiding this comment.
Is getpgid/killpg really necessary?
There was a problem hiding this comment.
no plan to offer the way to login with email/password
There was a problem hiding this comment.
no plan to offer the way to login with email/password
There was a problem hiding this comment.
no plan to offer the way to login with email/password
There was a problem hiding this comment.
no plan to offer the way to login with email/password
| user_detail_api = 'https://qyapi.weixin.qq.com/cgi-bin/user/get' | ||
| async with aiohttp.ClientSession() as session: | ||
| # 获取`Access Token` | ||
| print('获取`Access Token`') |
There was a problem hiding this comment.
should use logging.info or logging.debug instead of print
…ionality in ChatList component