Authored by ping

短信的url增加空格

@@ -360,7 +360,7 @@ public class TencentMktServiceImpl implements ITencentMktService { @@ -360,7 +360,7 @@ public class TencentMktServiceImpl implements ITencentMktService {
360 @Override 360 @Override
361 public void sendNoticeSms(String mobile, String password) throws ServiceException { 361 public void sendNoticeSms(String mobile, String password) throws ServiceException {
362 log.info("sendNoticeSms with mobile={}", mobile); 362 log.info("sendNoticeSms with mobile={}", mobile);
363 - String content = "【Yoho!Buy有货】恭喜您获得优惠券大礼包,您的登录账户是"+ mobile +", 密码是"+ password +"(随机6位数字+2位字母);下载Yoho!Buy有货手机端 http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho(最新地址),更多惊喜等着您!【有货】"; 363 + String content = "【Yoho!Buy有货】恭喜您获得优惠券大礼包,您的登录账户是"+ mobile +", 密码是"+ password +"(随机6位数字+2位字母);下载Yoho!Buy有货手机端 http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho (最新地址),更多惊喜等着您!【有货】";
364 sendSMSHelper.sendNoticeSms(mobile, content); 364 sendSMSHelper.sendNoticeSms(mobile, content);
365 } 365 }
366 366