Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
AutogeneralShanghai
yd-backend
Commits
bc55120c
Commit
bc55120c
authored
May 19, 2021
by
yao.xiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试分享
parent
6c3619e5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
yd-api/src/main/java/com/yd/rmi/tencent/wechat/WechatController.java
+2
-0
No files found.
yd-api/src/main/java/com/yd/rmi/tencent/wechat/WechatController.java
View file @
bc55120c
...
@@ -60,7 +60,9 @@ public class WechatController {
...
@@ -60,7 +60,9 @@ public class WechatController {
TicketRequest
ticketRequest
=
new
TicketRequest
();
TicketRequest
ticketRequest
=
new
TicketRequest
();
ticketRequest
.
setAccessToken
(
accessToken
);
ticketRequest
.
setAccessToken
(
accessToken
);
String
jsapiTicket
=
wechatService
.
obtainTicket
(
ticketRequest
);
String
jsapiTicket
=
wechatService
.
obtainTicket
(
ticketRequest
);
System
.
out
.
println
(
"wxConfigRequestVO.getUrl()"
);
String
url
=
wxConfigRequestVO
.
getUrl
();
String
url
=
wxConfigRequestVO
.
getUrl
();
System
.
out
.
println
(
"wxConfigRequestVO.getUrl() END"
);
System
.
out
.
println
(
"URLDecoder.decode开始"
);
System
.
out
.
println
(
"URLDecoder.decode开始"
);
try
{
url
=
URLDecoder
.
decode
(
wxConfigRequestVO
.
getUrl
(),
"utf-8"
);}
catch
(
UnsupportedEncodingException
e
)
{}
try
{
url
=
URLDecoder
.
decode
(
wxConfigRequestVO
.
getUrl
(),
"utf-8"
);}
catch
(
UnsupportedEncodingException
e
)
{}
System
.
out
.
println
(
"URLDecoder.decode结束"
);
System
.
out
.
println
(
"URLDecoder.decode结束"
);
...
...
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