python 微信告警:
时间:2022-05-27 22:25:29
收藏:0
阅读:32
python 微信告警:
def wx_notice(content):
wx_content = "/usr/bin/wechat --corpid=**** --corpsecret=**** --msg=‘%s‘ --user=*** --agentid=***" % content
subprocess.run([wx_content],shell=True)
有道上面:微信告警通知
原文:https://www.cnblogs.com/y593216/p/15356838.html
评论(0)