Commit a3a1b41d authored by yz's avatar yz

增加流量线测试群提醒

parent c83a0de6
import os
import sys
# 把项目的根目录通过sys.path.append添加为执行时的环境变量
current_directory = os.path.dirname(os.path.abspath(__file__))
root_path = os.path.abspath(os.path.dirname(current_directory) + os.path.sep + ".")
sys.path.append(root_path)
from servers.ddMessageServer import DDMessage
import time
# 机器人提醒地址,测试群
dingTalkUrl = "https://oapi.dingtalk.com/robot/send?access_token=fb8da62f0af606820fe8bdfdf8ea261d468f09b57c22faaa454d45855ea82eef"
# 密钥,签名算法需要,测试群
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment