update
This commit is contained in:
@@ -227,6 +227,12 @@ func Route(db *gorm.DB) {
|
||||
|
||||
sendTo := request.To
|
||||
|
||||
for _, v := range request.CC {
|
||||
if v != "" {
|
||||
sendTo = append(sendTo, request.CC...)
|
||||
}
|
||||
}
|
||||
|
||||
type Data struct {
|
||||
Message string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user