修复bug

This commit is contained in:
hoteas
2021-10-21 22:52:40 +08:00
parent 5c775b4539
commit 3810ba6c0b
18 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 {