|
@ -1530,7 +1530,7 @@ public class SignWebService extends BaseService {
|
|
|
//发送短信
|
|
|
String mobile = (String) signFamily.get("mobile");
|
|
|
if (StringUtils.isNotBlank(mobile)) {
|
|
|
smsService.sendMsg(mobile, name + "您好!您的家庭医生将于6月30日到期,为了继续给您提供健康服务,请关注“厦门i健康”公众号,回复“续签”,进行家庭医生线上续签。");
|
|
|
smsService.sendMsg(mobile, name + "您好!您的家庭医生签约到期时间为6月30日,为了继续给您提供健康服务,请关注“厦门i健康”公众号,回复“续签”,进行家庭医生线上续签。");
|
|
|
}
|
|
|
}
|
|
|
|
|
@ -1651,7 +1651,7 @@ public class SignWebService extends BaseService {
|
|
|
//发送短信
|
|
|
String mobile = (String) signFamily.get("mobile");
|
|
|
if (StringUtils.isNotBlank(mobile)) {
|
|
|
smsService.sendMsg(mobile, name + "您好!您的家庭医生将于6月30日到期,为了继续给您提供健康服务,请关注“厦门i健康”公众号,回复“续签”,进行家庭医生线上续签。");
|
|
|
smsService.sendMsg(mobile, name + "您好!您的家庭医生签约到期时间为6月30日,为了继续给您提供健康服务,请关注“厦门i健康”公众号,回复“续签”,进行家庭医生线上续签。");
|
|
|
}
|
|
|
}
|
|
|
|