修复bug

This commit is contained in:
hoteas
2021-10-21 22:52:40 +08:00
parent e5dfe9aa8d
commit 3efd5bd0a0
17 changed files with 40 additions and 2482 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ func (this *DDY) SendYZM(umoblie string, tpt string, data map[string]string) (bo
//发送通知
func (this *DDY) SendTz(umoblie []string, tpt string, data map[string]string) (bool, error) {
for k, v := range data {
tpt = strings.Replace(tpt, "["+k+"]", v, -1)
tpt = strings.Replace(tpt, "{"+k+"}", v, -1)
}
umobleStr := ""
for i, v := range umoblie {