python 微信告警:

python  微信告警:

def wx_notice(content):
wx_content = "/usr/bin/wechat --corpid=**** --corpsecret=**** --msg=‘%s‘ --user=*** --agentid=***" % content
subprocess.run([wx_content],shell=True)

有道上面:微信告警通知

python 微信告警:

原文:https://www.cnblogs.com/y593216/p/15356838.html

以上是python 微信告警:的全部内容。
THE END
分享
二维码
< <上一篇
下一篇>>