Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
HOTEL_SERVER
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
汪鑫
HOTEL_SERVER
Commits
75b8ada7
Commit
75b8ada7
authored
Jan 16, 2023
by
汪鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
旅馆一件事
parent
50c5028b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CommonController.java
...n/java/com/ihooyah/model/controller/CommonController.java
+2
-2
No files found.
hotel-polebuild-parent/polebuild-server-api/src/main/java/com/ihooyah/model/controller/CommonController.java
View file @
75b8ada7
...
@@ -76,7 +76,7 @@ public class CommonController extends BaseController {
...
@@ -76,7 +76,7 @@ public class CommonController extends BaseController {
String
baseStr
=
null
;
String
baseStr
=
null
;
BASE64Encoder
encoder
=
new
BASE64Encoder
();
BASE64Encoder
encoder
=
new
BASE64Encoder
();
baseStr
=
encoder
.
encode
(
file
.
getBytes
());
baseStr
=
encoder
.
encode
(
file
.
getBytes
());
baseStr
=
baseStr
.
replaceAll
(
"\r
\n"
,
""
);
baseStr
=
baseStr
.
replaceAll
(
"\r
"
,
""
).
replaceAll
(
"\n"
,
""
);
return
RespInfo
.
mobiSuccess
(
baseStr
);
return
RespInfo
.
mobiSuccess
(
(
Object
)
baseStr
);
}
}
}
}
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