From 89b42ce51bb5882a6f45659e447bf1288572f4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=AB=E6=98=9F=E5=B0=8F=E5=88=98?= Date: Sat, 27 May 2023 18:01:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E7=99=BB=E5=BD=95=E4=BF=AE=E6=94=B9=E4=B8=BA=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=9C=A8PC=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E9=9C=80=E8=A6=81=E6=89=8B=E6=9C=BA=E6=89=AB=E7=A0=81?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 企业微信官方api https://developer.work.weixin.qq.com/document/path/98151 --- apps/common/sdk/im/wecom/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/sdk/im/wecom/__init__.py b/apps/common/sdk/im/wecom/__init__.py index 5d2d6a4c1..b58e4ab3b 100644 --- a/apps/common/sdk/im/wecom/__init__.py +++ b/apps/common/sdk/im/wecom/__init__.py @@ -19,7 +19,7 @@ class WeComError(APIException): class URL: GET_TOKEN = 'https://qyapi.weixin.qq.com/cgi-bin/gettoken' SEND_MESSAGE = 'https://qyapi.weixin.qq.com/cgi-bin/message/send' - QR_CONNECT = 'https://open.work.weixin.qq.com/wwopen/sso/qrConnect' + QR_CONNECT = 'https://login.work.weixin.qq.com/wwlogin/sso/login' OAUTH_CONNECT = 'https://open.weixin.qq.com/connect/oauth2/authorize' # https://open.work.weixin.qq.com/api/doc/90000/90135/91437