Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-auth
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
base_platform_enterprise
gic-platform-auth
Commits
9a81a947
Commit
9a81a947
authored
Sep 24, 2019
by
314581947
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
a34a3577
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AuditorApiServiceImpl.java
...om/gic/auth/service/outer/impl/AuditorApiServiceImpl.java
+2
-2
No files found.
gic-platform-auth-service/src/main/java/com/gic/auth/service/outer/impl/AuditorApiServiceImpl.java
View file @
9a81a947
...
...
@@ -93,7 +93,7 @@ public class AuditorApiServiceImpl implements AuditorApiService {
// 查询二维码
TabAuditor
auditor
=
auditorService
.
getAuditor
(
auditorDTO
.
getAuditorId
());
String
tempQrCodeUrl
=
null
;
if
(
StringUtils
.
is
Not
Blank
(
auditor
.
getOpenid
()))
{
if
(
StringUtils
.
isBlank
(
auditor
.
getOpenid
()))
{
tempQrCodeUrl
=
this
.
getTempQrCodeUrl
(
auditorDTO
.
getAuditorId
());
}
return
ServiceResponse
.
success
(
tempQrCodeUrl
);
...
...
@@ -193,7 +193,7 @@ public class AuditorApiServiceImpl implements AuditorApiService {
// String qrCodeUrl = this.weixinBaseFunService.getTemporaryQRcodeURL(enterpriseDTO.getAppkey(), "auditor_"+auditorId, 300);
// return qrCodeUrl;
logger
.
info
(
"生成临时带参二维码 auditorId:{}"
,
auditorId
);
ServiceResponse
<
String
>
serviceResponse
=
weixinBaseFunService
.
getTemporaryQRcodeURL
(
"
appkey
"
,
"auditor_"
+
auditorId
,
300
);
ServiceResponse
<
String
>
serviceResponse
=
weixinBaseFunService
.
getTemporaryQRcodeURL
(
"
wxc6fd9beaf9a9dbe9
"
,
"auditor_"
+
auditorId
,
300
);
if
(
serviceResponse
.
isSuccess
())
{
logger
.
info
(
"临时带参二维码生成成功:{}"
,
serviceResponse
.
getResult
());
return
serviceResponse
.
getResult
();
...
...
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