This commit is contained in:
aozhiwei 2024-06-23 18:56:26 +08:00
parent f8c94c32b7
commit 64326e169b

View File

@ -0,0 +1,5 @@
package service
func SendSysMail(uniKey string, to string, subject string, content string, expireTime int32, tag1 int32, tag2 int32) bool {
return true
}