6 lines
156 B
Go
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
|
|
}
|