企业名称脱敏
							parent
							
								
									ba931de9d7
								
							
						
					
					
						commit
						be933f2a99
					
				|  | @ -51,7 +51,7 @@ public class AliSmsLimitUtil { | |||
|         //必填:待发送手机号18630110835
 | ||||
|         request.setPhoneNumbers(sendmap.get("phone").toString()); | ||||
|         //必填:短信签名-可在短信控制台中找到
 | ||||
|         request.setSignName("秦安双控"); | ||||
|         request.setSignName("新泰双控"); | ||||
|         //必填:短信模板-可在短信控制台中找到
 | ||||
|         request.setTemplateCode(sendmap.get("templateCode").toString()); | ||||
|         //可选:模板中的变量替换JSON串,如模板内容为"亲爱的${name},您的验证码为${code}"时,此处的值为
 | ||||
|  |  | |||
|  | @ -50,7 +50,7 @@ public class AliSmsToolUtil { | |||
|         //必填:待发送手机号18630110835
 | ||||
|         request.setPhoneNumbers(sendmap.get("phone").toString()); | ||||
|         //必填:短信签名-可在短信控制台中找到
 | ||||
|         request.setSignName("秦安双控"); | ||||
|         request.setSignName("新泰双控"); | ||||
|         //必填:短信模板-可在短信控制台中找到
 | ||||
|         request.setTemplateCode(sendmap.get("templateCode").toString()); | ||||
|         //可选:模板中的变量替换JSON串,如模板内容为"亲爱的${name},您的验证码为${code}"时,此处的值为
 | ||||
|  |  | |||
|  | @ -50,7 +50,7 @@ public class AliSmsUtil { | |||
|         //必填:待发送手机号18630110835
 | ||||
|         request.setPhoneNumbers(sendmap.get("phone").toString()); | ||||
|         //必填:短信签名-可在短信控制台中找到
 | ||||
|         request.setSignName("秦安双控"); | ||||
|         request.setSignName("新泰双控"); | ||||
|         //必填:短信模板-可在短信控制台中找到
 | ||||
|         request.setTemplateCode(sendmap.get("templateCode").toString()); | ||||
|         //可选:模板中的变量替换JSON串,如模板内容为"亲爱的${name},您的验证码为${code}"时,此处的值为
 | ||||
|  |  | |||
|  | @ -182,8 +182,8 @@ public class SendMessageUtil { | |||
| 
 | ||||
|         PageData pd1 = new PageData(); | ||||
|         pd1.put("NOTICECORP_ID", UuidUtil.get32UUID()); | ||||
|         pd1.put("USERNAME","秦安双控"); | ||||
|         pd1.put("CREATOR", "秦安双控");	//添加人
 | ||||
|         pd1.put("USERNAME","新泰双控"); | ||||
|         pd1.put("CREATOR", "新泰双控");	//添加人
 | ||||
|         pd1.put("CREATTIME", DateUtil.date2Str(new Date()));	//添加时间
 | ||||
|         pd1.put("SYNOPSIS",template.getString("NAME")); | ||||
|         pd1.put("CONTENT","<p>"+content+"</p>"); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue