Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oto
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
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
龚小红
oto
Commits
9154860d
Commit
9154860d
authored
Mar 04, 2021
by
张艳玲
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/20210304-liuchao' into 'master'
控制报告只钉钉推送一次 See merge request test-group/kejiji!26
parents
283e5bf4
91ac0a80
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
DingTalkUtils.java
src/test/java/com/kjj/utils/DingTalkUtils.java
+7
-1
No files found.
src/test/java/com/kjj/utils/DingTalkUtils.java
View file @
9154860d
...
@@ -14,6 +14,12 @@ public class DingTalkUtils {
...
@@ -14,6 +14,12 @@ public class DingTalkUtils {
// 通过钉钉机器人发送消息到钉钉群中
// 通过钉钉机器人发送消息到钉钉群中
public
static
void
sendVal
(
String
context
)
throws
Exception
{
public
static
void
sendVal
(
String
context
)
throws
Exception
{
if
(!
hasSend
.
compareAndSet
(
true
,
false
)){
System
.
out
.
println
(
"已经推送一次报告了"
);
return
;
}
//测试结果
//测试结果
context
=
"【接口自动化测试结果反馈】\n"
context
=
"【接口自动化测试结果反馈】\n"
+
context
+
context
...
@@ -30,7 +36,7 @@ public class DingTalkUtils {
...
@@ -30,7 +36,7 @@ public class DingTalkUtils {
params
.
put
(
"text"
,
contentParams
);
params
.
put
(
"text"
,
contentParams
);
//发起dingding机器人通知
//发起dingding机器人通知
if
(
isPushReport
&&
hasSend
.
compareAndSet
(
true
,
false
)
){
if
(
isPushReport
){
// Response response = network.dingTalkRobot(params);
// Response response = network.dingTalkRobot(params);
// System.out.println("钉钉 response:"+response.asString());
// System.out.println("钉钉 response:"+response.asString());
}
}
...
...
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