We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d63889 commit ca3f94fCopy full SHA for ca3f94f
wechat_alert.py
@@ -7,8 +7,8 @@
7
8
def GetToken():
9
Corpid='ww3083060923921313121' # 企业ID
10
- CorpSecret='5_vWbwROiUQJkc2wBEPxkO0slPe2NsJ_qpvx2bW_M'
11
- gettoken_url = 'https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=' + Corpid + '&corpsecret=' + CorpSecret #企业号应用的Secret值
+ CorpSecret='5_vWbwROiUQJkc2wBEPxkO0slPe2NsJ_qpvx2bW_M' #企业号应用的Secret值
+ gettoken_url = 'https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=' + Corpid + '&corpsecret=' + CorpSecret
12
#print (gettoken_url)
13
try:
14
token_file =requests.get(gettoken_url)
0 commit comments