|
@@ -81,7 +81,7 @@ public class DeviceChargingJob {
|
|
|
}
|
|
|
//发送消息
|
|
|
JMap<String, Object> officialParams = new JHashMap<String, Object>()
|
|
|
- .set("content", String.format("尊敬的客户,您有设备管理费即将到期,为避免设备停机,请及时续费,客服电话%d", tel));
|
|
|
+ .set("content", String.format("尊敬的客户,您有设备管理费即将到期,为避免设备停机,请及时续费,客服电话%s", tel));
|
|
|
JMap<String, Object> miniParams = new JHashMap<String, Object>()
|
|
|
.set("content", "您有设备管理费即将到期")
|
|
|
.set("phone", tel);
|
|
@@ -113,7 +113,7 @@ public class DeviceChargingJob {
|
|
|
}
|
|
|
//发送消息
|
|
|
JMap<String, Object> officialParams = new JHashMap<String, Object>()
|
|
|
- .set("content", String.format("尊敬的客户,截止%d您的%d已欠费,如您在%d前未完成续费,您的设备将停止交易,客服电话%d", thisTime, "设备管理费", time1, tel));
|
|
|
+ .set("content", String.format("尊敬的客户,截止%s您的%s已欠费,如您在%d前未完成续费,您的设备将停止交易,客服电话%s", thisTime, "设备管理费", time1, tel));
|
|
|
JMap<String, Object> miniParams = new JHashMap<String, Object>()
|
|
|
.set("time0", thisTime)
|
|
|
.set("type", "设备管理费")
|