python 微信告警:
def wx_notice(content): wx_content = "/usr/bin/wechat --corpid=**** --corpsecret=**** --msg='%s' --user=*** --agentid=***" % content subprocess.run([wx_content],shell=True)有道上面:微信告警通知