|
@@ -89,7 +89,7 @@ public class SchoolServiceImpl extends BaseServiceImpl<Integer, School> implemen
|
|
|
for(ApplyInfo info : users){
|
|
|
url = sendUrl + "branchId=" + info.getBranchId() + "&stuId=" + info.getId() + "&classId=" + info.getClassId();
|
|
|
if(type == 1){
|
|
|
- smsMsg = String.format(Constants.SMS_TEMPLATE, info.getName(),DateUtils.getDayForAfter(new Date(), 2), ShortUrlUtil.sinaShortUrl(url));
|
|
|
+ smsMsg = String.format(Constants.SMS_TEMPLATE, info.getName(),DateUtils.getDayForAfter(new Date(), 2), url);
|
|
|
}
|
|
|
SmsExample.setSingleSms(appId,secretKey,host,algorithm,
|
|
|
smsMsg,
|