python调企业微信webhook报警
headers = {“Content-Type”: “text/plain”}webhook = ‘https://qyapi.weixin.qq.com/XXXX’def send_qyweixin(s, webhook): data = { "msgtype": "text", "text": { "content": s,...