فهرست منبع

feat:需改消息类型

wangchuanjin 1 سال پیش
والد
کامیت
c97ae6224a
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      service/custom.go
  2. 1 1
      service/sale_chance.go
  3. 1 1
      service/sale_clue.go

+ 1 - 1
service/custom.go

@@ -141,7 +141,7 @@ func (this *CustomService) Add(ctx context.Context) (int64, string) {
 				pcHref = fmt.Sprintf(cm.Push.Custom.Create.TransferPcHref, positionId)
 				content = fmt.Sprintf(cm.Push.Custom.Create.TransferContent, this.CreateName, strings.Replace(date.NowFormat(YYYYMMDDHHMM), " ", "%20", -1), next)
 			}
-			StationMailPush(userId, positionId, cm.Push.Custom.Create.Title, content, pcHref, cm.Push.Custom.Create.MobileHref, "2")
+			StationMailPush(userId, positionId, cm.Push.Custom.Create.Title, content, pcHref, cm.Push.Custom.Create.MobileHref, "11")
 		}
 	}
 

+ 1 - 1
service/sale_chance.go

@@ -151,7 +151,7 @@ func (this *SaleChanceService) Add(ctx context.Context) (int64, string) {
 				content = fmt.Sprintf(cm.Push.SaleChance.Create.TransferContent, this.CreateName, strings.Replace(date.NowFormat(YYYYMMDDHHMM), " ", "%20", -1), next)
 			}
 
-			StationMailPush(userId, positionId, cm.Push.SaleChance.Create.Title, content, pcHref, cm.Push.SaleChance.Create.MobileHref, "2")
+			StationMailPush(userId, positionId, cm.Push.SaleChance.Create.Title, content, pcHref, cm.Push.SaleChance.Create.MobileHref, "11")
 
 		}
 	}

+ 1 - 1
service/sale_clue.go

@@ -135,7 +135,7 @@ func (this *SaleClueService) Add(ctx context.Context) (int64, string) {
 				pcHref = fmt.Sprintf(cm.Push.SaleClue.Create.TransferPcHref, positionId)
 				content = fmt.Sprintf(cm.Push.SaleClue.Create.TransferContent, this.CreateName, strings.Replace(date.NowFormat(YYYYMMDDHHMM), " ", "%20", -1), next)
 			}
-			StationMailPush(userId, positionId, cm.Push.SaleClue.Create.Title, content, pcHref, cm.Push.SaleClue.Create.MobileHref, "2")
+			StationMailPush(userId, positionId, cm.Push.SaleClue.Create.Title, content, pcHref, cm.Push.SaleClue.Create.MobileHref, "11")
 		}
 	}
 	return 1, groupId