logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python调用钉钉 自定义机器人API发送消息

#!/bin/python# -*- coding: utf-8 -*-"""# 发送消息到钉钉"""import jsonimport timeimport sysimport requests# dingidng notificationclass Dingding(object):def __init__(self, access_token, content='', at_people='

#python#linux#运维
到底了