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