短信配置修改

This commit is contained in:
2026-01-29 13:42:00 +08:00
parent 605de0a6cd
commit 7d641db749

View File

@ -32,7 +32,7 @@ public class AliSendSmsUtils {
* @throws Exception * @throws Exception
*/ */
public static void sendMessage(String param,String phoneNumbers) throws Exception{ public static void sendMessage(String param,String phoneNumbers) throws Exception{
sendMessage("中自科技","SMS_495990996",param,phoneNumbers); sendMessage("中自科技","SMS_501905058",param,phoneNumbers);
} }
/** /**
@ -42,7 +42,7 @@ public class AliSendSmsUtils {
* @throws Exception * @throws Exception
*/ */
public static void sendFlowMessage(String param,String phoneNumbers) throws Exception{ public static void sendFlowMessage(String param,String phoneNumbers) throws Exception{
sendMessage("中自科技","SMS_495990996",param,phoneNumbers); sendMessage("中自科技","SMS_501905058",param,phoneNumbers);
} }
/** /**
@ -124,7 +124,7 @@ public class AliSendSmsUtils {
// JSONObject param = new JSONObject(); // JSONObject param = new JSONObject();
// param.put(CommonConstant.SMS.SITE_NAME,"绿服酒店站"); // param.put(CommonConstant.SMS.SITE_NAME,"绿服酒店站");
// param.put(CommonConstant.SMS.CONTENT,CommonConstant.Heartbeat.STATION_FAIL); // param.put(CommonConstant.SMS.CONTENT,CommonConstant.Heartbeat.STATION_FAIL);
// param.put(CommonConstant.SMS.NAME,"邹"); // param.put(CommonConstant.SMS.NAME,"邹杰灵");
// sendMessage(param.toJSONString(),"18583239880"); // sendMessage(param.toJSONString(),"18583239880");
} }