Commit 91232c26 authored by TesterYao's avatar TesterYao

增加流量线测试群提醒

parent c025756a
......@@ -151,11 +151,11 @@ class Task:
ll_at = {'atMobiles': [ll_zhibanren[currentday][1]]}
Remind.send_markdown(ll_token, ll_secret, '值班提醒', ll_text, ll_at)
gg_text = '@' + gg_zhibanren[currentday][1] + ',值班同学辛苦啦~ ' \
'\n> **不要忘记发值班日报并记录值班问题哦~** [去记录](http://cf.dui88.com/pages/viewpage.action?pageId=99955951) '
'\n> **不要忘记发值班日报并记录值班问题哦~** [去记录](http://cf.dui88.com/pages/viewpage.action?pageId=99951008) '
gg_at = {'atMobiles': [gg_zhibanren[currentday][1]]}
Remind.send_markdown(gg_token, gg_secret, '值班提醒', gg_text, gg_at)
cx_text = '@' + cx_zhibanren[currentday][1] + ',值班同学辛苦啦~ ' \
'\n> **不要忘记发值班日报并记录值班问题哦~** [去记录](http://cf.dui88.com/pages/viewpage.action?pageId=99955951) '
'\n> **不要忘记发值班日报并记录值班问题哦~** [去记录](http://cf.dui88.com/pages/viewpage.action?pageId=111230681) '
cx_at = {'atMobiles': [cx_zhibanren[currentday][1]]}
Remind.send_markdown(cx_token, cx_secret, '值班提醒', cx_text, cx_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