Jianghan 1 年之前
父節點
當前提交
40f582341b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      clueSync/sendMail.go

+ 1 - 0
clueSync/sendMail.go

@@ -301,6 +301,7 @@ func OrderCreateFail(posid int64, bname string) {
 		return
 	}
 	toCc = getCc(posid)
+	toCc = strings.Join(append(strings.Split(toCc, ","), getMailAds("shenbingyi@topnet.net.cn", "沈炳毅")), ",")
 	sendInfo(toMail, toCc, title, content)
 }