Authored by Amos_sdy

fix

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