This commit is contained in:
MHSanaei
2023-08-26 21:06:23 +03:30
parent f3280b46fe
commit ff8c4b44a8
4 changed files with 4 additions and 7 deletions

View File

@@ -804,7 +804,7 @@ func (s *SubService) genRemark(inbound *model.Inbound, email string, extra strin
}
}
}
return strings.Join(remark, "-")
return strings.Join(remark, " : ")
}
func searchKey(data interface{}, key string) (interface{}, bool) {