短信配置修改
This commit is contained in:
@ -32,7 +32,7 @@ public class AliSendSmsUtils {
|
||||
* @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
|
||||
*/
|
||||
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();
|
||||
// param.put(CommonConstant.SMS.SITE_NAME,"绿服酒店站");
|
||||
// param.put(CommonConstant.SMS.CONTENT,CommonConstant.Heartbeat.STATION_FAIL);
|
||||
// param.put(CommonConstant.SMS.NAME,"邹");
|
||||
// param.put(CommonConstant.SMS.NAME,"邹杰灵");
|
||||
// sendMessage(param.toJSONString(),"18583239880");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user