Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
147c836d
Commit
147c836d
authored
Jul 23, 2018
by
Junling Bu
Browse files
fix[litemall-core]: bug fix.
parent
c1e96bfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-core/src/main/java/org/linlinjava/litemall/core/notify/NotifyService.java
View file @
147c836d
...
@@ -45,7 +45,7 @@ public class NotifyService {
...
@@ -45,7 +45,7 @@ public class NotifyService {
*/
*/
@Async
@Async
public
void
notifySmsTemplate
(
String
phoneNumber
,
NotifyType
notifyType
,
String
[]
params
)
{
public
void
notifySmsTemplate
(
String
phoneNumber
,
NotifyType
notifyType
,
String
[]
params
)
{
if
(
wxTemplate
Sender
==
null
)
if
(
sms
Sender
==
null
)
return
;
return
;
int
templateId
=
Integer
.
parseInt
(
getTemplateId
(
notifyType
,
smsTemplate
));
int
templateId
=
Integer
.
parseInt
(
getTemplateId
(
notifyType
,
smsTemplate
));
...
...
Write
Preview
Supports
Markdown
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