摘要: import json import requests URL = "https://qyapi.weixin.qq.com/...." # Webhook地址 def message(content): data = { "msgtype": "text", "text": { "content" 阅读全文
posted @ 2022-03-08 16:37 齐天_大圣 阅读(128) 评论(0) 推荐(0)
摘要: ########################################################## ###################### System ############################ ################################ 阅读全文
posted @ 2022-03-08 13:07 齐天_大圣 阅读(308) 评论(0) 推荐(0)