From a1d2facf798134b61dab085bc958a4719b17b36e Mon Sep 17 00:00:00 2001 From: newrain001 Date: Tue, 30 May 2023 09:15:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'api/wechat3.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/wechat3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/wechat3.py b/api/wechat3.py index 8f7f41f..7502e88 100644 --- a/api/wechat3.py +++ b/api/wechat3.py @@ -12,13 +12,13 @@ import time import requests # 此为企业的ID号 -CorpID = 'wwa1dc8236066bab50' +CorpID = 'wwa1d' # 应用的ID Agentid = 1000005 # 认证信息,企业ID+认证信息可获取tokent,获取之后向此tokent发送内容 -Secret = 'CRzsnYigkQy_9qoHErXG94am81AUuXabY0A8-N7LW_4' +Secret = 'CRzsnYigk' localtime = time.strftime("[%H:%M:%S]", time.localtime()) class Tencent(object):