|
@@ -45,8 +45,9 @@ public class SendSms {
|
|
|
// private static final String templateId = "e29c115bd9f64ffab2d297035c1b9ba4"; //模板ID
|
|
|
private static final String signature = "乾元坤和"; //签名名称
|
|
|
|
|
|
- private static final String templateId_repair = "5e54017609b944179711f502814c8545"; //模板ID
|
|
|
-
|
|
|
+ // private static final String templateId_repair = "5e54017609b944179711f502814c8545"; //模板ID
|
|
|
+ private static final String templateId_repair = "2c54ec93940b440c85dc113cc342e045"; //模板ID,带url的
|
|
|
+ // private static final String templateId_repair = "2c54ec93940b440c85dc113cc342e045"; //模板ID,带url的,设备名称
|
|
|
public static void main(String[] args) throws Exception {
|
|
|
//必填,全局号码格式(包含国家码),示例:+8615123456789,多个号码之间用英文逗号分隔
|
|
|
String receiver = "+8615855129255"; //短信接收人号码
|