Authored by Amos_sdy

fix

@@ -54,7 +54,7 @@ public class XWSendSMSServiceImpl implements ISendSMSService { @@ -54,7 +54,7 @@ public class XWSendSMSServiceImpl implements ISendSMSService {
54 log.info("sendSMS with mobile list.size={}, content={}", mobileList.size(), content); 54 log.info("sendSMS with mobile list.size={}, content={}", mobileList.size(), content);
55 55
56 // 判断如果是市场渠道发的短信,使用市场子账号 56 // 判断如果是市场渠道发的短信,使用市场子账号
57 - if (StringUtils.equals(params.get("sendScene"), "MARKET_GENERAL_SCENE")) { 57 + if (StringUtils.equals(params.get("sendScene"), "GENERAL_SCENE")) {
58 smsName = "market"; 58 smsName = "market";
59 smsPwd = "Market2017"; 59 smsPwd = "Market2017";
60 } 60 }