This commit is contained in:
邹宗楠
2023-04-28 14:31:15 +08:00
parent 847cad701d
commit ee7a4aba49
2 changed files with 2 additions and 1 deletions

View File

@@ -221,6 +221,7 @@ func pushMsgByUniApp(storeId int, storeName string, cID []string, msg string, bo
}
if err := api.UniAppApi.SendMsgByUinApp(param); err != nil {
globals.SugarLogger.Errorf("SendMsgByUinApp err := %v", err)
errs = append(errs, err)
}
}