aozhiwei 64326e169b 1
2024-06-23 18:56:26 +08:00

6 lines
156 B
Go

package service
func SendSysMail(uniKey string, to string, subject string, content string, expireTime int32, tag1 int32, tag2 int32) bool {
return true
}