Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
68252e17
Commit
68252e17
authored
Oct 08, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log
parent
28a027ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
QwFriendApiServiceImpl.java
...nage/service/service/out/impl/QwFriendApiServiceImpl.java
+2
-2
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/QwFriendApiServiceImpl.java
View file @
68252e17
...
@@ -102,7 +102,7 @@ public class QwFriendApiServiceImpl implements QwFriendApiService {
...
@@ -102,7 +102,7 @@ public class QwFriendApiServiceImpl implements QwFriendApiService {
ServiceResponse
<
PendingIdDTO
>
qwResp
=
this
.
qywxExternalUserService
.
unionidToExternalUserid
(
corpid
,
suiteid
,
ServiceResponse
<
PendingIdDTO
>
qwResp
=
this
.
qywxExternalUserService
.
unionidToExternalUserid
(
corpid
,
suiteid
,
unionid
,
openid
,
0
);
unionid
,
openid
,
0
);
QwTimesUtils
.
addTimes
(
wxEnterpriseId
,
QwInterfaceLimitEnum
.
GET_PENDING_ID
);
QwTimesUtils
.
addTimes
(
wxEnterpriseId
,
QwInterfaceLimitEnum
.
GET_PENDING_ID
);
log
.
info
(
"获取pendingid,参数={},{},返回={}"
,
unionid
,
openid
,
JSON
.
toJSONString
(
qwResp
));
log
.
info
(
"
Unionid
获取pendingid,参数={},{},返回={}"
,
unionid
,
openid
,
JSON
.
toJSONString
(
qwResp
));
if
(!
qwResp
.
isSuccess
())
{
if
(!
qwResp
.
isSuccess
())
{
return
ServiceResponse
.
failure
(
qwResp
.
getCode
(),
qwResp
.
getMessage
());
return
ServiceResponse
.
failure
(
qwResp
.
getCode
(),
qwResp
.
getMessage
());
}
}
...
@@ -123,7 +123,7 @@ public class QwFriendApiServiceImpl implements QwFriendApiService {
...
@@ -123,7 +123,7 @@ public class QwFriendApiServiceImpl implements QwFriendApiService {
String
corpid
=
qwDTO
.
getThirdCorpid
();
String
corpid
=
qwDTO
.
getThirdCorpid
();
ServiceResponse
<
List
<
PendingIdDTO
>>
qwResp
=
this
.
qywxExternalUserService
.
externalUseridToPendingId
(
corpid
,
ServiceResponse
<
List
<
PendingIdDTO
>>
qwResp
=
this
.
qywxExternalUserService
.
externalUseridToPendingId
(
corpid
,
suiteid
,
Arrays
.
asList
(
externalUserId
));
suiteid
,
Arrays
.
asList
(
externalUserId
));
log
.
info
(
"获取pendingid,参数={},返回={}"
,
externalUserId
,
JSON
.
toJSONString
(
qwResp
));
log
.
info
(
"
Externalid
获取pendingid,参数={},返回={}"
,
externalUserId
,
JSON
.
toJSONString
(
qwResp
));
if
(!
qwResp
.
isSuccess
())
{
if
(!
qwResp
.
isSuccess
())
{
return
ServiceResponse
.
failure
(
qwResp
.
getCode
(),
qwResp
.
getMessage
());
return
ServiceResponse
.
failure
(
qwResp
.
getCode
(),
qwResp
.
getMessage
());
}
}
...
...
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