Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
022e0404
Commit
022e0404
authored
Jun 21, 2021
by
terrfly
Browse files
解决异步通知编码问题;
parent
a6d55b19
Changes
1
Hide whitespace changes
Inline
Side-by-side
jeepay-core/src/main/java/com/jeequan/jeepay/core/utils/StringKit.java
View file @
022e0404
...
...
@@ -23,7 +23,7 @@ import java.util.UUID;
/*
* String 工具类
*
*
* @author terrfly
* @site https://www.jeepay.vip
* @date 2021/6/8 16:58
...
...
@@ -51,7 +51,7 @@ public class StringKit {
}
});
return
result
.
toURI
().
toString
();
return
result
.
build
();
}
...
...
Write
Preview
Supports
Markdown
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