Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-email
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-email
Commits
9b18129f
Commit
9b18129f
authored
Sep 25, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邮件文件
parent
d9384ae6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
yd-email-api/src/main/java/com/yd/email/api/service/impl/ApiEmailFileServiceImpl.java
+1
-0
yd-email-api/yd-email-api.iml
+1
-0
No files found.
yd-email-api/src/main/java/com/yd/email/api/service/impl/ApiEmailFileServiceImpl.java
View file @
9b18129f
...
@@ -53,6 +53,7 @@ public class ApiEmailFileServiceImpl implements ApiEmailFileService {
...
@@ -53,6 +53,7 @@ public class ApiEmailFileServiceImpl implements ApiEmailFileService {
exportParam
.
setUploadToOss
(
true
);
// 设置为true表示上传到OSS
exportParam
.
setUploadToOss
(
true
);
// 设置为true表示上传到OSS
ApiExportRequest
exportRequest
=
new
ApiExportRequest
();
ApiExportRequest
exportRequest
=
new
ApiExportRequest
();
exportRequest
.
setExportParam
(
exportParam
);
exportRequest
.
setExportParam
(
exportParam
);
//远程调用OSS的Feign,通用-Excel导出参数(如果传dataList附加数据,不传单纯导出表头参数)
Result
<
ExportResult
>
resultResult
=
apiExcelFeignClient
.
export
(
exportRequest
);
Result
<
ExportResult
>
resultResult
=
apiExcelFeignClient
.
export
(
exportRequest
);
ApiExportVariableExcelResponse
response1
=
new
ApiExportVariableExcelResponse
();
ApiExportVariableExcelResponse
response1
=
new
ApiExportVariableExcelResponse
();
if
(!
Objects
.
isNull
(
resultResult
.
getData
()))
{
if
(!
Objects
.
isNull
(
resultResult
.
getData
()))
{
...
...
yd-email-api/yd-email-api.iml
View file @
9b18129f
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
</content>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Maven: com.yd:yd-oss-feign:1.0-SNAPSHOT"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery:2021.0.1.0"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.alibaba.cloud:spring-cloud-starter-alibaba-nacos-discovery:2021.0.1.0"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.alibaba.cloud:spring-cloud-alibaba-commons:2021.0.1.0"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.alibaba.cloud:spring-cloud-alibaba-commons:2021.0.1.0"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.alibaba.nacos:nacos-client:1.4.2"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.alibaba.nacos:nacos-client:1.4.2"
level=
"project"
/>
...
...
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