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
14b0149c
Commit
14b0149c
authored
Aug 30, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:清理无效配置
parent
e9cbcc03
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
30 deletions
+0
-30
Config.java
...ain/java/com/gic/haoban/manage/service/config/Config.java
+0
-30
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/config/Config.java
View file @
14b0149c
...
...
@@ -12,8 +12,6 @@ import org.springframework.context.annotation.Configuration;
public
class
Config
{
@Value
(
"${corpid}"
)
private
String
corpid
;
@Value
(
"${suiteid}"
)
private
String
suiteId
;
@Value
(
"${host}"
)
private
String
host
;
@Value
(
"${wxSuiteid}"
)
...
...
@@ -24,10 +22,6 @@ public class Config {
private
String
memberOpenPage
;
@Value
(
"${historyMbrMassOperWhiteList}"
)
private
String
historyMbrMassOperWhiteList
;
@Value
(
"${qywx_member_suite}"
)
private
String
qywxMemberSuite
;
@Value
(
"${staff_third_wx_enterpriseId}"
)
private
String
staffThirdWxEnterpriseId
;
@Value
(
"${hm_link_url}"
)
private
String
hmLinkUrl
;
@Value
(
"${qywx_hbzs_suite}"
)
...
...
@@ -65,14 +59,6 @@ public class Config {
this
.
corpid
=
corpid
;
}
public
String
getSuiteId
()
{
return
suiteId
;
}
public
void
setSuiteId
(
String
suiteId
)
{
this
.
suiteId
=
suiteId
;
}
public
String
getHost
()
{
return
host
;
}
...
...
@@ -97,22 +83,6 @@ public class Config {
this
.
historyMbrMassOperWhiteList
=
historyMbrMassOperWhiteList
;
}
public
String
getQywxMemberSuite
()
{
return
qywxMemberSuite
;
}
public
void
setQywxMemberSuite
(
String
qywxMemberSuite
)
{
this
.
qywxMemberSuite
=
qywxMemberSuite
;
}
public
String
getStaffThirdWxEnterpriseId
()
{
return
staffThirdWxEnterpriseId
;
}
public
void
setStaffThirdWxEnterpriseId
(
String
staffThirdWxEnterpriseId
)
{
this
.
staffThirdWxEnterpriseId
=
staffThirdWxEnterpriseId
;
}
public
String
getQywxHbzsSuite
()
{
return
qywxHbzsSuite
;
}
...
...
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