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
8b787ff3
Commit
8b787ff3
authored
Mar 02, 2021
by
张艳玲
Browse files
Options
Browse Files
Download
Plain Diff
修改钉钉推送
parents
e99adc3c
5a862070
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
561 additions
and
790 deletions
+561
-790
compiler.xml
.idea/compiler.xml
+1
-3
SaveAndUpdate.java
src/test/java/com/kjj/cases/live/SaveAndUpdate.java
+3
-3
DingTalkUtils.java
src/test/java/com/kjj/utils/DingTalkUtils.java
+0
-1
report.html
test-output/report.html
+557
-783
No files found.
.idea/compiler.xml
View file @
8b787ff3
...
...
@@ -9,8 +9,6 @@
<module
name=
"kjj"
/>
</profile>
</annotationProcessing>
<bytecodeTargetLevel
target=
"1.8"
>
<module
name=
"kejiji"
target=
"1.8"
/>
</bytecodeTargetLevel>
<bytecodeTargetLevel
target=
"1.8"
/>
</component>
</project>
\ No newline at end of file
src/test/java/com/kjj/cases/live/SaveAndUpdate.java
View file @
8b787ff3
...
...
@@ -203,17 +203,17 @@ public class SaveAndUpdate implements AdminAuthorization {
RewardPkBean
rewardPk3
=
new
RewardPkBean
();
rewardPk3
.
setPrizeName
(
"10000"
);
rewardPk3
.
setRanking
(
1
);
rewardPks
.
add
(
rewardPk3
);
rewardPks
3
.
add
(
rewardPk3
);
RewardPkBean
rewardPk4
=
new
RewardPkBean
();
rewardPk4
.
setPrizeName
(
"2500"
);
rewardPk4
.
setRanking
(
2
);
rewardPks
.
add
(
rewardPk4
);
rewardPks
3
.
add
(
rewardPk4
);
RewardPkBean
rewardPk5
=
new
RewardPkBean
();
rewardPk5
.
setPrizeName
(
"1000"
);
rewardPk5
.
setRanking
(
3
);
rewardPks
.
add
(
rewardPk5
);
rewardPks
3
.
add
(
rewardPk5
);
saveOrUpdate6Param
.
put
(
"rewardPkParamList"
,
rewardPks3
);
Response
saveOrUpdate6Res
=
network
.
postResponse
(
saveOrUpdate6Param
,
BasicConfig
.
MANAGER_SAVEORUPDATE5
);
...
...
src/test/java/com/kjj/utils/DingTalkUtils.java
View file @
8b787ff3
...
...
@@ -17,7 +17,6 @@ public class DingTalkUtils {
+
context
+
"报告地址: http://10.172.58.199/view/kkk/job/kejiji_interface/HTML_20Report\n"
+
"@张慧锋 @张艳玲 @张震 @别湘灵"
;
System
.
out
.
println
(
context
);
Map
<
String
,
Object
>
contentParams
=
new
HashMap
<
String
,
Object
>();
...
...
test-output/report.html
View file @
8b787ff3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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