Commit 147c836d authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-core]: bug fix.

parent c1e96bfe
...@@ -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 (wxTemplateSender == null) if (smsSender == null)
return; return;
int templateId = Integer.parseInt(getTemplateId(notifyType, smsTemplate)); int templateId = Integer.parseInt(getTemplateId(notifyType, smsTemplate));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment