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
6359190a
Commit
6359190a
authored
Aug 22, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企微
parent
dc60e9a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
WxEnterpriseQwDTO.java
...java/com/gic/haoban/manage/api/dto/WxEnterpriseQwDTO.java
+0
-10
WxEnterpriseServiceImpl.java
.../manage/service/service/impl/WxEnterpriseServiceImpl.java
+0
-1
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/WxEnterpriseQwDTO.java
View file @
6359190a
...
@@ -16,9 +16,6 @@ public class WxEnterpriseQwDTO implements Serializable {
...
@@ -16,9 +16,6 @@ public class WxEnterpriseQwDTO implements Serializable {
private
String
memberSuiteId
;
private
String
memberSuiteId
;
// 第三方
// 第三方
private
String
thirdCorpid
;
private
String
thirdCorpid
;
// 明文的corpid
private
String
selfCorpid
;
// 第三方使用的加密的userid
// 第三方使用的加密的userid
public
boolean
needOpenUserId3th
()
{
public
boolean
needOpenUserId3th
()
{
return
this
.
wxSecurityType
==
2
||
this
.
wxSecurityType
==
3
;
return
this
.
wxSecurityType
==
2
||
this
.
wxSecurityType
==
3
;
...
@@ -28,13 +25,6 @@ public class WxEnterpriseQwDTO implements Serializable {
...
@@ -28,13 +25,6 @@ public class WxEnterpriseQwDTO implements Serializable {
return
this
.
wxSecurityType
==
2
||
this
.
wxSecurityType
==
4
;
return
this
.
wxSecurityType
==
2
||
this
.
wxSecurityType
==
4
;
}
}
public
String
getSelfCorpid
()
{
return
selfCorpid
;
}
public
void
setSelfCorpid
(
String
selfCorpid
)
{
this
.
selfCorpid
=
selfCorpid
;
}
public
String
getDkSuiteId
()
{
public
String
getDkSuiteId
()
{
return
dkSuiteId
;
return
dkSuiteId
;
}
}
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/impl/WxEnterpriseServiceImpl.java
View file @
6359190a
...
@@ -81,7 +81,6 @@ public class WxEnterpriseServiceImpl implements WxEnterpriseService {
...
@@ -81,7 +81,6 @@ public class WxEnterpriseServiceImpl implements WxEnterpriseService {
logger
.
info
(
"会员小程序未配置,自建应用"
);
logger
.
info
(
"会员小程序未配置,自建应用"
);
qw
.
setMemberCorpid
(
wxEnterprise
.
getWxCorpid
());
qw
.
setMemberCorpid
(
wxEnterprise
.
getWxCorpid
());
}
}
qw
.
setSelfCorpid
(
wxEnterprise
.
getWxCorpid
());
logger
.
info
(
"企微所有corpid信息={}"
,
JSON
.
toJSON
(
qw
));
logger
.
info
(
"企微所有corpid信息={}"
,
JSON
.
toJSON
(
qw
));
return
qw
;
return
qw
;
}
}
...
...
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