Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
钉
钉钉群通知
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
yaozheng
钉钉群通知
Commits
91232c26
Commit
91232c26
authored
Jul 05, 2021
by
TesterYao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加流量线测试群提醒
parent
c025756a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
task.py
robot/task.py
+2
-2
No files found.
robot/task.py
View file @
91232c26
...
...
@@ -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=9995
5951
) '
'
\n
> **不要忘记发值班日报并记录值班问题哦~** [去记录](http://cf.dui88.com/pages/viewpage.action?pageId=9995
1008
) '
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=
9995595
1) '
'
\n
> **不要忘记发值班日报并记录值班问题哦~** [去记录](http://cf.dui88.com/pages/viewpage.action?pageId=
11123068
1) '
cx_at
=
{
'atMobiles'
:
[
cx_zhibanren
[
currentday
][
1
]]}
Remind
.
send_markdown
(
cx_token
,
cx_secret
,
'值班提醒'
,
cx_text
,
cx_at
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment