Authored by Ge

联盟解决空指针问题

... ... @@ -234,7 +234,7 @@ public class TencentMktServiceImpl implements ITencentMktService {
}
}
if (response.getCode() == 200) {
if (response.getCode() == 200&&StringUtils.isNotEmpty(password)) {
// 根据活动查询消息,如果是空则使用默认消息,否则使用配置的短信内容
String smsContent = "【Yoho!Buy有货】恭喜您获得优惠券大礼包,您的登录账户是"+ mobile +", 密码是"+ password +"(随机6位数字+2位字母);更多惊喜等着您!【有货】";
... ...