Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhuyifan
2025-02-20 13:58:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
995c1246f1c7755c1af2d71f9fc7934b7b2e2ac1
995c1246
1 parent
f5e7e733
print log
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/infoloop/tianting/service/client/WxMiniProgramHttpClient.java
src/main/java/com/infoloop/tianting/service/client/WxMiniProgramHttpClient.java
View file @
995c124
...
...
@@ -82,6 +82,7 @@ public class WxMiniProgramHttpClient {
final
var
response
=
restTemplate
.
getForEntity
(
url
,
WxUserOpenIdDto
.
class
);
return
response
.
getBody
();
}
catch
(
Exception
e
)
{
log
.
error
(
"Error fetching user openid"
,
e
);
throw
new
IllegalArgumentException
(
"获取用户openid失败"
);
}
}
...
...
Please
register
or
login
to post a comment