Commit 2c323d95 authored by TesterYao's avatar TesterYao

增加流量线测试群提醒

parent 3d7b9df5
......@@ -182,7 +182,7 @@ class Task:
cx_at = {'atMobiles': [cx_zhibanren[currentday][1]]}
Remind.send_markdown(cx_token, cx_secret, '值班提醒', cx_text, cx_at)
bq_text = '@' + bq_zhibanren[currentday][1] + ',值班同学辛苦啦~ ' \
'\n> **不要忘记发值班日报并记录值班问题哦~** [去记录](http://cf.dui88.com/pages/viewpage.action?pageId=111230681) '
'\n> **不要忘记发值班日报并记录值班问题哦~** [去记录](http://cf.dui88.com/pages/viewpage.action?pageId=92509345) '
bq_at = {'atMobiles': [bq_zhibanren[currentday][1]]}
Remind.send_markdown(bq_token, bq_secret, '值班提醒', bq_text, bq_at)
......
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