Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yanxuan-qc-change-system
Overview
Overview
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
yx-qc-change-flow
yanxuan-qc-change-system
Commits
8a91b3fc
Commit
8a91b3fc
authored
Nov 29, 2022
by
jx-art
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发送邮件。。。
parent
d8db0c61
Pipeline
#43179
passed with stages
in 1 minute 37 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
EmailRpcService.java
...anxuan/change/integration/flow/email/EmailRpcService.java
+2
-2
ChangeConfigController.java
...yanxuan/change/web/controller/ChangeConfigController.java
+2
-2
No files found.
yanxuan-qc-change-system-integration/src/main/java/com/netease/mail/yanxuan/change/integration/flow/email/EmailRpcService.java
View file @
8a91b3fc
...
@@ -16,11 +16,11 @@ public interface EmailRpcService {
...
@@ -16,11 +16,11 @@ public interface EmailRpcService {
//templates/flowx/template/assemble.json
//templates/flowx/template/assemble.json
//yanxuan-qc-change-system
//yanxuan-qc-change-system
//@PostMapping("/push/email/attach/yanxuan-qc-change-system/upload.json")
//@PostMapping("/push/email/attach/yanxuan-qc-change-system/upload.json")
@PostMapping
(
"/push/email/attach/y
xqc_release_flow
/upload.json"
)
@PostMapping
(
"/push/email/attach/y
anxuan-qc-ehc
/upload.json"
)
String
sendEmail
(
Map
<
String
,
String
>
params
);
String
sendEmail
(
Map
<
String
,
String
>
params
);
//yanxuan-sc-ehc
//yanxuan-sc-ehc
@PostMapping
(
"/push/email/
bpm_risk_evaluation_11
"
)
@PostMapping
(
"/push/email/
yanxuan-qc-ehc/upload.json
"
)
String
sendEmailInfo
(
Map
<
String
,
String
>
params
);
String
sendEmailInfo
(
Map
<
String
,
String
>
params
);
}
}
yanxuan-qc-change-system-web/src/main/java/com/netease/mail/yanxuan/change/web/controller/ChangeConfigController.java
View file @
8a91b3fc
...
@@ -124,7 +124,7 @@ public class ChangeConfigController {
...
@@ -124,7 +124,7 @@ public class ChangeConfigController {
ArrayList
<
String
>
strings
=
new
ArrayList
<>();
ArrayList
<
String
>
strings
=
new
ArrayList
<>();
logger
.
info
(
"调用接口~~~~~~~~~~~~~~~~~~~~~~~~"
);
logger
.
info
(
"调用接口~~~~~~~~~~~~~~~~~~~~~~~~"
);
strings
.
add
(
"wb.tanglongwei@mesg.corp.netease.com"
);
strings
.
add
(
"wb.tanglongwei@mesg.corp.netease.com"
);
iEmailService
.
sendEmail
(
"
测试标题
"
,
"{\n"
+
iEmailService
.
sendEmail
(
"
yxqc_release_flow
"
,
"{\n"
+
" \"flowId\":\"工单ID\",\n"
+
" \"flowId\":\"工单ID\",\n"
+
" \"releaseId\":\"发起人账号\",\n"
+
" \"releaseId\":\"发起人账号\",\n"
+
" \"releaseName\":\"发起人姓名\",\n"
+
" \"releaseName\":\"发起人姓名\",\n"
+
...
@@ -141,7 +141,7 @@ public class ChangeConfigController {
...
@@ -141,7 +141,7 @@ public class ChangeConfigController {
ArrayList
<
String
>
strings
=
new
ArrayList
<>();
ArrayList
<
String
>
strings
=
new
ArrayList
<>();
logger
.
info
(
"调用接口~~~~~~~~~~~~~~~~~~~~~~~~"
);
logger
.
info
(
"调用接口~~~~~~~~~~~~~~~~~~~~~~~~"
);
strings
.
add
(
"wb.tanglongwei@mesg.corp.netease.com"
);
strings
.
add
(
"wb.tanglongwei@mesg.corp.netease.com"
);
client
.
sendEmail
(
"
测试标题
11"
,
"{\n"
+
client
.
sendEmail
(
"
bpm_risk_evaluation_
11"
,
"{\n"
+
"\n"
+
"\n"
+
"\u200B \"itemId\":\"商品id\",\n"
+
"\u200B \"itemId\":\"商品id\",\n"
+
"\n"
+
"\n"
+
...
...
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