更新 'api/wechat3.py'

master
newrain001 1 year ago
parent 377b6e4571
commit a1d2facf79
  1. 4
      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):

Loading…
Cancel
Save