Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dmhub-plugin
Project
Project
Details
Activity
Releases
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
qinxunjia
dmhub-plugin
Commits
3a7c4917
Commit
3a7c4917
authored
Apr 21, 2020
by
qinxunjia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置名称
parent
9329d170
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
SMSConfig.java
src/main/java/com/jz/sms/config/SMSConfig.java
+8
-8
No files found.
src/main/java/com/jz/sms/config/SMSConfig.java
View file @
3a7c4917
...
...
@@ -28,42 +28,42 @@ public class SMSConfig {
public
static
String
pullReport
;
@Value
(
"${system.config.
lanchu
an.notificationAccount}"
)
@Value
(
"${system.config.
chuanl
an.notificationAccount}"
)
public
static
void
setNotificationAccount
(
String
notificationAccount
)
{
SMSConfig
.
notificationAccount
=
notificationAccount
;
}
@Value
(
"${system.config.
lanchu
an.notificationPassword}"
)
@Value
(
"${system.config.
chuanl
an.notificationPassword}"
)
public
static
void
setNotificationPassword
(
String
notificationPassword
)
{
SMSConfig
.
notificationPassword
=
notificationPassword
;
}
@Value
(
"${system.config.
lanchu
an.marketingAccount}"
)
@Value
(
"${system.config.
chuanl
an.marketingAccount}"
)
public
static
void
setMarketingAccount
(
String
marketingAccount
)
{
SMSConfig
.
marketingAccount
=
marketingAccount
;
}
@Value
(
"${system.config.
lanchu
an.marketingPassword}"
)
@Value
(
"${system.config.
chuanl
an.marketingPassword}"
)
public
static
void
setMarketingPassword
(
String
marketingPassword
)
{
SMSConfig
.
marketingPassword
=
marketingPassword
;
}
@Value
(
"${system.config.
lanchu
an.sendFixed}"
)
@Value
(
"${system.config.
chuanl
an.sendFixed}"
)
public
static
void
setSendFixed
(
String
sendFixed
)
{
SMSConfig
.
sendFixed
=
sendFixed
;
}
@Value
(
"${system.config.
lanchu
an.sendVariable}"
)
@Value
(
"${system.config.
chuanl
an.sendVariable}"
)
public
static
void
setSendVariable
(
String
sendVariable
)
{
SMSConfig
.
sendVariable
=
sendVariable
;
}
@Value
(
"${system.config.
lanchu
an.reportUrl}"
)
@Value
(
"${system.config.
chuanl
an.reportUrl}"
)
public
static
void
setReportUrl
(
String
reportUrl
)
{
SMSConfig
.
reportUrl
=
reportUrl
;
}
@Value
(
"${system.config.
lanchu
an.pullReport}"
)
@Value
(
"${system.config.
chuanl
an.pullReport}"
)
public
static
void
setPullReport
(
String
pullReport
)
{
SMSConfig
.
pullReport
=
pullReport
;
}
...
...
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