Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
soss
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
hooloo
ms
soss
Commits
c222f237
Commit
c222f237
authored
Apr 17, 2023
by
weijiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加错误日志
parent
c6cc75c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
soss-framework/src/main/java/com/soss/framework/web/service/WeixinServiceImpl.java
+1
-1
No files found.
soss-framework/src/main/java/com/soss/framework/web/service/WeixinServiceImpl.java
View file @
c222f237
...
@@ -782,7 +782,7 @@ public class WeixinServiceImpl {
...
@@ -782,7 +782,7 @@ public class WeixinServiceImpl {
String
cutomerId
=
openId
;
String
cutomerId
=
openId
;
String
encData
=
this
.
wxDecrypt
(
encryptedData
,
sessionKey
,
iv
);
String
encData
=
this
.
wxDecrypt
(
encryptedData
,
sessionKey
,
iv
);
log
.
info
(
"
当前用户的信息为:【{}】"
,
encData
);
log
.
info
(
"
openId:{}, 当前用户的信息为:【{}】"
,
openId
,
encData
);
Customer
customer
=
customerMapper
.
selectCustomerById
(
cutomerId
);
Customer
customer
=
customerMapper
.
selectCustomerById
(
cutomerId
);
JSONObject
encDataInf
=
JSONObject
.
parseObject
(
encData
);
JSONObject
encDataInf
=
JSONObject
.
parseObject
(
encData
);
if
(
customer
==
null
)
{
if
(
customer
==
null
)
{
...
...
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