Authored by ping

短信的url增加空格

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