|
@ -138,7 +138,7 @@ public class CustomerService{
|
|
|
//发送短信消息啦
|
|
|
String mobile = doctor.getMobile();
|
|
|
if(!StringUtils.isBlank(mobile)&&!"2".equals(type)){
|
|
|
msg+="\n您可通过微信关注\"i健康智能助手\"公众号(微信号:厦门i健康)更快更便捷的获取服务信息。";
|
|
|
msg+="\n您可通过微信关注\"i健康智能助手\"公众号更快更便捷的获取服务信息。";
|
|
|
List<NameValuePair> par = new ArrayList<NameValuePair>();
|
|
|
par.add(new BasicNameValuePair("mobiles", mobile));
|
|
|
par.add(new BasicNameValuePair("content", msg));
|