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
08f57a00
Commit
08f57a00
authored
Mar 08, 2021
by
yaozheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加流量线测试群提醒
parent
10a26100
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sendLiuliangMessage.py
sender/sendLiuliangMessage.py
+1
-1
No files found.
sender/sendLiuliangMessage.py
View file @
08f57a00
...
...
@@ -21,7 +21,7 @@ sign = DDMessage.get_sign(timestamp,secret)
# 拼接完整的url,用于鉴权
fullUrl
=
dingTalkUrl
+
"×tamp="
+
timestamp
+
"&sign="
+
sign
# 构造要发送的信息
content1
=
"请及时维护流量线测试排期列表:http://cf.dui88.com/pages/viewpage.action?pageId=
81484880
"
content1
=
"请及时维护流量线测试排期列表:http://cf.dui88.com/pages/viewpage.action?pageId=
90662197
"
content2
=
"测试用例及时上传:http://cf.dui88.com/pages/viewpage.action?pageId=67163062"
# 发送信息
DDMessage
.
send_message
(
fullUrl
,
content1
+
'
\n
'
+
content2
)
\ No newline at end of file
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