|
@@ -78,11 +78,11 @@ public class PmsMessage {
|
|
|
ZonedDateTime zonedDateTime = fillDO.getCreateTime().atZone(zoneId);
|
|
|
Instant instant = zonedDateTime.toInstant();
|
|
|
long timestamp = instant.toEpochMilli();
|
|
|
- url="http://localhost/dingding?deptId="+fillDO.getDeptId()+"&userId="+userId
|
|
|
+ url="https://iot.deepoil.cc/dingding?deptId="+fillDO.getDeptId()+"&userId="+userId
|
|
|
+"&createTime="+timestamp+"&id="
|
|
|
+businessId+"&orderStatus="+fillDO.getOrderStatus()+"&type="+businessType+"&userName="+fillDO.getUserName()+"&orderName="+fillDO.getOrderName();
|
|
|
}else{
|
|
|
- url="http://localhost/dingding?id="+businessId+"&type="+businessType+"&userId="+userId;
|
|
|
+ url="https://iot.deepoil.cc/dingding?id="+businessId+"&type="+businessType+"&userId="+userId;
|
|
|
}
|
|
|
|
|
|
dingtalkSendApi.send(mobile, msg,"link", url);
|