Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
rota
Project
Project
Details
Activity
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘丙寅
rota
Commits
90b62139
Commit
90b62139
authored
Apr 29, 2021
by
刘丙寅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善代码逻辑
parent
af08188c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
peizhi.py
peizhi.py
+7
-1
rota_gm.py
rota_gm.py
+2
-0
No files found.
peizhi.py
View file @
90b62139
Personnel_list
=
{
20210501
:
"莹莹,奉龙,伟男"
,
20210510
:
"刘丙寅"
20210509
:
"淑琴,婷婷"
,
20210515
:
"崔鑫,艮霞"
,
20210522
:
"张慧,丙寅"
,
20210529
:
"韧开、林颖"
,
20210605
:
"莹莹、伟男"
,
20210612
:
"奉龙、陈雪"
,
20210619
:
"淑琴、婷婷"
}
rota_gm.py
View file @
90b62139
...
...
@@ -30,6 +30,8 @@ def test():
if
int
(
format_tomorrow
)
in
days
and
int
(
format_today
)
not
in
days
:
worker
=
peizhi
.
Personnel_list
.
get
(
int
(
format_tomorrow
))
message
=
worker
if
worker
==
None
:
message
=
"还没有分配具体的值班人员请尽快分配"
dd_url
=
"https://oapi.dingtalk.com/robot/send?access_token=062ab7f98f47c85e6c200efd21ae5d532e4f1bbfd6782ae1268b9a1f4d3dc7b9"
text
=
"明日开始休息:本次值班人员为:
%
s 值班人员记得带 电脑,手机, vpn环境"
%
{
message
}
json_text
=
{
...
...
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