Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
customer-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QG
customer-service
Commits
558eb67b
Commit
558eb67b
authored
Feb 28, 2022
by
yexiong.wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文件服务器改前端上传文件
parent
f4425203
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
VccServiceImpl.java
...a/cn/quantgroup/customer/service/impl/VccServiceImpl.java
+8
-8
No files found.
src/main/java/cn/quantgroup/customer/service/impl/VccServiceImpl.java
View file @
558eb67b
...
@@ -205,14 +205,14 @@ public class VccServiceImpl implements IVccService {
...
@@ -205,14 +205,14 @@ public class VccServiceImpl implements IVccService {
param
.
setList
(
billList
);
param
.
setList
(
billList
);
String
[]
split
=
bySerialNoEquals
.
getCredentialsAddress
().
split
(
","
);
String
[]
split
=
bySerialNoEquals
.
getCredentialsAddress
().
split
(
","
);
List
<
String
>
list
=
Arrays
.
asList
(
split
);
List
<
String
>
list
=
Arrays
.
asList
(
split
);
List
<
String
>
addressList
=
new
ArrayList
<>();
//
List<String> addressList = new ArrayList<>();
for
(
String
baseUrl:
list
){
//
for (String baseUrl:list){
// String viewUrl = fastDfsService.toUrl(baseUrl);
//
//
String viewUrl = fastDfsService.toUrl(baseUrl);
// addressList.add(viewUrl);
//
//
addressList.add(viewUrl);
byte
[]
down
=
ftpService
.
down
(
baseUrl
);
//
byte[] down = ftpService.down(baseUrl);
addressList
.
add
(
Base64
.
getEncoder
().
encodeToString
(
down
));
//
addressList.add(Base64.getEncoder().encodeToString(down));
}
//
}
param
.
setCredentialsAddress
(
addressL
ist
);
param
.
setCredentialsAddress
(
l
ist
);
return
param
;
return
param
;
}
}
...
...
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