瀏覽代碼

顶顶消息

lipenghui 2 月之前
父節點
當前提交
be37da31d5

+ 2 - 2
yudao-module-pms/yudao-module-pms-biz/src/main/java/cn/iocoder/yudao/module/pms/message/PmsMessage.java

@@ -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);